services.hedgedoc.settings.allowOrigin

List of domains to whitelist.

Type
list of string
Default
with config.services.hedgedoc.settings; [ host ] ++ lib.optionals (domain != null) [ domain ]
Example
[
  "localhost"
  "hedgedoc.org"
]
Declared
<nixpkgs/nixos/modules/services/web-apps/hedgedoc.nix>