Skip to content
slh2171 edited this page Oct 23, 2024 · 2 revisions

Customisations

Most customisations are in the .env file

API Key

change this

API_KEY=149814xgfnrwyxfg7r19872t4rxuiyou472139rtz

Server Name (API)

the FQDN of the server the api will be running on

SERVER_NAME_API=image.api.myserver.com API_PORT=8000

Web Server Name (GUI)

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

protocol used, either https or http

PROTOCOL=https

Proxy Masking

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

Misc.

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>

Clone this wiki locally