From e4ad48b73776c6349c26c7c08ef30c1da8ba6ba2 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Sun, 13 Oct 2024 18:29:52 +0200 Subject: [PATCH] disable thymis --- hosts/vulpecula-vps/configuration.nix | 2 +- hosts/vulpecula-vps/thymis.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/vulpecula-vps/configuration.nix b/hosts/vulpecula-vps/configuration.nix index 4280772..88e79e5 100644 --- a/hosts/vulpecula-vps/configuration.nix +++ b/hosts/vulpecula-vps/configuration.nix @@ -13,7 +13,7 @@ in { ./forgejo.nix ./grafana.nix ./tasiaiso.nix - ./thymis.nix + # ./thymis.nix ]; networking = { diff --git a/hosts/vulpecula-vps/thymis.nix b/hosts/vulpecula-vps/thymis.nix index 0287f83..57349b5 100644 --- a/hosts/vulpecula-vps/thymis.nix +++ b/hosts/vulpecula-vps/thymis.nix @@ -20,7 +20,7 @@ auth-basic-password-file = "/var/lib/thymis/auth-basic-password"; # file containing the password for basic authentication # content will be automatically generated if it does not exist listen-host = "127.0.0.1"; # host on which the controller listens for incoming connections - listen-port = 33100; # port on which the controller listens for incoming connections + listen-port = 8000; # port on which the controller listens for incoming connections nginx-vhost-enable = true; # whether to enable the Nginx virtual host nginx-vhost-name = "wallabag.vulpecula.zone"; # name of the Nginx virtual host };