fix idp on started

This commit is contained in:
lendry
2026-06-24 16:21:29 +03:00
parent 34c1d8446a
commit 36f30039ad
3 changed files with 302 additions and 15 deletions

View File

@@ -7,6 +7,10 @@ INSTALL_MODE=local
# Nginx: auto (Windows → Docker) | host (Linux) | docker
NGINX_MODE=auto
# Порты Nginx-контейнера (если 80/443 заняты системным nginx)
NGINX_HTTP_PORT=80
NGINX_HTTPS_PORT=443
# SSL: none (HTTP) | selfsigned (HTTPS локально) | letsencrypt (интернет)
SSL_TYPE=none