Another note or two

This commit is contained in:
Matt Jadud
2025-12-06 09:49:14 -05:00
parent acbd740392
commit 2185a9be19

View File

@@ -8,5 +8,18 @@ cloudron install --image <registry-domain>/<user>/com.jadud.garage:20251206-1359
cloudron build cloudron build
cloudron update --app garage.<domain> 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 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`.