services.snipe-it.appURL

NixOS option

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 in: nixos/modules/services/web-apps/snipe-it.nixView source on NixOS/nixpkgs →