From f61c0c0e5816565c15132b7e116b10c3c203f211 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 28 Aug 2025 16:44:12 -0400 Subject: [PATCH 1/4] Infini-DL360/copyparty: remove upload restriction --- hosts/Infini-DL360/copyparty.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/Infini-DL360/copyparty.nix b/hosts/Infini-DL360/copyparty.nix index 7172f05..1d804b2 100644 --- a/hosts/Infini-DL360/copyparty.nix +++ b/hosts/Infini-DL360/copyparty.nix @@ -49,6 +49,8 @@ in proxyPass = "http://localhost:3923"; proxyWebsockets = true; extraConfig = '' + client_max_body_size 0; + auth_request /outpost.goauthentik.io/auth/nginx; auth_request_set $auth_cookie $upstream_http_set_cookie; add_header Set-Cookie $auth_cookie; @@ -61,6 +63,8 @@ in locations."/outpost.goauthentik.io" = { proxyPass = "${authentik_internal}/outpost.goauthentik.io"; extraConfig = '' + client_max_body_size 0; + proxy_set_header X-Original-URL $scheme://$http_host$request_uri; add_header Set-Cookie $auth_cookie; auth_request_set $auth_cookie $upstream_http_set_cookie; From 1bc7a62840982f3665bfe1fb99c9e0c65599c57a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 12 Sep 2025 17:42:45 -0400 Subject: [PATCH 2/4] Infini-DL360: add testing port 55555 --- hosts/Infini-DL360/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index b0b8cad..3141bb2 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -78,6 +78,7 @@ 80 443 25565 + 55555 ]; }; From 31e04b37ac0df6886e836d96e31f77da4c5023a4 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 12 Sep 2025 17:43:08 -0400 Subject: [PATCH 3/4] Infini-DL360: add nfs as a supported filsystem --- hosts/Infini-DL360/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index 3141bb2..1814564 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -208,4 +208,6 @@ ]; services.printing.enable = true; + + boot.supportedFilesystems.nfs = true; } From 145e6a609eb6254ee482a53133acf0e6049b323a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 12 Sep 2025 18:00:13 -0400 Subject: [PATCH 4/4] Infini-DL360/users: add alina --- hosts/Infini-DL360/users.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/Infini-DL360/users.nix b/hosts/Infini-DL360/users.nix index 3edd0c3..48f0717 100644 --- a/hosts/Infini-DL360/users.nix +++ b/hosts/Infini-DL360/users.nix @@ -7,6 +7,12 @@ shell = pkgs.bash; }; + users.users.alina = { + description = "Puppygirl of fedi"; + isNormalUser = true; + shell = pkgs.nushell; + }; + services.openssh.extraConfig = '' Match user mistergij DisableForwarding yes