docs: adds new options to .env.example and module.nix

This commit is contained in:
Lewis Wynne 2026-04-09 18:38:21 +01:00
parent 21f8d5a6a5
commit 0534b315a3
2 changed files with 21 additions and 0 deletions

View file

@ -28,6 +28,13 @@ BOOK_MAX_WEBSITE_LENGTH=100
# Allow new guestbook submissions. When false, the form is hidden and submissions are rejected.
BOOK_OPEN_REGISTRATION=true
# Show website field in submission form. When false, the input is hidden and submitted values are ignored.
BOOK_ENABLE_WEBSITE_FIELD=true
# Allow raw HTML/JS in entry names and message bodies. When false, HTML is escaped.
# Website URLs are always escaped regardless of this setting.
BOOK_ALLOW_HTML_INJECTION=true
# Separator between guestbook entries.
BOOK_SEPARATOR=------------------------------------------------------------