this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

increase upload limit for both matrix and calibre-web

+2
+1
hosts/profiles/calibre/default.nix
··· 36 36 extraConfig = '' 37 37 proxy_pass http://localhost:8083/; 38 38 proxy_set_header X-Forwarded-Host $host; 39 + client_max_body_size 50M; 39 40 ''; 40 41 }; 41 42 };
+1
hosts/profiles/matrix/default.nix
··· 20 20 services.matrix-synapse = { 21 21 enable = true; 22 22 settings = { 23 + max_upload_size = "100M"; 23 24 server_name = "sealight.xyz"; 24 25 listeners = [ 25 26 {