From 426d4934c5098ad2cf22ceb75643fe637abb503d Mon Sep 17 00:00:00 2001 From: cheetah Date: Sat, 24 Jun 2023 13:42:41 +0200 Subject: [PATCH] added Brandgefahren --- html/index.html | 4 ++++ nginx_site.cfg | 2 ++ 2 files changed, 6 insertions(+) diff --git a/html/index.html b/html/index.html index 77daf13..408e1e3 100644 --- a/html/index.html +++ b/html/index.html @@ -23,6 +23,7 @@ DWD MOWAS/BBK Testalarm + Brandgefahren Telegram @@ -36,6 +37,8 @@ + + @@ -62,6 +65,7 @@ 'msg-dwd_cfg', 'msg-mowas_cfg', 'msg-testalarm_cfg', + 'msg-brandgefahren_cfg', 'msg-tg_cfg', ], } diff --git a/nginx_site.cfg b/nginx_site.cfg index c49faf1..6c207bc 100644 --- a/nginx_site.cfg +++ b/nginx_site.cfg @@ -8,4 +8,6 @@ server { location /msg-tg_cfg/ { proxy_pass http://127.0.0.1:3060/; } location /msg-testalarm_cfg/ { proxy_pass http://127.0.0.1:3070/; } location /msg-mowas_cfg/ { proxy_pass http://127.0.0.1:3090/; } + location /msg-brandgefahren/ { proxy_pass http://127.0.0.1:3100/; } + }