viola: upstream

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-03-25 18:48:47 +03:00
parent bcb7f2dcb0
commit 793b14918a
34 changed files with 1320 additions and 326 deletions

View file

@ -5,7 +5,28 @@
package = pkgs.garage;
logLevel = "error";
settings = {
# nope
replication_factor = 1;
consistency_mode = "consistent";
use_local_tz = true;
rpc_bind_addr = "[::]:3901";
rpc_public_addr = "127.0.0.1:3901";
"s3_api" = {
s3_region = "garage";
api_bind_addr = "[::]:3900";
root_domain = ".s3.garage.localhost";
};
"s3_web" = {
bind_addr = "[::]:3902";
root_domain = ".web.garage.localhost";
index = "index.html";
};
"k2v_api" = {
api_bind_addr = "[::]:3904";
};
};
};
};