services.bookstack.settings.APP_URL
NixOS option
The root URL that you want to host BookStack on. All URLs in BookStack will be generated using this value. It is used to validate specific requests and to generate URLs in emails.
type: stringDefault
"http(s)://\${config.services.bookstack.hostname}"Example
declared in: nixos/modules/services/web-apps/bookstack.nixView source on NixOS/nixpkgs →"https://example.com"