6 Commits

Author SHA1 Message Date
6e496fe42b Merge branch 'main' into monitoring
Some checks failed
continuous-integration/drone/pr Build is failing
2026-06-17 22:00:27 +00:00
5237068af1 add tests score
Some checks failed
continuous-integration/drone/pr Build is failing
2026-06-17 17:56:41 -04:00
7ad4b82d71 add score to readme 2026-06-17 17:55:00 -04:00
33d7d50884 update readme language 2026-06-17 17:54:34 -04:00
583c83cd56 add secrets to drone.yml 2026-06-17 17:52:41 -04:00
a907c6f695 Merge pull request 'feat: support scrape discovery' (#19) from export-metrics into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #19
Reviewed-by: Brooke <brooke@myco.systems>
2026-06-17 21:46:43 +00:00
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -5,12 +5,12 @@
<!-- metadata -->
* **Category**: Apps
* **Status**: wip
* **Status**: 3
* **Image**: [`garage`](https://hub.docker.com/r/dxflrs/garage), 4, upstream
* **Healthcheck**: No
* **Healthcheck**: Yes
* **Backups**: No
* **Email**: N/A
* **Tests**: Yes
* **Tests**: 3
* **SSO**: N/A
<!-- endmetadata -->
@ -96,12 +96,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 <app domain>`
* Uncomment the block that starts with `## Enable Full Data Backups`
* Re-deploy Garage: `abra app undeploy -n <app domain> && sleep 5 && abra app deploy -n <app domain>`
For more, see [`garagehq.deuxfleurs.fr`](https://garagehq.deuxfleurs.fr/documentation/cookbook/real-world/).