Skip to content

Commit 169251f

Browse files
committed
Release 1.2.2 - See CHANGELOG.md
1 parent 8a38506 commit 169251f

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

rootfs/container/functions/20-zerotier

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)