From 583c83cd568ce5713e6ee46426b9178ea3604d8d Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 17 Jun 2026 17:52:41 -0400 Subject: [PATCH 1/4] add secrets to drone.yml --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3399d4c..ea02041 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,12 +13,13 @@ steps: from_secret: drone_ssh_swarm_test networks: - proxy - compose: "compose.yml" environment: DOMAIN: garage.swarm-test.autonomic.zone STACK_NAME: garage LETS_ENCRYPT_ENV: production - SECRET_RPC_SECRET_VERSION: v1 + SECRET_RPC_SECRET_VERSION: v1 # length=64 charset=hex + SECRET_ADMIN_TOKEN_SECRET_VERSION: v1 # length=64 charset=hex + SECRET_METRICS_TOKEN_SECRET_VERSION: v1 # length=64 charset=hex trigger: branch: - main -- 2.49.0 From 33d7d508844994376891c46d1ffee603b18010fb Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 17 Jun 2026 17:54:34 -0400 Subject: [PATCH 2/4] update readme language --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ebd473..1e0e0f3 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ * **Category**: Apps -* **Status**: wip +* **Status**: * **Image**: [`garage`](https://hub.docker.com/r/dxflrs/garage), 4, upstream -* **Healthcheck**: No +* **Healthcheck**: Yes * **Backups**: No * **Email**: N/A * **Tests**: Yes @@ -88,12 +88,11 @@ Within your chosen monitoring software (ie. Telegraf, Prometheus, etc.), you'll By default, backups will only capture a snapshot of the metadata directory, which includes bucket names, hashed secrets, and other related information. By default, the actual data will not be backed up! -If you're running Garage in a cluster, when you restore the metadata, other nodes will provide any missing data. +If you're running Garage in a cluster, when you restore the metadata, other nodes will provide any missing data (assuming a replication factor >1). ### To enable full data backups * `abra app config ` * Uncomment the block that starts with `## Enable Full Data Backups` * Re-deploy Garage: `abra app undeploy -n && sleep 5 && abra app deploy -n ` - For more, see [`garagehq.deuxfleurs.fr`](https://garagehq.deuxfleurs.fr/documentation/cookbook/real-world/). -- 2.49.0 From 7ad4b82d710551fdd16939eee37cf444b74c782e Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 17 Jun 2026 17:55:00 -0400 Subject: [PATCH 3/4] add score to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e0e0f3..1e69e60 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * **Category**: Apps -* **Status**: +* **Status**: 3 * **Image**: [`garage`](https://hub.docker.com/r/dxflrs/garage), 4, upstream * **Healthcheck**: Yes * **Backups**: No -- 2.49.0 From 5237068af1d50c4ca6dafc5f7a07e64124b321d2 Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 17 Jun 2026 17:56:41 -0400 Subject: [PATCH 4/4] add tests score --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e69e60..a637a57 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ * **Healthcheck**: Yes * **Backups**: No * **Email**: N/A -* **Tests**: Yes +* **Tests**: 3 * **SSO**: N/A -- 2.49.0