ABOUT
Arcane is designed to be an easy and modern Docker management platform, built with everybody in mind. The goal of Arcane is to be built for and by the community to make sure nobody feels left out or behind with their specific features or processes.
infoThis is an addon script intended to be used on top of an existing Docker container.
INSTALL
Approved local installer
DefaultDebian 13
Approved locallyConfig path/opt/arcane/.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/tools/addon/arcane.sh'; sha='0159b7adda2b384354b52a7a771a808355bab464ab4b1e52fdb9f9b9eba025d6'; 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 tools/addon/arcane.shSHA-256 0159b7adda2b384354b52a7a771a808355bab464ab4b1e52fdb9f9b9eba025d6 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.