Arcane
Docker-Anwendung from Tajniak81's Repository
Übersicht
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
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:3552]- Netzwerk
bridge- Shell
bash- Privilegiert
- false
Konfiguration der Vorlage
AppDataPathrw
Arcane data directory
- Ziel
- /app/data
- Standard
- /mnt/user/appdata/arcane
Docker SocketPathrw
Docker socket for Arcane to manage containers
- Ziel
- /var/run/docker.sock
- Standard
- /var/run/docker.sock
ProjectsPathrw
Directory containing your compose projects (host path must match inside container)
- Ziel
- /app/data/projects
- Standard
- /mnt/user/projects
WebUI PortPorttcp
Arcane web interface
- Ziel
- 3552
- Standard
- 3552
APP_URLVariable
Base URL for Arcane
- Standard
- http://localhost:3552
PUIDVariable
User ID
- Standard
- 1000
PGIDVariable
Group ID
- Standard
- 1000
ENCRYPTION_KEYVariable
32-byte encryption key (keep secret!)
JWT_SECRETVariable
JWT secret (if required by your setup)
Kategorien
Einzelheiten
Repository
ghcr.io/getarcaneapp/arcane:latestZuletzt aktualisiert2026-06-02
Erstmals gesehen2025-12-07
Führen Sie Arcane auf Unraid aus.
Arcane ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.