Another note or two
This commit is contained in:
15
README.md
15
README.md
@@ -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.
|
||||||
|
|
||||||
mc alias set garage "https://garage.<domain>" "<key-id>" "<secret>" --api S3v4
|
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`.
|
||||||
Reference in New Issue
Block a user