services.changedetection-io.environmentFile
NixOS option
Securely pass environment variables to changedetection-io. This can be used to set for example a frontend password reproducible via SALTED_PASS which convinetly also deactivates nags about the hosted version. SALTED_PASS should be 64 characters long while the first 32 are the salt and the second the frontend password. It can easily be retrieved from the settings file when first set via the frontend with the following command: jq -r .settings.application.password /var/lib/changedetection-io/url-watches.json
type: null or absolute pathDefault
null
Example
declared in: nixos/modules/services/web-apps/changedetection-io.nixView source on NixOS/nixpkgs →"/run/secrets/changedetection-io.env"