services.hedgedoc.settings.allowOrigin
NixOS option
List of domains to whitelist.
type: list of stringDefault
with config.services.hedgedoc.settings; [ host ] ++ lib.optionals (domain != null) [ domain ]
Example
declared in: nixos/modules/services/web-apps/hedgedoc.nixView source on NixOS/nixpkgs →[ "localhost" "hedgedoc.org" ]