feat(detmir): deploy read-only operator portal

This commit is contained in:
igor04091968
2026-06-02 20:35:58 +03:00
parent ac2901c0dc
commit ca4944b978
13 changed files with 1572 additions and 2 deletions
@@ -257,6 +257,16 @@ server {
{% endif %}
{% endfor %}
location = /portal {
return 302 /portal/;
}
location /portal/ {
proxy_set_header Authorization "";
proxy_pass http://127.0.0.1:8720/;
proxy_redirect off;
}
location /go/ {
try_files /index.html =404;
}