From 640140a65870d96cef4528dc9a2353bedbbef429 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:01:42 +0100 Subject: [PATCH] fixes --- ct/termix.sh | 2 +- frontend/public/json/termix.json | 2 +- install/termix-install.sh | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ct/termix.sh b/ct/termix.sh index e08be0ca9..c169058be 100644 --- a/ct/termix.sh +++ b/ct/termix.sh @@ -87,4 +87,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}" diff --git a/frontend/public/json/termix.json b/frontend/public/json/termix.json index e76fd9022..21e590170 100644 --- a/frontend/public/json/termix.json +++ b/frontend/public/json/termix.json @@ -8,7 +8,7 @@ "type": "ct", "updateable": true, "privileged": false, - "interface_port": 8080, + "interface_port": 80, "documentation": "https://docs.termix.site/", "website": "https://termix.site/", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/termix.webp", diff --git a/install/termix-install.sh b/install/termix-install.sh index 6eda384e8..14c01c908 100644 --- a/install/termix-install.sh +++ b/install/termix-install.sh @@ -64,7 +64,6 @@ msg_ok "Set up Directories" msg_info "Configuring Nginx" cat <<'EOF' >/etc/nginx/sites-available/termix.conf -pid /opt/termix/nginx/nginx.pid; error_log /opt/termix/nginx/logs/error.log warn; events { @@ -84,7 +83,7 @@ http { client_header_timeout 300s; server { - listen 8080; + listen 80; server_name _; add_header X-Content-Type-Options nosniff always; @@ -245,7 +244,6 @@ User=root WorkingDirectory=/opt/termix Environment=NODE_ENV=production Environment=DATA_DIR=/opt/termix/data -Environment=PORT=8080 ExecStart=/usr/bin/node /opt/termix/dist/backend/backend/starter.js Restart=on-failure RestartSec=5