refactored all to dev

This commit is contained in:
2025-11-26 21:48:53 -08:00
parent a8066686bc
commit f8ca733307
170 changed files with 12 additions and 29 deletions
+12
View File
@@ -12,3 +12,15 @@ BookStack is a self-hosted wiki platform for organizing and storing documentatio
- **Documentation:** [Docs](https://www.bookstackapp.com/docs/)
- **Reverse Proxy Port:** `8080`
## Notes
### APP_KEY
Generate an APP_KEY: echo -n "base64:"$(openssl rand -base64 32)
### Default Password
* Username/Email: admin@admin.com
* Password: password
After logging in, go to Settings > My Account to update the password (and email if desired). This prevents unauthorized access.