umbrel: Update TEST store metadata to 1.1.0-rc3#15
Merged
Conversation
Rename the app to "Bison Wallet TEST" to distinguish it from the official app store entry, bump the version to 1.1.0-rc3, and point the compose file at the decred/bisonwallet image that release-docker.yml actually publishes (it previously referenced decred/dcrdex). Align APP_HOST with the app id, since Umbrel's app proxy resolves the web container as <app-id>_web_1. Add a tag input to the docker workflow's manual dispatch so a run from a branch can publish a version-tagged image instead of one named after the branch.
The fork has no push rights to the decred Docker Hub org. Publish to ghcr.io/<repo-owner>/bisonwallet using the built-in GITHUB_TOKEN, so any fork publishes to its own namespace without external credentials. The workflow prints the published reference with its manifest digest for pinning in the umbrel compose file.
Pushing to ghcr.io/<owner>/bisonwallet failed with 403: a package of that name already exists without this repo granted write access. An unclaimed name is auto-created and linked to the repo on first push, and matches the TEST store branding.
Move the docker publishing notes to docs/docker.md and replace them with an install guide for umbrelOS users. Rename the app directory and id to decred-dcrdex: community app store apps must be prefixed with the store id (decred), which also restores the original APP_HOST value. Set the store name to "Bison Wallet TEST".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renames the Umbrel app to "Bison Wallet TEST" (to differentiate from the official app store entry), bumps the version to 1.1.0-rc3, and aligns the compose file with the
decred/bisonwalletimage thatrelease-docker.ymlpublishes. Also fixes the app-proxyAPP_HOSTto match the app id, and adds ataginput to the docker workflow's manual dispatch.🤖 Generated with Claude Code