expose_config

This commit is contained in:
Alexandre
2022-11-23 07:12:08 +01:00
committed by GitHub
parent 37b1d868b6
commit 48d1f957cd

View File

@@ -71,6 +71,7 @@
], ],
"schema": { "schema": {
"COLLECTOR_API_ENDPOINT": "str?", "COLLECTOR_API_ENDPOINT": "str?",
"expose_config": "bool?",
"Mode": "list(Collector+WebUI|Collector)?", "Mode": "list(Collector+WebUI|Collector)?",
"TZ": "str?", "TZ": "str?",
"Updates": "list(Hourly|Daily|Weekly)", "Updates": "list(Hourly|Daily|Weekly)",
@@ -81,4 +82,4 @@
"udev": true, "udev": true,
"url": "https://github.com/AnalogJ/scrutiny", "url": "https://github.com/AnalogJ/scrutiny",
"version": "v0.5.0-5" "version": "v0.5.0-5"
} }