From 33cd6eafeb9852ea9481401dfeb66b87b6ccc480 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 30 Oct 2021 11:12:09 +0200 Subject: Add trac --- machines/srv1/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/machines/srv1/configuration.nix b/machines/srv1/configuration.nix index 9a95092..4ffa80a 100644 --- a/machines/srv1/configuration.nix +++ b/machines/srv1/configuration.nix @@ -178,6 +178,11 @@ in enableACME = true; forceSSL = true; }; + "bug.niedzwiedzinski.cyou" = { + locations."/".proxyPass = "http://0.0.0.0:8000/"; + enableACME = true; + forceSSL = true; + }; "tmp.niedzwiedzinski.cyou" = { enableACME = true; addSSL = true; @@ -311,6 +316,10 @@ in }; }; + services.trac = { + enable = true; + }; + services.rss-bridge = { enable = true; virtualHost = "rss.srv1.niedzwiedzinski.cyou"; -- cgit 1.4.1