feat: several updates
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s

This commit is contained in:
Xavier Morel
2026-03-26 00:16:20 +01:00
parent fd778d374e
commit ff508fd669
5 changed files with 54 additions and 33 deletions
+5 -2
View File
@@ -23,16 +23,19 @@ in
enable = true;
providers = [
"builtin"
"builtin_player"
# "builtin_player"
"chromecast"
"deezer"
"dlna"
"fanarttv"
"filesystem_local"
"filesystem_smb"
"hass"
"hass_players"
"jellyfin"
"player_group"
#"player_group"
"sendspin"
"universal_group"
"ytmusic"
"squeezelite"
];
+4 -4
View File
@@ -7,7 +7,7 @@ in
container = {
cores = 1;
memory = 512;
disk = "6G";
disk = "10G";
swap = 512;
};
db = {
@@ -15,7 +15,7 @@ in
password = db_pass.papers;
};
system = {
port = 80; # open in firewall + expose on proxy
port = 28981;
importConfig = [
../config/papers-paperless.nix
];
@@ -24,7 +24,7 @@ in
enable = true;
metricsEnable = true;
};
private = true; # available only on private lan
auth = false; # true; # auth overlay
private = true;
auth = true;
};
}