"description":"Dokploy is a free, self-hostable Platform as a Service (PaaS) that simplifies the deployment and management of applications and databases. Built with Docker and Traefik, it offers features like automatic SSL, Docker Compose support, database backups, and a real-time monitoring dashboard.",
"install_methods":[
{
"type":"default",
"script":"ct/dokploy.sh",
"resources":{
"cpu":2,
"ram":2048,
"hdd":10,
"os":"Debian",
"version":"13"
}
}
],
"default_credentials":{
"username":null,
"password":null
},
"notes":[
{
"text":"Initial setup will be done via the web interface on first access.",
"type":"info"
},
{
"text":"Dokploy has built-in auto-updates via the web interface.",
"type":"info"
},
{
"text":"This container uses Docker-in-Docker (nesting) for application deployments.",