From 194ba8a3fd62934fa0e827a477ac4537e2c9b00c Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 5 Apr 2026 19:43:19 +0200 Subject: [PATCH] fix(puter): add protocol to config, fix(fleet): use Debian 12 Puter: protocol was missing from config.json, causing origin to be computed as 'undefined://IP:4100'. All API/WebSocket URLs inherited this broken value, making the frontend unable to load. Fleet: MySQL APT repo requires Debian 12 (Bookworm), not 13. --- ct/fleet.sh | 2 +- install/puter-install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/fleet.sh b/ct/fleet.sh index a8cf43b0..665b3398 100644 --- a/ct/fleet.sh +++ b/ct/fleet.sh @@ -11,7 +11,7 @@ var_cpu="${var_cpu:-2}" var_ram="${var_ram:-2048}" var_disk="${var_disk:-8}" var_os="${var_os:-debian}" -var_version="${var_version:-13}" +var_version="${var_version:-12}" var_unprivileged="${var_unprivileged:-1}" header_info "$APP" diff --git a/install/puter-install.sh b/install/puter-install.sh index 07dd1e1a..b68d9d9e 100644 --- a/install/puter-install.sh +++ b/install/puter-install.sh @@ -41,6 +41,7 @@ cat </etc/puter/config.json { "config_name": "proxmox", "domain": "${LOCAL_IP}", + "protocol": "http", "http_port": 4100, "experimental_no_subdomain": true, "services": {