add ui, new config opts

This commit is contained in:
2026-07-16 16:32:44 -04:00
parent 8effff311b
commit df01e060e4
33 changed files with 1104 additions and 37 deletions
+11
View File
@@ -127,6 +127,10 @@
"default": 0.19,
"type": "number"
},
"disableWaterUsage": {
"default": false,
"type": "boolean"
},
"econetEmail": {
"type": "string"
},
@@ -137,6 +141,13 @@
"default": false,
"type": "boolean"
},
"enableWebUI": {
"default": true,
"type": [
"null",
"boolean"
]
},
"environment": {
"type": "string"
},