Compare commits

..

No commits in common. "0a8e49517d6af14cb95d50b36394902ac0ac14b9" and "81da82c1fb5f98ef4dae65d11b635524935fd9bc" have entirely different histories.

3 changed files with 3 additions and 10 deletions

View file

@ -25,17 +25,17 @@
"https://cache.iog.io" "https://cache.iog.io"
"https://cache.lix.systems" "https://cache.lix.systems"
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
"https://mlabs.cachix.org" # "https://mlabs.cachix.org"
"http://sisko.wg.aciceri.dev:8081/nixfleet" "http://sisko.wg.aciceri.dev:8081/nixfleet"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"mlabs.cachix.org-1:gStKdEqNKcrlSQw5iMW6wFCj3+b+1ASpBVY2SYuNV2M=" # "mlabs.cachix.org-1:gStKdEqNKcrlSQw5iMW6wFCj3+b+1ASpBVY2SYuNV2M="
"nixfleet:Bud23440n6mMTmgq/7U+mk91zlLjnx2X3lQQrCBCCU4=" "nixfleet:Bud23440n6mMTmgq/7U+mk91zlLjnx2X3lQQrCBCCU4="
]; ];
# deprecated-features = [ "url-literals" ]; deprecated-features = [ "url-literals" ];
}; };
nixPath = [ "nixpkgs=${fleetFlake.inputs.nixpkgs}" ]; nixPath = [ "nixpkgs=${fleetFlake.inputs.nixpkgs}" ];

View file

@ -16,7 +16,6 @@
pdfa_image_compression = "lossless"; pdfa_image_compression = "lossless";
invalidate_digital_signatures = true; invalidate_digital_signatures = true;
}; };
PAPERLESS_URL = "https://paper.sisko.wg.aciceri.dev";
}; };
}; };
@ -34,12 +33,6 @@
}; };
extraConfig = '' extraConfig = ''
client_max_body_size 50000M; client_max_body_size 50000M;
proxy_redirect off;
proxy_set_header Host $host:$server_port;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Forwarded-Proto $scheme;
''; '';
serverAliases = [ "paper.sisko.zt.aciceri.dev" ]; serverAliases = [ "paper.sisko.zt.aciceri.dev" ];
}; };

Binary file not shown.