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/; } + }