Fathom Lite

Einfache, datenschutzorientierte Website-Analyse. Entwickelt mit Golang & Preact.

Zugriff auf Fathom

  • Browser öffnen: http://<SERVER_IP>:8080
  • Admin-Anmeldedaten gespeichert in: /root/.cloudzy-creds

Wichtige Dateien und Verzeichnisse

  • Fathom-Binärdatei ausführen: /usr/local/bin/fathom
  • Installationsverzeichnis: /opt/fathom
  • Konfiguration (Umgebungsvariablen): /opt/fathom/.env
  • Admin- und DB-Anmeldedaten: /root/.cloudzy-creds
  • Systemd-Dienstdatei für Fathom: /etc/systemd/system/fathom.service

Verwaltungsdienste

# Check service status
systemctl status fathom

# Restart Fathom service
systemctl restart fathom

# Stop Fathom service
systemctl stop fathom

# View real-time logs
journalctl -u fathom.service -f

Weitere Benutzer anlegen

cd /opt/fathom && sudo -u fathom fathom user add --email=<email> --password=<password>

Anwendungsdetails