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
+1
View File
@@ -45,6 +45,7 @@
DETMIR_PORTAL_WORKTIME_URL=http://10.10.10.13:5610
DETMIR_PORTAL_ONE_C_URL=http://10.10.10.2:8710
DETMIR_PORTAL_TIMEOUT_SECONDS=10
DETMIR_PORTAL_STATE_DIR=/var/lib/detmir-portal
- name: Install detmir-portal systemd service
ansible.builtin.copy:
@@ -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;
}