Image build
# DB
## MARIADB
MARIADB_ROOT_USERNAME=root
MARIADB_ROOT_PASSWORD=<db password>
MARIADB_DATABASE=flyingfish
## INFLUXDB
INFLUXDB_URL=http://10.103.0.5:8086
INFLUXDB_USERNAME=flyingfish
INFLUXDB_PASSWORD=<user password influxdb>
INFLUXDB_ORG=flyingfish
INFLUXDB_BUCKET=flyingfish
INFLUXDB_RETENTION=4w
INFLUXDB_ADMIN_TOKEN=<a token>
# HTTP Server
HTTPSERVER_PORT=3000
# Logging
LOGGING_LEVEL=silly
# Service
## HIMHIP
HIMHIP_USE=1
HIMHIP_SECRET=<himhip secret>
## Dyn dns server
DYNDNSSERVER_ENABLE=1
Last updated