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
You can also set up the first admin account directly during the installation. For details, see: [Create Root User with Environment Variables](/knowledge-base/create-root-user-with-env)
166
165
:::
167
166
168
-
There are several environment variables that you can set to customize your Coolify installation.
167
+
#### Advanced: Customizing Installation with Environment Variables
169
168
170
-
For example, you can setup a default root user or define the default docker network pool.
169
+
The installation script supports several environment variables to customize your Coolify installation. These are completely optional.
171
170
172
-
See the [Define Custom Docker Network with ENV](/knowledge-base/define-custom-docker-network-with-env) or the [Create Root User with ENV](/knowledge-base/create-root-user-with-env) for more details.
171
+
:::details Click to view all available environment variables
172
+
173
+
You can set these environment variables before running the installation script to customize your Coolify setup:
174
+
175
+
| Environment Variable | Description | Default Value | Example |
Copy file name to clipboardExpand all lines: docs/troubleshoot/dns-and-domains/lets-encrypt-not-working.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Sometimes, Let's Encrypt might be having issues on their end. Check the Let's En
37
37
38
38
## 5. Note on Certificate Validity
39
39
40
-
Let's Encrypt certificates are valid for 90 days. If your certificate is still valid, your domain mayo work fine even if requied port 80 is closed or your domain is being proxied. This is because Coolify will continue using the existing valid certificate until it expires.
40
+
Let's Encrypt certificates are valid for 90 days. If your certificate is still valid, your domain may work fine even if requied port 80 is closed or your domain is being proxied. This is because Coolify will continue using the existing valid certificate until it expires.
41
41
42
42
However, if your domain has been working fine over HTTPS for several months and suddenly fails to generate a new SSL certificate, it’s likely that the existing certificate has expired. At this point, Coolify won’t be able to generate a new certificate due to the issues mentioned earlier (like port 80 being closed or proxy interference).
0 commit comments