From 2092fef7605bde687b11922a1ab8a14a16da57df Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 23 Sep 2025 12:55:47 +0200 Subject: [PATCH] chore: librey moves to a different port so that jitsi could exist (but jitsi is dead now) --- modules/services/librey-proxy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/librey-proxy.nix b/modules/services/librey-proxy.nix index 2bd3e7d..09e95b4 100644 --- a/modules/services/librey-proxy.nix +++ b/modules/services/librey-proxy.nix @@ -3,7 +3,7 @@ services = { anubis.instances.librey = { settings = { - TARGET = "http://localhost:8080"; + TARGET = "http://localhost:8078"; BIND = ":8079"; BIND_NETWORK = "tcp"; };