Restricting access
You can restrict access to WebSummoner UI with a htpasswd file as follows:
-
Create a file with user
testand passwordtest-password:Terminal window htpasswd -bc /path/to/users.htpasswd test test-password -
Run WebSummoner UI with
-usersflag pointing to this file:Terminal window ./websummoner-ui -users /path/to/users.htpasswd