# GoAccess configuration for nbdy_overlay binhost stats # Image: gregyankovoy/goaccess # Mount path: /config/goaccess.conf # ── Log source ── # binhost nginx écrit dans /var/log/nginx/ (monté en /opt/log/ dans ce container) # Le fichier de log exact dépend de la config nginx du binhost log-file /opt/log/binhost-access.log # ── Log format (nginx combined) ── log-format COMBINED time-format %H:%M:%S date-format %d/%b/%Y # ── Real-time HTML via WebSocket ── real-time-html true ws-url wss://binstats.xenonet.cc/ws output /config/html/index.html # ── Dashboard ── html-report-title nbdy_overlay Binhost Stats no-query-string true # ── Panels ── enable-panel VISITORS enable-panel REQUESTS enable-panel REQUESTS_STATIC enable-panel NOT_FOUND enable-panel HOSTS enable-panel OS enable-panel BROWSERS enable-panel VISIT_TIMES enable-panel STATUS_CODES # ── Filtrage ── ignore-crawlers true exclude-ip 127.0.0.1 # ── GDPR ── anonymize-ip true # ── Misc ── no-color true no-progress true