Update helpers_cache.json

This commit is contained in:
ProxMenuxBot
2026-04-05 00:19:09 +00:00
parent 8d8e4bab26
commit 77124c4549

View File

@@ -14995,6 +14995,7 @@
], ],
"notes": [ "notes": [
"API runs on Caddy+PHP-FPM (port 8080), client on Node.js (port 3000).", "API runs on Caddy+PHP-FPM (port 8080), client on Node.js (port 3000).",
"Credentials are saved to `~/slink.creds`.",
"Mercure real-time notifications are not available in this bare-metal setup." "Mercure real-time notifications are not available in this bare-metal setup."
], ],
"port": 3000, "port": 3000,
@@ -15009,6 +15010,10 @@
"lxc" "lxc"
], ],
"config_path": "/opt/slink/services/api/.env", "config_path": "/opt/slink/services/api/.env",
"default_credentials": {
"username": "admin@localhost",
"password": "auto-generated"
},
"os": "debian" "os": "debian"
}, },
{ {