feat(detmir): add portal incident acknowledgement

This commit is contained in:
igor04091968
2026-06-02 22:17:25 +03:00
parent 87453a4ef0
commit 17e8e7b56a
6 changed files with 508 additions and 62 deletions
@@ -263,6 +263,7 @@ server {
location /portal/ {
proxy_set_header Authorization "";
proxy_set_header X-Remote-User $remote_user;
proxy_pass http://127.0.0.1:8720/;
proxy_redirect off;
}