diff --git a/README.md b/README.md index 8a9945f..c60ea7f 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,18 @@ cloudron install --image //com.jadud.garage:20251206-1359 cloudron build cloudron update --app garage. +These manual steps are necessary once it is running. -mc alias set garage "https://garage." "" "" --api S3v4 \ No newline at end of file +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." "" "" --api S3v4 + +I was able to transfer a file and `mc ls garage/test-bucket`. \ No newline at end of file