ABOUT
Open-source project tracking tool that helps teams plan, track, and manage their software projects with issues, cycles, and modules.
infoFirst user to sign up becomes the instance admin. Initial build takes 10-15 minutes.
infoAdmin panel (God Mode) is available at `/god-mode/` for instance configuration.
infoCredentials are saved to `~/plane.creds`.
warningIf the container IP changes, rebuild the frontend apps or run the update script to apply the new URL.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU6144 MB RAM8 GB disk
Config path/opt/plane/apps/api/.env
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/plane.sh'; sha='e7c5e07750145005daffafb2ff8fcfe5837fc3defc12970e8564117754e67908'; 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/plane.shSHA-256 e7c5e07750145005daffafb2ff8fcfe5837fc3defc12970e8564117754e67908 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.