ABOUT
Dockge is a fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.
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)
infoTo update, run the addon script again and select Update, or use: bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/dockge.sh)
INSTALL
Approved local installer
DefaultDebian 13
Approved locallyConfig path/opt/dockge/compose.yaml
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/dockge.sh'; sha='04b8088300d29ffce23e7eda2b9a8d5d052e9d33a66fcf19e3bc79b878cead2b'; 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/dockge.shSHA-256 04b8088300d29ffce23e7eda2b9a8d5d052e9d33a66fcf19e3bc79b878cead2b LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.