6 Commits

Author SHA1 Message Date
0ec15349e6 change rpc_secret to rpc_secret_file 2026-04-24 17:07:46 -04:00
cf9676fd5f Merge pull request 'fix: proper length for rpc secret' (#7) from fixes into main
Reviewed-on: #7
Reviewed-by: marlon, brooke
2026-04-24 21:02:26 +00:00
f
1ebc2c2eca feat: set container hostname to domain
this allows finding the hostname on `garage status`
2026-04-21 20:47:45 -03:00
f
aded3647a9 fix: upgrade to 2.3.0 2026-04-17 11:23:30 -03:00
f
24c457a5d4 fix: proper length for rpc secret 2026-04-17 03:22:36 -03:00
22e218107e Merge pull request 'feat: support sqlite and other database engines' (#6) from sqlite into main
Reviewed-on: #6
2026-04-05 23:02:32 +00:00
3 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@ DOMAIN=garage.example.com
LETS_ENCRYPT_ENV=production
COMPOSE_FILE="compose.yml"
SECRET_RPC_SECRET_VERSION=v1 # length=32 charset=hex
SECRET_RPC_SECRET_VERSION=v1 # length=64 charset=hex
# Changing the replication factor after initial deployment is not
# supported and requires deleting the existing cluster layout metadata.

View File

@ -3,7 +3,8 @@ version: "3.8"
services:
app:
image: dxflrs/garage:v2.1.0
image: dxflrs/garage:v2.3.0
hostname: "${DOMAIN}"
configs:
- source: garage_conf
target: /etc/garage.toml

View File

@ -15,7 +15,7 @@ compression_level = 2
rpc_bind_addr = "[::]:3901"
rpc_public_addr = "{{ env "DOMAIN" }}:3901"
rpc_addr = "[::]:3901"
rpc_secret = "{{ secret "rpc_secret" }}"
rpc_secret_file = /run/secrets/rpc_secret
{{ if ne (env "BOOTSTRAP_ID") "" }}
bootstrap_peers = [