mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: init paperless for winters
This commit is contained in:
parent
a0a0f6e537
commit
3a56b30a91
6 changed files with 114 additions and 13 deletions
|
|
@ -10,10 +10,9 @@
|
|||
|
||||
services.immich = {
|
||||
enable = true;
|
||||
port = 3001
|
||||
openFirewall = true;
|
||||
mediaLocation = "/Vault/Eternor/Bilder";
|
||||
home = "/Vault/apps/nextcloud";
|
||||
port = 3001;
|
||||
openFirewall = true;
|
||||
mediaLocation = "/Vault/Eternor/Immich";
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -25,7 +24,7 @@
|
|||
acmeRoot = null;
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://192.168.1.2:3001";
|
||||
proxyPass = "http://[::1]:3001";
|
||||
extraConfig = ''
|
||||
client_max_body_size 0;
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue