add garage
Deploy Containers / Prepare (push) Successful in 16s

This commit is contained in:
2026-05-20 21:20:57 -04:00
parent 4e1bc1a2d3
commit b460c4a7d4
4 changed files with 268 additions and 202 deletions
+19
View File
@@ -0,0 +1,19 @@
metadata_dir = "/var/lib/garage/meta"
data_dir = "/var/lib/garage/data"
db_engine = "lmdb"
metadata_auto_snapshot_interval = "6h"
replication_factor = 3
compression_level = 2
rpc_bind_addr = "[::]:3901"
rpc_secret = "{{ GARAGE_RPC_SECRET }}"
[s3_api]
s3_region = "garage"
api_bind_addr = "[::]:3900"
root_domain = ".s3.garage"
[s3_web]
bind_addr = "[::]:3902"
root_domain = ".web.garage"
index = "index.html"