feat: add read-only mode to API and UI, disable write actions
This commit is contained in:
@@ -68,6 +68,11 @@
|
||||
"password": {
|
||||
"type": "string"
|
||||
},
|
||||
"read_only": {
|
||||
"description": "Disable write actions in WebUI/API",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"local_auth": {
|
||||
"description": "Enable auth check for localhost requests",
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user