Some checks failed
Build and push adguard-exporter image / build-and-push-image (push) Failing after 11m20s
20 lines
664 B
Plaintext
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
|