Bookstack: Difference between revisions

Update configuration for NixOS 25.11 and add troubleshooting tips that helped debug. The new configuration was taken from https://github.com/NixOS/nixpkgs/issues/422234#issuecomment-3035710896
Blehhh (talk | contribs)
Delete section pointing to removed option, see https://github.com/NixOS/nixpkgs/blame/26.05/nixos/modules/services/web-apps/bookstack.nix#L139
 
Line 61: Line 61:


== Troubleshooting ==
== Troubleshooting ==
=== "No such file or directory" in bookstack-setup ===
You need to connect Bookstack to a MySQL database, the service definition can install and configure one on your system with <code>services.bookstack.database.createLocally = true;</code>, otherwise you need to configure it yourself.


=== "An unknown error occurred" when viewing your wiki in a browser ===
=== "An unknown error occurred" when viewing your wiki in a browser ===