m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-19 10:23:42 -05:00

Add agent mode, fix config version bug

This commit is contained in:
Sergio
2024-12-07 17:08:34 +02:00
parent dca19b5ae2
commit 622b156eed
3 changed files with 15 additions and 5 deletions

View File

@@ -10,6 +10,10 @@
"minimum": 3,
"maximum": 3
},
"agent": {
"type": "boolean",
"description": "Whether or not to enable agent mode. When agent mode is enabled, the server only exposes the API and the web interface is unavailable."
},
"registries": {
"type": "object",
"description": "Configuration options for specific registries",