MyNixOS website logo
option

services.bookstack.appURL

The root URL that you want to host BookStack on. All URLs in BookStack will be generated using this value. If you change this in the future you may need to run a command to update stored URLs in the database. Command example: php artisan bookstack:update-url https://old.example.com https://new.example.com.

Declarations
Type
string
Default
"http\${lib.optionalString tlsEnabled \"s\"}://\${cfg.hostname}"
Example
"https://example.com"