85 lines
4.5 KiB
YAML
85 lines
4.5 KiB
YAML
manifestVersion: 1.1
|
|
id: arcane
|
|
category: developer
|
|
name: Arcane
|
|
version: "1.17.4"
|
|
tagline: An easy and modern Docker management platform
|
|
description: >-
|
|
⚠️ Make sure to only use named Docker volumes for your containers and projects. Data in bind-mounted volumes will be lost when the Arcane app is restarted or updated.
|
|
|
|
|
|
⚠️ Watch out for port conflicts between your custom Docker containers and your umbrelOS apps.
|
|
|
|
|
|
Arcane is a powerful and modern container management platform designed to simplify the way developers interact with Docker environments. It provides a seamless and visually appealing interface that brings all aspects of container management together in one place. Users can create, start, stop, and inspect containers, explore networks, manage images, and handle volumes with precision and control.
|
|
|
|
|
|
Beyond basic management, Arcane enhances productivity by offering integrated tools that developers typically rely on during their daily workflows. Its built-in terminal allows direct interaction with running containers, while the embedded code editor enables quick configuration or script adjustments without switching to external applications. Real-time system insights and detailed logging give users a clear view of their infrastructure's performance and resource usage.
|
|
|
|
|
|
The platform is designed to bridge the gap between simplicity and advanced control. It combines a clean, modern design with powerful backend capabilities, making it equally suitable for developers experimenting locally and professionals managing larger setups. With Arcane, managing containers feels more like using a well-crafted development environment than an administrative dashboard, allowing users to focus on building and running applications instead of dealing with complex Docker commands.
|
|
|
|
|
|
🧩 Arcane on Umbrel is designed for advanced users who want complete control over their containers. Follow these recommendations to ensure a reliable and stable experience.
|
|
|
|
|
|
1. Persistent data: Always use named Docker volumes for your containers and projects. Any data stored in bind mounts will be lost when the Arcane app is updated or restarted.
|
|
|
|
|
|
2. Port usage: Be mindful of port conflicts between your containers, Umbrel system services, and other installed or future apps. Assign unique port numbers to prevent conflicts.
|
|
|
|
|
|
3. Restart behavior: Configure your containers with the restart policy set to unless stopped or always. This ensures they automatically restart after Arcane restarts or updates.
|
|
|
|
|
|
4. Web access: You can access any container that exposes a web interface at `umbrel.local:PORT_NUMBER`. For example, if your app runs on port 5050, open `http://umbrel.local:5050` in your browser.
|
|
website: https://getarcane.app/
|
|
dependencies: []
|
|
repo: https://github.com/getarcaneapp/arcane
|
|
support: https://github.com/getarcaneapp/arcane/issues
|
|
port: 3552
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
- 4.jpg
|
|
- 5.jpg
|
|
path: ""
|
|
defaultUsername: "arcane"
|
|
defaultPassword: "arcane-admin"
|
|
releaseNotes: >-
|
|
New features in this release:
|
|
- Added ECR (Amazon Elastic Container Registry) support
|
|
- Added a per-container redeploy button
|
|
- Added support for symlinked project directories
|
|
- Added static admin API key support
|
|
- Added additional theme variants
|
|
- Added an updated log viewer with improved streaming
|
|
- Added Docker Swarm support
|
|
- Added network ports and topology views
|
|
- Added per-container auto-update toggle
|
|
- Added inbound webhook support
|
|
- Added Git Sync folder support for GitOps workflows
|
|
- Added compose-aware update logic for projects
|
|
|
|
|
|
Bug fixes in this release:
|
|
- Fixed truncation of long image references in the container table
|
|
- Fixed project icons not loading when using YAML or env aliases
|
|
- Fixed project max depth not working for filesystem discovery
|
|
- Fixed the "Update Projects" button to only update project containers
|
|
- Fixed per-container redeploy to use the compose-aware path
|
|
- Fixed webhook URL query parameters being lost in generic notifications
|
|
- Fixed unnecessary container recreation when the image is already up to date
|
|
- Fixed various Svelte reactivity issues in project editors
|
|
- Fixed notifications not being sent on single container updates
|
|
- Fixed light mode contrast for CPU and memory monitor stats
|
|
|
|
|
|
Full release notes are found at https://github.com/getarcaneapp/arcane/releases
|
|
permissions:
|
|
- GPU
|
|
developer: Arcane
|
|
submitter: dennysubke
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/4017
|