re-enable sub-domains to monitor

This commit is contained in:
Kiara Grouwstra 2024-09-28 22:24:55 +02:00
parent 524b598b2c
commit 660122477f

View file

@ -6,6 +6,7 @@
}: }:
let let
cfg = config.bagel.status; cfg = config.bagel.status;
# TODO: pull domains from a central place
subdomains = [ subdomains = [
"cl" "cl"
"netbox" "netbox"
@ -16,15 +17,15 @@ let
"mimir" "mimir"
"pyroscope" "pyroscope"
"matrix" "matrix"
# "tempo" "tempo"
# "amqp" "amqp"
# "fodwatch" "fodwatch"
# "git" "git"
# "alerts" "alerts"
# "buildbot" "buildbot"
# "b" "b"
# "postgres" "postgres"
# "news" "news"
]; ];
port = 3001; port = 3001;
in in