MyNixOS website logo
option

services.hedgedoc.settings.allowOrigin

List of domains to whitelist.

Declarations
Type
list of string
Default
with config.services.hedgedoc.settings; [ host ] ++ lib.optionals (domain != null) [ domain ]
Example
[
  "localhost"
  "hedgedoc.org"
]