heuuu plein de trucs en vrais
This commit is contained in:
+38
-5
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user