A guide to help you understand what kind of servers you can connect to Coolify.
~/.ssh/authorized_keys
.
If you do not have an SSH Key, you can generate on through Coolify with a simple button or you can generate one manually.ProxyCommand <ip / hostname> access ssh --hostname %h
) to all ssh connections.docker image prune -af'
)docker builder prune -af
)docker container prune -f --filter "label=coolify.managed=true"
)example: http://example.com
) to your server, so you can easily assign generated domains to all the resources connected to this server.
Example: Your application UUID is vgsco4o
.
If you have the example set, you will get the following FQDN: http://vgsco4o.example.com
If you do not have any wildcard domain set, Coolify will generate a sslip.io domain, which is free & magical domain that you can use anywhere.
In this case, it will be: http://vgsco4o.127.0.0.1.sslip.io
, where 127.0.0.1
is your server’s IP.
/server/<server_uuid>/proxy
).