services.hedgedoc.settings.allowOrigin

NixOS option

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