MyNixOS website logo
option

services.monica.appURL

The root URL that you want to host monica on. All URLs in monica 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 monica: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"