aboutsummaryrefslogtreecommitdiffstats
path: root/bin/fg21sim-webui
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-11-15 16:27:26 +0800
committerAaron LI <aaronly.me@outlook.com>2016-11-15 16:27:26 +0800
commit94ce3f24262e948e0b3275552c9ed4550bf41248 (patch)
treed858ac41694003e0f34e1fcf5e2120bdf0b63ea1 /bin/fg21sim-webui
parentf8d8335199aa86a8fe19da6e20829a1b9ded3cf9 (diff)
downloadfg21sim-94ce3f24262e948e0b3275552c9ed4550bf41248.tar.bz2
webui: To support password authentication
Move the "IndexHandler" to separate module located at the "handlers/" directory.
Diffstat (limited to 'bin/fg21sim-webui')
-rwxr-xr-xbin/fg21sim-webui3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/fg21sim-webui b/bin/fg21sim-webui
index a0c0668..e2ecff5 100755
--- a/bin/fg21sim-webui
+++ b/bin/fg21sim-webui
@@ -45,6 +45,9 @@ define("hosts_allowed", default="any", type=str,
"'192.168.0.0/24'. "
"Specify 'any' to allow any hosts. "
"Note that the localhost/127.0.0.1 is always allowed."))
+define("password", type=str,
+ help=("Password authentication to access the Web UI. "
+ "If not specified, then all accesses are allowed."))
def main():