From b6153202fa6b460be043bcc0b9b7e44782eb8a62 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Tue, 24 Dec 2024 12:48:12 +0530 Subject: [PATCH] add ntfy --- privfrontends/templates/in/apps.Caddyfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/privfrontends/templates/in/apps.Caddyfile b/privfrontends/templates/in/apps.Caddyfile index 95741a1..ccd3b5d 100644 --- a/privfrontends/templates/in/apps.Caddyfile +++ b/privfrontends/templates/in/apps.Caddyfile @@ -295,3 +295,8 @@ timetagger.projectsegfau.lt tt.psf.lt { } reverse_proxy http://localhost:9900 } + +ntfy.projectsegfau.lt { + import def + reverse_proxy :8099 +}