summaryrefslogtreecommitdiff
path: root/kvmd/apps/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/apps/__init__.py')
-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": {