services.snipe-it.appURL

The root URL that you want to host Snipe-IT on. All URLs in Snipe-IT 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: snipe-it snipe-it:update-url https://old.example.com https://new.example.com

Type
string
Default
''
  http''${lib.optionalString tlsEnabled "s"}://''${cfg.hostName}
''
Example
"https://example.com"
Declared
<nixpkgs/nixos/modules/services/web-apps/snipe-it.nix>