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.
This commit is contained in:
MickLesk
2026-04-05 19:43:19 +02:00
parent cb4720258e
commit 194ba8a3fd
2 changed files with 2 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ cat <<EOF >/etc/puter/config.json
{
"config_name": "proxmox",
"domain": "${LOCAL_IP}",
"protocol": "http",
"http_port": 4100,
"experimental_no_subdomain": true,
"services": {