container-images/adguard-exporter/.env.example
Andreas Meier 0afa3eb181
Some checks failed
Build and push adguard-exporter image / build-and-push-image (push) Failing after 11m20s
fix(adguard-exporter): add files directly instead of as submodule
2026-06-26 12:49:26 +02:00

20 lines
664 B
Plaintext

# Contoh konfigurasi, silakan sesuaikan
#Fill up your adguard url, if didn't works try docker ips (172.x.x.x) (required)
ADGUARD_HOST=http://172.x.x.x:20271
#Your AdGuard username and password for authentication that you setup during the init (required)
ADGUARD_USER=
ADGUARD_PASS=
#Your exporter port (optional, default 9617)
EXPORTER_PORT=9200
#Scrape Interval by prometheus (optional, default 15s)
SCRAPE_INTERVAL=15s
#Fill up your LogLevel you want it to, (DEBUG,WARN,ERROR,INFO)
LOG_LEVEL=DEBUG
#GEOIP_DB File download => wget https://raw.githubusercontent.com/P3TERX/GeoLite.mmdb/download/GeoLite2-City.mmdb
GEOIP_DB=/path/to/your/GeoLite2-City.mmdb