Skip to main content

Garage HQ

https://garagehq.deuxfleurs.fr/documentation/quick-start/

installation

steps:

  1. garage.toml
  2. garage -c path/to/garage.toml server
  3. Creating a cluster layout
  4. Create a bucket
  5. Create an API key
  6. Allow a key to access a bucket

GenKey

1. key create

./garage key create wayneos-key

Key name: wayneos-key
Key ID: GKfcd371f700692902299cb943
Secret key: 622e69f237c14152de31eb83a595c27d9b2cefff39a9fd3e1acc2f5d9512ad8b
Can create buckets: false
Key-specific bucket aliases:
Authorized buckets:

2. key permission grant

./garage bucket allow \
--read --write --owner \
wayneos \
--key wayneos-key