heuuu plein de trucs en vrais
/ perform flake analysis (push) Failing after 3h7m58s
/ build hive configuration (push) Failing after 12m57s

This commit is contained in:
2026-06-22 11:53:37 +02:00
parent 8c726db73a
commit f5e3ef7c5b
17 changed files with 502 additions and 192 deletions
+38 -5
View File
@@ -15,8 +15,8 @@
settings = {
p = [ 8086 ];
e2dsa = true;
e2ts = true;
e2dsa = true; # files indexing
e2ts = true; # multimedia indexing
z = true;
qr = true;
xff-hdr = "X-Real-IP";
@@ -25,6 +25,13 @@
http-only = true;
og = true;
shr = "/shares";
ansi = true; # color in log messages
re-maxage = 60 * 60 * 12; # reindex every 12h
# idp-h-usr = "remote-user";
# idp-h-grp = "remote-group";
# idp-login = "https://auth.shobu.fr/?rd=https://files.shobu.fr";
# idp-logout = "https://auth.shobu.fr/";
};
accounts = {
@@ -54,9 +61,9 @@
};
};
"/mediacenter" = {
path = "/mnt/mediacenter/media";
path = "/mnt/mediacenter/";
access = {
rw = ["serhao"];
rw = [ "serhao" ];
};
flags = {
e2d = true;
@@ -65,12 +72,38 @@
"/data" = {
path = "/mnt/data";
access = {
rwd = ["serhao"];
rwd = [ "serhao" ];
};
flags = {
e2d = true;
};
};
"/dump" = {
path = "/mnt/data/dump";
access = {
rw = "*";
rwd = [ "serhao" ];
};
flags = {
lifetime = 86400;
df = "100g";
vmaxb = "10g";
};
};
"/dump/quick" = {
path = "/mnt/data/dump/quick";
access = {
rw = "*";
rwd = [ "serhao" ];
};
flags = {
e2ds = true;
pk = "gz,9";
lifetime = 300;
df = "100g";
vmaxb = "10g";
};
};
};
};