The Ark is customizable with severall different environment variables. These are easily set with docker-compose
-
ARK_DATABASE
Default: files/theark.sqlite - The location of the Ark DB -
ARK_CONFIG
Default: config.yml - The location of the Ark configuration file -
ARK_USERNAME
Default: admin - The username for the ark -
ARK_PASSWORD
Default: changeme - The password for the ark -
ARK_COOKIE
Default: super-secret - The api cookie value for the ark -
FLASK_HOST
Default: 0.0.0.0 - The interface for Flask to bind to -
FLASK_PORT
Default: 80 - The port for Flask to bind to -
FLASK_DEBUG
Default: false - Whether or not Flask should be in debug mode