From 0c70cb07072554577c0e87162134558b922e88ff Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 16 Mar 2026 10:49:45 +0000 Subject: [PATCH] fuck --- modules/_hosts/tahani/paperless.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/_hosts/tahani/paperless.nix b/modules/_hosts/tahani/paperless.nix index a8f83c7..193d666 100644 --- a/modules/_hosts/tahani/paperless.nix +++ b/modules/_hosts/tahani/paperless.nix @@ -18,7 +18,7 @@ tls { get_certificate tailscale } - reverse_proxy localhost:8080 + reverse_proxy localhost:8081 ''; }; }; @@ -29,7 +29,7 @@ image = "icereed/paperless-gpt:latest"; autoStart = true; ports = [ - "127.0.0.1:8080:8080" + "127.0.0.1:8081:8080" ]; volumes = [ "paperless-gpt-data:/app/data"