You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in Config.json. Here you can set the listen port and address, web root, folder for configuration files, folder for uploads and the authentication for the admin page.
port
This defines the port for the flask web server to listen on
listen
This defines the interface for the flask web server to listen on
webroot
This defines the protocol (http/s) and the domain (and/or subdomain) that the web server is accessible from
data_directory
This defines the directory to store the configuration files
upload_directory
This defines the directory to store the uploaded files
admin_auth
This defines the credentials used for the web admin interface
username
This defines the username to use for the HTTP authentication
password
This defines the password to use for the HTTP authentication