sudo
wget
curl
.env
file (see
below)This is done automatically with the automated installation script.
Variable | Explanation |
---|---|
COOLIFY_APP_ID | A random UUID. Used to differentiate between installed instances. Also used to enable/disable telemetry (empty = disabled). |
COOLIFY_SECRET_KEY | Used to encrypt all kinds of private data. Must be 32 characters long. |
COOLIFY_DATABASE_URL | SQLite database URL. Must be under ../db . |
COOLIFY_IS_ON | Where Coolify is deployed to. Currently, only docker is supported. |
COOLIFY_WHITE_LABELED | It removes the “branding” of your Coolify instance. Please get in touch with me before using this. |
COOLIFY_WHITE_LABELED_ICON | A remote icon to be replaced on the login/registration page. |
COOLIFY_AUTO_UPDATE | It updates your Coolify instance automatically behind the scenes. |
--do-not-track
.--white-labeled
.--white-labeled
, --do-no-track
, --white-labeled-icon
.So if you installed Coolify with --do-no-track
before, and you want to also use --white-labeled
option, you need execute the install script with --do-not-track
and --white-labeled
!coolify
, coolify-proxy
and coolify-fluentbit
, or execute the following
script:
~/coolify
: