ABOUT
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.
infoThis is an addon script intended to be used on top of an existing Docker container.
infoExecute within an existing LXC console (Debian / Ubuntu / Alpine supported)
infoInitial setup will be done via the web interface on first access.
infoDokploy has built-in auto-updates via the web interface.
infoTo update via CLI, run the addon script again and select Update, or use: bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/dokploy.sh)
INSTALL
Approved local installer
DefaultDebian 13
Approved locallyConfig path/etc/dokploy
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/dokploy.sh'; sha='11e7fa6d3a6e9b44195da68197c41e82437a8572013243c980443ced7f4e65c0'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/dokploy.shSHA-256 11e7fa6d3a6e9b44195da68197c41e82437a8572013243c980443ced7f4e65c0 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.