-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Most customisations are in the .env file
change this
API_KEY=149814xgfnrwyxfg7r19872t4rxuiyou472139rtz
the FQDN of the server the api will be running on
SERVER_NAME_API=image.api.myserver.com
API_PORT=8000
the FQDN web-based gui for editing and managing templates, which runs in a separate container
SERVER_NAME_GUI=imagegui.api.myserver.com
WEB_PORT=80
protocol used, either https or http
PROTOCOL=https
essentially all this does is if set to 'true' it will not include the port as part of the url, so if you are behind a reverse proxy this may be useful. However the ports should be set still.
USE_PROXY=true
version simply appears in the GUI header, as does the logo, for your customisation.
VERSION=1.2.1
LOGO_IMG=<your logo url - https://myserver.com/logo.png>