This commit is contained in:
@@ -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