add option to enable api server

This commit is contained in:
Joel Wetzell
2026-03-17 19:03:43 -05:00
parent 9c03ad2c14
commit 3d664fff67
4 changed files with 14 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
"api": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"description": "Whether the API server is enabled"
},
"port": {
"type": "integer",
"description": "Port for the API server to listen on"