add garage admin entry point #139

Open
ammaratef45 wants to merge 1 commits from garage-admin into master
Owner
<!-- Thank you for doing recipe maintenance work! Please mark all checklist items which are relevant for your changes. Please remove the checklist items which are not relevant for your changes. Feel free to remove this comment. --> * [x] I have deployed and tested my changes * [x] I have [updated relevant versions in `abra.sh`](https://docs.coopcloud.tech/maintainers/upgrade/#updating-versions-in-the-abrash) * [x] I have made my environment variable changes [backwards compatible](https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes) * [ ] I have added a [release note entry](https://docs.coopcloud.tech/maintainers/upgrade/#creating-new-release-notes) - no release note needed
p4u1 reviewed 2026-09-02 12:41:05 +00:00
@@ -8,3 +9,4 @@
published: 3901
protocol: tcp
mode: host
- target: 3903
Owner

does it make sense to only publish this port when GARAGE_ADMIN_ENABLED is set? I think this would need a new compose file though

does it make sense to only publish this port when GARAGE_ADMIN_ENABLED is set? I think this would need a new compose file though
Author
Owner

good point, lemme do that real quick

good point, lemme do that real quick
ammaratef45 marked this conversation as resolved
ammaratef45 force-pushed garage-admin from 683a1f68ed to 9d42727bd3 2026-09-02 13:29:47 +00:00 Compare
Owner

Nice, can you rebase/merge master and bump the config Version accordingly?

Nice, can you rebase/merge master and bump the config Version accordingly?
ammaratef45 added 1 commit 2026-09-02 22:45:09 +00:00
add garage admin entry point
continuous-integration/drone/pr Build is failing
82f603fd17
ammaratef45 force-pushed garage-admin from 9d42727bd3 to 82f603fd17 2026-09-02 22:45:09 +00:00 Compare
Author
Owner

Nice, can you rebase/merge master and bump the config Version accordingly?

done!

> Nice, can you rebase/merge master and bump the config Version accordingly? done!
p4u1 approved these changes 2026-09-03 06:16:14 +00:00
Some required checks failed
continuous-integration/drone/pr Build is failing
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin garage-admin:garage-admin
git checkout garage-admin
Sign in to join this conversation.