summaryrefslogtreecommitdiff
path: root/kvmd/apps
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-09-12 02:00:05 +0300
committerDevaev Maxim <[email protected]>2019-09-12 02:03:47 +0300
commit8214a20d4af3fdb59bb35bd8f83d3d9977de8f35 (patch)
tree0881ad456f18173c4f5e0fc8387f98feefbb356d /kvmd/apps
parentab7a16a4f7afb2393f69a7ac9b3f5cea7c3ed4d6 (diff)
removed plugins
Diffstat (limited to 'kvmd/apps')
-rw-r--r--kvmd/apps/__init__.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/kvmd/apps/__init__.py b/kvmd/apps/__init__.py
index 60df70fc..a17a89c5 100644
--- a/kvmd/apps/__init__.py
+++ b/kvmd/apps/__init__.py
@@ -169,6 +169,7 @@ def _get_config_scheme(sections: List[str]) -> Dict:
"internal": {
"type": Option("htpasswd"),
"force_users": Option([], type=valid_users_list),
+ # Dynamic content
},
"external": {
"type": Option(""),
@@ -181,15 +182,18 @@ def _get_config_scheme(sections: List[str]) -> Dict:
},
"hid": {
- "type": Option("tty"),
+ "type": Option("serial"),
+ # Dynamic content
},
"atx": {
"type": Option("gpio"),
+ # Dynamic content
},
"msd": {
"type": Option("relay"),
+ # Dynamic content
},
"streamer": {