infra/README.md
Ricardo (XenGi) Band 4a9e9a6c44
Some checks failed
Test Forgejo setup / Test setup (push) Successful in 33s
Test Nix flake / Test nix flake (push) Has been cancelled
badges
2026-08-22 15:41:42 +02:00

42 lines
1.3 KiB
Markdown

[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
[![Forgejo](https://git.berlin.ccc.de/xengi/infra/actions/workflows/forgejo.yaml/badge.svg)](https://git.berlin.ccc.de/xengi/infra/actions/workflows/forgejo.yaml)
[![Nix](https://git.berlin.ccc.de/xengi/infra/actions/workflows/nix.yaml/badge.svg)](https://git.berlin.ccc.de/xengi/infra/actions/workflows/nix.yaml)
# Nix based CCCB infra
## Admin handbook
- 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 <container>
cd /etc/nixos
nix run .#apps.nixos-diff # Show what changes would be applied
nixos-rebuild switch # Apply changes
```
### Special things
Production:
- [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 (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!
---
Build with ❤️ and ❄️.