services.ntfy-sh.settings.base-url

NixOS option

Public facing base URL of the service This setting is required for any of the following features: attachments (to return a download URL) e-mail sending (for the topic URL in the email footer) iOS push notifications for self-hosted servers (to calculate the Firebase poll_request topic) Matrix Push Gateway (to validate that the pushkey is correct)

type: string
Example
"https://ntfy.example"
declared in: nixos/modules/services/misc/ntfy-sh.nixView source on NixOS/nixpkgs →