Darren Sisson
Darren Sisson
Who is your provider? Cf won't issue a proxy cert for 2nd level sub domains You can test the master first by running ```curl -v -H "host: test.app.domain.com" localhost``` You...
Coolify wildcard will only effect what domain is generated for new projects, not whether you can generate a cert or not. So assuming wildcard domain is set to be main.com....
@soccerlover096 there is a dynamic folder already mounted in traefik so you can just do the following, Save your certs in dir below on the host /etc/dokploy/traefik/dynamic/certs/ ```yaml tls: certificates:...
@youyou-sudo that service name will only work if cloudflare is in the same network as that service if it is running on the host or in a different network, it...
@MerlinB you can use strict 1) install cf origin domain cert or use dns challenge in traefik 2) change to HTTPS localhost:443 in tunnel entry 3) set origin domain in...
@aleksander-pankow This sounds like an issue with normal docker networks ( for swarm overlays, you shouldn't see this error) the default subnet for normal docker networks, means you can only...
@aleksander-pankow then create the file, with those contents if the file doesn't exist i will add you should really add the default logging options in there as well, otherwise you...
i will add, this won't magically fix your situation, unless you remove existing networks, since they have already been created with the old subnets
@oussamadouhou its missing due to this service not having any accessible https endpoint. its postgres you cant directly assign it a domain
@eduhdev12 this is a multi service compose, you enter the domain from settings or yellow icon for each service that needs one see image ( the compose is missing one...