No longer in use
Find a file
2022-01-28 22:37:19 +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 Update collector 2022-01-27 22:43:16 +01:00
configuration.nix Match VM specs 2022-01-22 14:48:44 +01:00
grafana.nix Fix option name for grafana 2022-01-28 21:43:25 +01:00
hardware-configuration.nix Match VM specs 2022-01-22 14:48:44 +01:00
influxdb.nix Set a retention policy for influxdb 2022-01-28 21:06:05 +01:00
nginx.nix move access_log to a valid location in the config 2022-01-27 23:20:05 +01:00
README.md Doku ein bischen aktualisieren 2022-01-28 22:37:19 +01:00
sshusers.nix sshusers: Allow multi-line keyfiles 2022-01-25 20:12:06 +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 anpassen in collector.nix
  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.