This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user