Bugs - Q&A
- Email not working
- cannot create user via admin settings (might be related to email not working)
- Tree view is necessary (at least on the home page)
- Not sure how to make a tags search easly
- click on shleves have tags on the right, but not home page when clicking on logo... -_-
I don't see where are the comments.- Cross completed checklist automatically
Q&A
Storage local vs google drive
storage limit https://www.bookstackapp.com/docs/admin/upload-config/
Cannot upload image of maintenance book
30 Jul 2024 by Cittadhammo
When trying to upload a new image for the book, i get
02 Aug 2024 by Adicco
In the current setup of the Wiki, the Bookstack server runs behind nginx (used as a reverse proxy. In other words, when someone goes to wiki.amaravati.org, the request: goes to CloudFlare, which relays it to nginx, which relays it to BookStack running on Docker.)
nginx needs to be configured to accept uploads above a certain size. In /etc/nginx/nginx.conf, I added, under the http section:
client_max_body_size 50M;
This will allow uploads up to 50MB. Then, check the configuration is valid:
sudo nginx -t
And restart nginx:
sudo systemctl restart nginx
Recovering password
30 Jul 2024 by Cittadhammo
When logging into the wiki, if not remembering the password, the recovery email doesn't seem to work. (maybe only i account created via google auth)