max.d
max.d
DDokploy
Created by max.d on 11/5/2024 in #help
Zero downtime possible
yeah i mean as an option to prefill like traefik confs are, 0 downtime out of the box is pretty cool
10 replies
DDokploy
Created by max.d on 11/5/2024 in #help
Zero downtime possible
awesome, can confirm that it works. I think it's pretty safe to automate simply asking for a port for auto health check
10 replies
DDokploy
Created by max.d on 11/5/2024 in #help
Zero downtime possible
ah perfect this is what i was missing, thank you!
10 replies
DDokploy
Created by max.d on 11/5/2024 in #help
Zero downtime possible
Nope using the "Application" mode with a dockerfile
10 replies
DDokploy
Created by max.d on 10/29/2024 in #help
Access to Traefik certs
this was the solution
5 replies
DDokploy
Created by max.d on 10/29/2024 in #help
Access to Traefik certs
jq -r '.letsencrypt.Certificates[] | select(.domain.main=="db.example.com") | .certificate' /etc/dokploy/traefik/dynamic/acme.json | base64 -d > /root/certs/tls_cert.pem
jq -r '.letsencrypt.Certificates[] | select(.domain.main=="db.example.com") | .key' /etc/dokploy/traefik/dynamic/acme.json | base64 -d > /root/certs/tls_key.pem
jq -r '.letsencrypt.Certificates[] | select(.domain.main=="db.example.com") | .certificate' /etc/dokploy/traefik/dynamic/acme.json | base64 -d > /root/certs/tls_cert.pem
jq -r '.letsencrypt.Certificates[] | select(.domain.main=="db.example.com") | .key' /etc/dokploy/traefik/dynamic/acme.json | base64 -d > /root/certs/tls_key.pem
5 replies
DDokploy
Created by max.d on 10/29/2024 in #help
Access to Traefik certs
yep this should work, thanks a lot!
5 replies
DDokploy
Created by max.d on 10/3/2024 in #help
I'm not getting build failed notifications on Discord
same server
4 replies
DDokploy
Created by max.d on 9/15/2024 in #help
Add a domain to an app without redeploy
@Siumauricio now works, thanks for releasing
17 replies
DDokploy
Created by mpcref on 9/20/2024 in #help
Migrating database to Dokploy
i think you got it, at least that's how i imagined it. running postgres on my staging server, backs up to backblaze
6 replies
DDokploy
Created by max.d on 9/19/2024 in #help
Release tracking
yep
4 replies
DDokploy
Created by max.d on 9/15/2024 in #help
Add a domain to an app without redeploy
No description
17 replies
DDokploy
Created by max.d on 9/15/2024 in #help
Add a domain to an app without redeploy
to answer my own question: domains are added live - works, but response is empty fix on the way domain config is not verified before adding, must check DNS records and see if domain is configured correctly
17 replies
DDokploy
Created by max.d on 9/19/2024 in #help
Release tracking
4 replies
DDokploy
Created by max.d on 9/16/2024 in #help
System dies with 400 after a few hours
i can now confirm the app was created without domain, with domain works perfect
94 replies
DDokploy
Created by Tjorven on 8/23/2024 in #help
How to backup or automate the dokploy config?
for prod atm using external DB vps just because of this scaling blocker
13 replies
DDokploy
Created by Tjorven on 8/23/2024 in #help
How to backup or automate the dokploy config?
yes makes sense, main issue with dokploy atm is that i have to re-install it on every server. it makes more sense to have say 1 main orchestration server, then a VPS for a DB, another for API, another 1-2 for client facing etc. if i need to spin up extra DB replicas i just add a server isntead of ... not sure what now with current setup actually
13 replies
DDokploy
Created by Tjorven on 8/23/2024 in #help
How to backup or automate the dokploy config?
closest atm is cluster
13 replies
DDokploy
Created by Tjorven on 8/23/2024 in #help
How to backup or automate the dokploy config?
yep
13 replies
DDokploy
Created by Tjorven on 8/23/2024 in #help
How to backup or automate the dokploy config?
my concern atm is that orchestration is not great, i would love to run dockploy on 1 host and just connect a lot of vps to it for apps
13 replies