{{ define "config.html" }}
Basic config
Host
Port
Theme
Color mode
Local node-bootstrap URL
Shoutrrr URL
Scan settings
Interfaces
Timeout (seconds)
Args for arp-scan
Trim History (hours)
Log level
Use DB
PG Connect URL
InfluxDB2 config
Enable
{{ if .Config.InfluxEnable }} {{ else }} {{ end }}
Address
Token
Org
Bucket
Skip TLS verify
{{ if .Config.InfluxSkipTLS }} {{ else }} {{ end }}
About (v{{ .Version }})

● After changing Host or Port the app must be restarted

Shoutrrr URL provides notifications to Discord, Email, Gotify, Telegram and other services. Link to documentation

Interfaces - one or more, space separated

Timeout (seconds) - time between scans

Args for arp-scan - pass your own arguments to arp-scan. See man arp-scan for more. Enable debug log level to see resulting command. (Example: -r 1)

Trim History (hours) - remove history after

PG Connect URL - address to connect to PostgreSQL DB. (Example: postgres://username:password@192.168.0.1:5432/dbname?sslmode=disable). Full list of URL parameters here

● If you find this app useful, please, donate

● Commission you own app (Golang, HTML/JS). Contact here

{{ template "footer.html" }} {{ end }}