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: string
Default
"http(s)://\${config.services.bookstack.hostname}"
Example
"https://example.com"
declared in: nixos/modules/services/web-apps/bookstack.nixView source on NixOS/nixpkgs →