feat: Add Docker environment detection and update mode configuration; enhance update process for Docker and host systems

This commit is contained in:
2025-11-09 23:10:13 +01:00
parent 8b1d95a7c7
commit 26d9cab668
3 changed files with 138 additions and 25 deletions

View File

@@ -170,7 +170,7 @@
"update": {
"enabled": true,
"method": "github-api",
"docker": false,
"dockerMode": "auto", // "auto" = detect automatically, "force-docker" = always use Docker mode, "force-host" = never use Docker mode
"scriptPath": "setup/update/update.mjs",
"autoUpdateConfig": true,
"autoUpdateAccounts": false