A community Umbrel app store that hosts the Pubky Homeserver for self-hosted Pubky users while the app is in beta.
Once the app graduates from beta, it will also be available directly from the official Umbrel App Store.
-
In umbrelOS, open the App Store.
-
Click your username (top-right) → Community App Stores → Add a Community App Store.
-
Paste this repo's URL:
https://github.com/pubky/umbrel-app-store -
The Pubky store appears in the App Store sidebar. Open it and install Pubky Homeserver.
pubky-homeserver/— the Pubky Homeserver app (homeserver + admin dashboard + cloudflared sidecar). Manifest, docker-compose, and any export hooks.umbrel-app-store.yml— store metadata (id: pubky,name: Pubky). Umbrel reads this when you add the store.
pubky/pubky-core— the Rust homeserver this app runs.pubky/homeserver-dashboard— the Next.js admin dashboard the app ships with.pubky/umbrel-apps— our fork of the official Umbrel app store used to open the eventual upstream PR.pubky/umbrel-apps-gallery— fork of the official gallery repo. Hostspubky-homeserver/icon.svg+ screenshots; this store'sumbrel-app.ymlpoints at those raw URLs.
Issues with the app packaging (docker-compose, manifest, install flow) go in this repo. Issues with the homeserver itself belong in pubky/pubky-core; dashboard issues in pubky/homeserver-dashboard.