garage dxflrs/garage:v1.0.1 https://hub.docker.com/r/dxflrs/garage bridge sh false https://garagehq.deuxfleurs.fr/ Single-node Garage S3 server. Caddy on classe terminates TLS for s3.pq.io and reverse-proxies to this container's port 3900. Backup: Cloud: Network:Other https://garagehq.deuxfleurs.fr/img/logo.svg --restart=unless-stopped --label com.centurylinklabs.watchtower.enable=true Single-node Garage S3 (lmdb engine, replication_factor=1). Path-style endpoint: https://s3.pq.io/<bucket>/<key>. After the container starts the FIRST time only, initialise the cluster layout from the unraid console: docker exec garage /garage status # copy the node-id from the output docker exec garage /garage layout assign -z dc1 -c 30T <node-id> docker exec garage /garage layout apply --version 1 Then create a bucket and an access key: docker exec garage /garage bucket create my-bucket docker exec garage /garage key create my-key docker exec garage /garage bucket allow --read --write --owner my-bucket --key my-key docker exec garage /garage key info --show-secret my-key 3900 3902 3903 /mnt/user/appdata/garage/meta /mnt/user/s3/data /mnt/user/appdata/garage/garage.toml __GARAGE_RPC_SECRET__ __GARAGE_ADMIN_TOKEN__ __GARAGE_METRICS_TOKEN__