-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
No. It is a community plugin maintained in this repository. It uses Unraid’s public web and GraphQL surfaces the same way other community tools do.
Not meaningfully. The UI expects same-origin access to /graphql and Unraid session cookies. Standalone hosting would require reimplementing authentication and likely violate how Unraid’s API is meant to be used.
No. It invokes the host’s docker compose CLI through compose_api.php for files you choose. Compose projects you manage outside UndockerUI are unaffected unless you edit those same files.
Image updates pull new images and recreate containers per Unraid’s update flow—same risk profile as using the stock Docker UI update actions. Always read release notes for your application images and take backups before bulk updates.
If you can reach the Unraid web UI and GraphQL through your Connect or VPN path, UndockerUI should work the same, subject to Unraid’s cookie and CSRF behavior across domains.
The source repo is romwil/undockerui. Build plugin/dist/ from web/ as documented in Installation. Formal release archives may be added later on the Releases tab.
See Unraid API and keys — GraphQL sandbox, Settings → Management Access → API Keys, and putting the key in UNRAID_API_KEY in your repo-root .env.