From ab0d7f8dc684e5154bb3584682e089842f9d0a6c Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Tue, 9 Dec 2025 12:29:33 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 89bd448..3ebfc91 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -984,6 +984,25 @@ ], "type": "ct" }, + { + "name": "Coolify", + "slug": "coolify", + "desc": "Coolify is an open-source & self-hostable alternative to Heroku, Netlify, and Vercel. It helps you manage your servers, applications, and databases on your own hardware with Docker. Deploy any application from Git repositories, Docker images, or use pre-built templates.", + "script": "ct/coolify.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/coolify.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/coolify.sh", + "os": "debian", + "categories": [ + 6 + ], + "notes": [ + "Initial setup will be done via the web interface on first access.", + "Coolify has built-in auto-updates. You can configure update frequency in Settings.", + "Coolify requires SSH access to manage deployments. SSH is enabled automatically.", + "This container uses Docker-in-Docker (nesting) for application deployments." + ], + "type": "ct" + }, { "name": "Copyparty", "slug": "copyparty", @@ -1322,6 +1341,24 @@ ], "type": "ct" }, + { + "name": "Dokploy", + "slug": "dokploy", + "desc": "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.", + "script": "ct/dokploy.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/dokploy.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/dokploy.sh", + "os": "debian", + "categories": [ + 6 + ], + "notes": [ + "Initial setup will be done via the web interface on first access.", + "Dokploy has built-in auto-updates via the web interface.", + "This container uses Docker-in-Docker (nesting) for application deployments." + ], + "type": "ct" + }, { "name": "Dolibarr", "slug": "dolibarr",