more migration id/uuid and config propagation fixes

This commit is contained in:
Nick Sweeting
2026-01-04 16:16:26 -08:00
parent 839ae744cf
commit 456aaee287
16 changed files with 789 additions and 94 deletions

View File

@@ -3,6 +3,12 @@
"type": "object",
"additionalProperties": false,
"properties": {
"CHROME_ENABLED": {
"type": "boolean",
"default": true,
"x-aliases": ["USE_CHROME"],
"description": "Enable Chrome/Chromium browser integration for archiving"
},
"CHROME_BINARY": {
"type": "string",
"default": "chromium",