The Ark is customizable with severall different environment variables. These are easily set with docker-compose
-
ARK_DATABASEDefault: files/theark.sqlite - The location of the Ark DB -
ARK_CONFIGDefault: config.yml - The location of the Ark configuration file -
ARK_USERNAMEDefault: admin - The username for the ark -
ARK_PASSWORDDefault: changeme - The password for the ark -
ARK_COOKIEDefault: super-secret - The api cookie value for the ark -
FLASK_HOSTDefault: 0.0.0.0 - The interface for Flask to bind to -
FLASK_PORTDefault: 80 - The port for Flask to bind to -
FLASK_DEBUGDefault: false - Whether or not Flask should be in debug mode