From 6f8f7239dc276479d691dcd0ffb5124bd62032ad Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 18 Sep 2025 08:52:11 +0200 Subject: feat(ev): add miniflux I already had a miniflux instance a couple years ago but accidentally dropped the database. --- nixos/hosts/ev/ports.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/hosts/ev/ports.nix') diff --git a/nixos/hosts/ev/ports.nix b/nixos/hosts/ev/ports.nix index cd41d1b..502e190 100644 --- a/nixos/hosts/ev/ports.nix +++ b/nixos/hosts/ev/ports.nix @@ -2,8 +2,10 @@ rec { grafanaAlloy = 3001; grafanaLoki = 3030; hosehawk = 4000; + miniflux = 4001; prometheus = 9090; prometheusNodeExporter = 9002; + prometheusSqlExporter = 9003; qbittorrent = 7777; zigbee2mqtt = 8080; @@ -11,6 +13,7 @@ rec { inherit grafanaAlloy hosehawk + miniflux prometheus qbittorrent zigbee2mqtt -- cgit v1.2.3