The garage module sets up backups for metadata automatically and generates keys needed for deployment automatically. What is still needed in a distributed deployment is sharing of the generated rpc keys with other garage instances.
11 lines
485 B
Markdown
11 lines
485 B
Markdown
---
|
|
description = "S3-compatible object store for small self-hosted geo-distributed deployments"
|
|
---
|
|
|
|
This module generates garage specific keys automatically.
|
|
When using garage in a distributed deployment the `rpc_key` between connected instances must be shared.
|
|
This is currently still a manual process.
|
|
|
|
Options: [NixosModuleOptions](https://search.nixos.org/options?channel=unstable&size=50&sort=relevance&type=packages&query=garage)
|
|
Documentation: https://garagehq.deuxfleurs.fr/
|