diff options
author | Martin Fischer <martin@push-f.com> | 2025-09-18 08:52:11 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-09-20 14:40:47 +0200 |
commit | b2df6ac72a41ed2a90df07bec50c638dee7ac6e5 (patch) | |
tree | a5c190ce90475e3f38d6c1990892b7b0f28529b8 /nixos/hosts/ev/ports.nix | |
parent | 0d53b5617f165bd33c5db7f5355bb51a46e26b16 (diff) |
feat(ev): add miniflux
I already had a miniflux instance a couple years ago
but accidentally dropped the database.
Diffstat (limited to 'nixos/hosts/ev/ports.nix')
-rw-r--r-- | nixos/hosts/ev/ports.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 |