Custom apps for Umbrel.
On your Umbrel, go to App Store → Community App Stores → Add and enter:
https://github.com/zot24/umbrel-apps
Self-hosted AI assistant with Telegram integration. Connect Claude to your messaging platforms.
- App ID:
zot24-openclaw - Ports: 18789 (Gateway), 18790 (WebChat UI)
- Docker Image: ghcr.io/zot24/openclaw-docker
This repository uses a separate gallery repository for icons and screenshots:
Umbrel community app stores have a limitation: icons and gallery images placed in the app folder don't display correctly. Umbrel tries to fetch them from the official gallery endpoint instead of the local store.
The workaround: Host assets in a separate repository and use full URLs in umbrel-app.yml:
icon: https://raw.githubusercontent.com/zot24/umbrel-apps-gallery/main/zot24-openclaw/icon.png
gallery:
- https://raw.githubusercontent.com/zot24/umbrel-apps-gallery/main/zot24-openclaw/1.jpg
- https://raw.githubusercontent.com/zot24/umbrel-apps-gallery/main/zot24-openclaw/2.jpgThis is documented in Umbrel issue #1998.
| Repository | Purpose |
|---|---|
| zot24/umbrel-apps | This repo - app definitions |
| zot24/umbrel-apps-gallery | Icons and gallery images |
| zot24/openclaw-docker | Docker image builds |