From accf28c6353f126609a72cacd308a2d5a3c47954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 5 Feb 2024 10:24:00 +0200 Subject: [PATCH] vno1-oh2: add freshrss --- hosts/vno1-oh2/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 3c6ef08..dfa1c5a 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -250,6 +250,17 @@ }; services = { + freshrss = { + enable = true; + authType = "none"; + virtualHost = "localhost:9010"; + baseUrl = "http://localhost:9010"; + }; + nginx = { + enable = true; + defaultHTTPListenPort = 9010; + }; + caddy = { enable = true; email = "motiejus+acme@jakstys.lt";