Env
The Env file contains the environment variables for the individual containers and is the most important file for starting FlyingFish.
Last updated
The Env file contains the environment variables for the individual containers and is the most important file for starting FlyingFish.
Last updated
After installation, save the file well and remove it from the system if the system is not owned by only one user.
MARIADB_ROOT_USERNAME
The main user of mariadb, by default root
is used.
MARIADB_ROOT_PASSWORD
The password user of MariaDB, enter a sufficiently secure one here.
MARIADB_DATABASE
Default database name is flyingfish
.
INFLUXDB_URL
Address to influxdb, this can be a separate installation. With the standard installation, the address is http://10.103.0.5:8086
INFLUXDB_USERNAME
InfluxDB username.
INFLUXDB_PASSWORD
The password user of influxdb, enter a sufficiently secure one here.
INFLUXDB_ORG
An Influxdb organisation name.
INFLUXDB_BUCKET
An InfluxDB bucket name.
INFLUXDB_RETENTION
As for how long the data should be kept in the bucket, I recommend 4 weeks (4w).
INFLUXDB_ADMIN_TOKEN
The InfluxDB admin token for the communication, enter a sufficiently secure token (char/number chain).
HTTPSERVER_PORT
Intern HTTPS FlyingFish web interface listen port. Default is port 3000
.
LOGGING_LEVEL
Which logging to use:
error
: Write Log with all Error
warn
: Write Log with all Error and Warnings
info
: Write Log with all Error and Warnings and information
silly
: Write Log with all lots of prints by application
Current standard is silly
.
HIMHIP_USE
Enables the use of the service how is my host IP.
1
enable
0
disable
Standard is enabled.
HIMHIP_SECRET
The secret so that the service can communicate with the FlyingFish backend. Choose a 10-15 character string with characters and numbers for the secret.
DYNDNSSERVER_ENABLE
Activates the DynDns-Server in FlyingFish. Default is deactivated.
1
enable
0
disable