From 380048450996ee3258ac13320d0435537c5ab13c Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 7 Oct 2023 11:16:44 -0400 Subject: [PATCH] hedgedoc: bind host --- hosts/sakura/services/hedgedoc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakura/services/hedgedoc.nix b/hosts/sakura/services/hedgedoc.nix index 341bff5..66f03ba 100644 --- a/hosts/sakura/services/hedgedoc.nix +++ b/hosts/sakura/services/hedgedoc.nix @@ -4,6 +4,7 @@ _: { settings = { port = 3300; domain = "scratch.flake.sh"; + host = "100.121.201.47"; allowOrigin = ["scratch.flake.sh"]; allowAnonymous = true; allowFreeURL = true;