From a7024544dc072e4fa568e9230100e2ba38862c70 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 28 Apr 2025 15:59:32 +0200 Subject: pkgs/taskchampion-sync: Put the sync server behind a ngnix proxy I realized, that the new taskchampion-sync-server uses a http api (instead of the custom protocol of taskserver). As such, we obviously want to put it behind a ngnix reverse proxy. --- hosts/by-name/server2/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/by-name') diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index 24513f4..f7a5d2d 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -103,7 +103,10 @@ CheckActivityPubGetSigned = false; }; }; - taskchampion-sync.enable = true; + taskchampion-sync = { + enable = true; + fqdn = "taskchampion.vhack.eu"; + }; users.enable = true; }; -- cgit 1.4.1