No longer in use
Find a file
2022-01-25 19:59:21 +01:00
.envrc Initial commit 2022-01-22 14:31:29 +01:00
.gitignore Initial commit 2022-01-22 14:31:29 +01:00
acme.nix Initial commit 2022-01-22 14:31:29 +01:00
boot.nix Match VM specs 2022-01-22 14:48:44 +01:00
collector.nix Remove empty line 2022-01-25 19:59:21 +01:00
configuration.nix Match VM specs 2022-01-22 14:48:44 +01:00
grafana.nix Fix pw generation again... 2022-01-23 21:20:42 +01:00
hardware-configuration.nix Match VM specs 2022-01-22 14:48:44 +01:00
influxdb.nix remove irrelevant line 2022-01-23 21:28:55 +01:00
nginx.nix allow port 443 2022-01-22 17:57:23 +01:00
README.md Initial commit 2022-01-22 14:31:29 +01:00
sshusers.nix Automatically create home directories 2022-01-22 14:53:39 +01:00

hamburg.freifunk.net Statistik

Initiales Setup

  1. System starten
  2. Passwörter liegen nach dem Start des ersten Dienstes jeweils unter /var/lib/*/*.pw
  3. Nginx konfigurieren um ACME zu benutzen
  4. services.influxdb.extraConfig.http.auth-enabled auf true setzen
  5. Config für Collector erstellen und hier ablegen: /var/lib/private/collector/ffhh.conf
  6. Grafana konfigurieren

Development

Starten des Systems: QEMU_NET_OPTS="hostfwd=tcp:127.0.0.1:2222-:22,hostfwd=tcp:127.0.0.1:8080-:80" nixos-shell Zugriff dann per SSH über 127.0.0.1:2222 und HTTP über 127.0.0.1:8080.