Arcane

Arcane

Application Docker from Tajniak81's Repository

Vue d'ensemble

Modern Docker Management, Designed for Everyone. https://getarcane.app/docs/setup/installation Arcane needs a 32‑byte ENCRYPTION_KEY. On Windows PowerShell: $bytes = New-Object byte[] 32 [Security.Cryptography.RandomNumberGenerator]::Create().GetBytes($bytes) $ENCRYPTION_KEY = [Convert]::ToBase64String($bytes) $ENCRYPTION_KEY 64-character hex JWT secret. On Windows PowerShell: $bytes = New-Object byte[] 32 [Security.Cryptography.RandomNumberGenerator]::Create().GetBytes($bytes) $JWT_SECRET = ($bytes | ForEach-Object { $_.ToString("x2") }) -join "" $JWT_SECRET

Arguments d'exécution

Interface utilisateur Web
http://[IP]:[PORT:3552]
Réseau
bridge
Coquille
bash
Privilégié
false

Configuration du modèle

AppDataPathrw

Arcane data directory

Cible
/app/data
Défaut
/mnt/user/appdata/arcane
Docker SocketPathrw

Docker socket for Arcane to manage containers

Cible
/var/run/docker.sock
Défaut
/var/run/docker.sock
ProjectsPathrw

Directory containing your compose projects (host path must match inside container)

Cible
/app/data/projects
Défaut
/mnt/user/projects
WebUI PortPorttcp

Arcane web interface

Cible
3552
Défaut
3552
APP_URLVariable

Base URL for Arcane

Défaut
http://localhost:3552
PUIDVariable

User ID

Défaut
1000
PGIDVariable

Group ID

Défaut
1000
ENCRYPTION_KEYVariable

32-byte encryption key (keep secret!)

JWT_SECRETVariable

JWT secret (if required by your setup)

Détails

Référentiel
ghcr.io/getarcaneapp/arcane:latest
Dernière mise à jour2026-06-01
Première vue2025-12-07

Exécutez Arcane sur Unraid.

Arcane est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.