File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
rootfs/container/functions Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 3.1.0 2026-04-01 <code at nfastack dot com >
2+
3+ ### Added
4+ - Port to nfrastack/nginx:8.x series
5+ - ZT Net 0.7.17
6+
7+
18## 1.2.1 2026-01-12 <code at nfastack dot com >
29
310 ### Added
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN echo "" && \
3939 10-nginx/ENABLE_NGINX=FALSE \
4040 10-nginx/NGINX_SITE_ENABLED=ztnet \
4141 10-nginx/NGINX_SITE_ZTNET_MODE=proxy \
42- 10-nginx/NGINX_SITE_ZTNET_PROXY_URL=[env:UI_PROTOCOL]://[env://UI_HOSTNAME] :[env:UI_LISTEN_PORT] \
42+ 10-nginx/NGINX_SITE_ZTNET_PROXY_URL=[env:UI_PROTOCOL]://localhost :[env:UI_LISTEN_PORT] \
4343 10-nginx/NGINX_SITE_ZTNET_HEADER_XFRAME_NAME=X-Frame-Options \
4444 10-nginx/NGINX_SITE_ZTNET_HEADER_XFRAME_VALUE=SAMEORIGIN \
4545 10-nginx/NGINX_SITE_ZTNET_HEADER_XROBOTS_NAME=X-Content-Type-Options \
Original file line number Diff line number Diff line change @@ -162,12 +162,12 @@ zerotier_ui_configure() {
162162 UI_PROTOCOL \
163163 UI_SECRET
164164
165- update_template \
166- /etc/nginx/sites.enabled/"${NGINX_SITE_ENABLED}".conf \
167- UI_HOSTNAME \
168- UI_LISTEN_PORT \
169- UI_PROTOCOL \
170- UI_SITE_URL
165+ # update_template \
166+ # /etc/nginx/sites.enabled/"${NGINX_SITE_ENABLED}".conf \
167+ # UI_HOSTNAME \
168+ # UI_LISTEN_PORT \
169+ # UI_PROTOCOL \
170+ # UI_SITE_URL
171171
172172 if [ -n "${UI_DB_HOST}" ]; then DB_HOST=${DB_HOST:-${UI_DB_HOST}}; fi
173173 if [ -n "${UI_DB_NAME}" ]; then DB_NAME=${DB_NAME:-${UI_DB_NAME}}; fi
You can’t perform that action at this time.
0 commit comments