(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(knights): add wiki proxy

74k1 37860c35 5780b278

+13
+13
hosts/nixos/knights/configuration.nix
··· 298 298 # ''; 299 299 # }; 300 300 # }; 301 + "wiki.${domain00}" = { 302 + addSSL = true; 303 + useACMEHost = "${allSecrets.global.domain00}"; 304 + locations."/" = { 305 + # proxyPass = "http://127.0.0.1${toString config.services.anubis.instances.docmost.settings.BIND}"; 306 + proxyPass = "http://10.100.0.1:3303"; 307 + recommendedProxySettings = true; 308 + proxyWebsockets = true; 309 + extraConfig = '' 310 + client_max_body_size 0; 311 + ''; 312 + }; 313 + }; 301 314 # "news.${domain00}" = { 302 315 # addSSL = true; 303 316 # useACMEHost = "${allSecrets.global.domain00}";