From 72791a0160f67a34ca334d5e4405f3e8c445b720 Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Sat, 24 Feb 2024 16:29:04 +0100 Subject: [PATCH] mew --- hosts/picard/calcom.nix | 2 +- hosts/picard/default.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/picard/calcom.nix b/hosts/picard/calcom.nix index d902aa91..59b19974 100644 --- a/hosts/picard/calcom.nix +++ b/hosts/picard/calcom.nix @@ -11,7 +11,7 @@ }; virtualisation.oci-containers.containers."calcom" = { image = "calcom/cal.com:latest"; - ports = [ "127.0.0.1:8009:8008" ]; + ports = [ "127.0.0.1:3469:3000" ]; user = "${toString config.users.users.calcom.uid}:${toString config.users.groups.calcom.gid}"; volumes = [ "/run/postgresql:/run/postgresql" diff --git a/hosts/picard/default.nix b/hosts/picard/default.nix index f56a8673..18b68a51 100644 --- a/hosts/picard/default.nix +++ b/hosts/picard/default.nix @@ -155,6 +155,10 @@ handle @git { reverse_proxy http://127.0.0.1:${toString config.services.forgejo.settings.server.HTTP_PORT} } + @cal host cal.xyno.systems + handle @cal { + reverse_proxy http://127.0.0.1:3469 + } handle { abort }