add a basic web interface

The builtin web interface allows to manage users and connections
This commit is contained in:
Nicola Murino
2019-10-07 18:19:01 +02:00
parent bb0338870a
commit afd312f26a
56 changed files with 7060 additions and 327 deletions

View File

@@ -36,6 +36,8 @@
},
"httpd": {
"bind_port": 8080,
"bind_address": "127.0.0.1"
"bind_address": "127.0.0.1",
"templates_path": "templates",
"static_files_path": "static"
}
}