No longer in use
Find a file
2023-03-01 19:09:16 +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 updates to 22.11 2023-03-01 19:09:16 +01:00
hardware-configuration.nix Match VM specs 2022-01-22 14:48:44 +01:00
influxdb-module.nix Use a slightly modified version of the influxdb module to avoid pulling in collectd and indirectly xen 2022-02-12 15:52:39 +01:00
influxdb.nix Use a slightly modified version of the influxdb module to avoid pulling in collectd and indirectly xen 2022-02-12 15:52:39 +01:00
nginx.nix Redirect old to new 2022-02-07 22:10:01 +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.