Files
cloudron-garage/README.md
2025-12-06 09:49:14 -05:00

25 lines
931 B
Markdown

may need to, at some point in the sequence, indicate where things are.
I'm using a private registry.
cloudron install --image <registry-domain>/<user>/com.jadud.garage:20251206-135933-1341d195f
cloudron build
cloudron update --app garage.<domain>
These manual steps are necessary once it is running.
https://garagehq.deuxfleurs.fr/documentation/quick-start/
There is a web interface floating around
https://github.com/khairul169/garage-webui
Not sure who provides it/connection to the project/security. I'd be inclined to leave everything about this as managed by Cloudron or through the command line, especially if it was bundled as a service that could be used by other applications (as a local S3 object store).
example setup for the minio client, which I had laying around
mc alias set garage "https://garage.<domain>" "<key-id>" "<secret>" --api S3v4
I was able to transfer a file and `mc ls garage/test-bucket`.