Skip to content

Commit 498249c

Browse files
committed
docs(faq): add version availability section
1 parent 1b351b6 commit 498249c

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

docs/knowledge-base/faq.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ description: "Common Coolify questions answered including SSH permissions, custo
55

66
# Frequently Asked Questions (FAQ)
77

8+
## Coolify
9+
10+
### Coolify is not updating to the newest version.
11+
12+
When a new version is released and a new GitHub release is created, it doesn't immediately become available for your instance. Read more about [Coolifys Release Cycle](https://github.com/coollabsio/coolify/blob/v4.x/RELEASE.md) on GitHub.
13+
814
## Server
915

1016
### Permission denied (publickey).
17+
1118
::: tip Error
1219
Error: `Server is not reachable. Reason: [email protected]: Permission denied (publickey).`
1320

@@ -22,14 +29,17 @@ If it is not added, you can add it manually by running the following command on
2229
```
2330

2431
### Custom SSH Port
25-
If you would like to use a custom SSH port, you can set it in the `Server` tab of your server.
32+
33+
If you would like to use a custom SSH port, you can set it in the `Server` tab of your server.
2634

2735
If you are self-hosting Coolify, you can simply set it after you installed Coolify on the `localhost` server.
2836

2937
### Increase Concurrent Builds
38+
3039
If you would like to increase the number of concurrent builds, you can set it in the `Server` tab of your server.
3140

3241
### Coolify Cloud Public IPs
42+
3343
If you need the public facing IPs to allow inbound connections to your servers, here is an up-to-date list of IPs that you can use to whitelist:
3444

3545
- https://coolify.io/ipv4.txt
@@ -38,32 +48,37 @@ If you need the public facing IPs to allow inbound connections to your servers,
3848
## Cloudflare
3949

4050
### Configured but application is not reachable.
51+
4152
You need to set your SSL/TLS configuration to at least `Full` in your Cloudflare dashboard.
4253

4354
Documentation: https://developers.cloudflare.com/ssl/origin-configuration/ssl-modes/full/
4455

4556
### Too many redirections.
57+
4658
You need to set your SSL/TLS configuration to at least `Full` in your Cloudflare dashboard.
4759

4860
Documentation: https://developers.cloudflare.com/ssl/origin-configuration/ssl-modes/full/
4961

50-
5162
## Applications
5263

5364
### How to map a port the server?
65+
5466
If you want to map a port the host system (server), you need to use [Ports Mappings](/applications/#port-mappings) feature.
5567

5668
## SSL & HTTPS
5769

5870
### How do I enable HTTPS/SSL for my application?
71+
5972
HTTPS is automatically enabled when you enter a domain using the `https://` protocol (for example, `https://example.com`). Coolify will automatically configure your reverse proxy and request SSL certificates from Let's Encrypt. You don't need to do any additional setup.
6073

6174
For more details, see the [Domains documentation](/knowledge-base/domains#https-ssl-certificates).
6275

6376
### My application is showing a certificate warning in the browser. What should I do?
77+
6478
If your browser shows a certificate warning or indicates a self-signed certificate, it means the automatic certificate issuance from Let's Encrypt failed. This is usually due to DNS configuration issues, firewall problems, or port accessibility.
6579

6680
See the [Let's Encrypt Not Working](/troubleshoot/dns-and-domains/lets-encrypt-not-working) troubleshooting guide for detailed solutions.
6781

6882
### Do SSL certificates renew automatically?
83+
6984
Yes. Coolify automatically renews SSL certificates from Let's Encrypt before they expire. Let's Encrypt certificates are valid for 90 days, and Coolify handles all renewals seamlessly in the background.

0 commit comments

Comments
 (0)