diff --git a/nix/nas/configuration.nix b/nix/nas/configuration.nix index 9b17603..46c8820 100644 --- a/nix/nas/configuration.nix +++ b/nix/nas/configuration.nix @@ -222,6 +222,14 @@ map to guest = bad user ''; shares = { + streamboxes = { + path = "/tank/streamboxes"; + browseable = "yes"; + "read only" = "no"; + "guest ok" = "yes"; + "create mask" = "0644"; + "directory mask" = "0755"; + }; media = { path = "/tank/media"; browseable = "yes"; @@ -281,7 +289,7 @@ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; - client_max_body_size 100M; + client_max_body_size 500M; ''; proxyPass = "http://127.0.0.1:8973/"; };