From d356fd1a9c01239b2af1bf9011387b37f334bbfb Mon Sep 17 00:00:00 2001 From: xengi Date: Sat, 14 Feb 2026 13:17:22 +0100 Subject: [PATCH 1/2] Update README.md Signed-off-by: xengi --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4410e01..529e39b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ ## Admin handbook -### Update a container +- All containers have `tmux` installed for shared hacking sessions. +- A node exporter is installed and scraped by the Prometheus on `monitoring.berlin.ccc.de` +- Most services provide a Grafana dashboard on `monitoring.berlin.ccc.de` + +## Update a container ```shell ssh @@ -15,12 +19,19 @@ nixos-rebuild switch # Apply changes Production: -- [Matrix](./README.matrix.md) +- [Synapse (matrix.berlin.ccc.de)](./README.matrix.md) +- [Postgres (sql.berlin.ccc.de)](./README.postgres.md) +- [NGINX (www.berlin.ccc.de)](./README.www.md) Testing: -- [Hedgedoc](./README.hedgedoc.md) -- [Postgres](./README.postgres.md) +- [Hedgedoc (md.berlin.ccc.de)](./README.hedgedoc.md) +- [Grafana (monitoring.berlin.ccc.de)](./README.grafana.md) +- [Prometheus (monitoring.berlin.ccc.de)](./README.prometheus.md) + +## Always looking for co-maintainers + +Wanna join the Admin team? Contact us! --- From 53d00c13f7d2e79e798e24beffd16a6df5496923 Mon Sep 17 00:00:00 2001 From: xengi Date: Sat, 14 Feb 2026 13:17:50 +0100 Subject: [PATCH 2/2] Update README.md Signed-off-by: xengi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 529e39b..4a0505a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - A node exporter is installed and scraped by the Prometheus on `monitoring.berlin.ccc.de` - Most services provide a Grafana dashboard on `monitoring.berlin.ccc.de` -## Update a container +### Update a container ```shell ssh @@ -15,7 +15,7 @@ nix run .#apps.nixos-diff # Show what changes would be applied nixos-rebuild switch # Apply changes ``` -## Special things +### Special things Production: