Update README.md

This commit is contained in:
Waldek 2021-01-01 10:46:08 +01:00 committed by GitHub
parent d421c4fe26
commit 1aa4a984e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -41,9 +41,11 @@ This is version HBMonitor V2
in config.py and set a proper username and password in: in config.py and set a proper username and password in:
WEB_USER = 'hblink' WEB_USER = 'hblink'
WEB_PASS = 'hblink' WEB_PASS = 'hblink'
will provide access to more information about masters / peers / oprnbridge / monitor for users who know access Information. will provide access to more information about masters / peers / oprnbridge / monitor for users
who know access Information.
The display of buttons configurations are in the templates / buttons.html file. Don't change the code in the first part that checks if you have WEB_AUTH settings in config.py The display of buttons configurations are in the templates / buttons.html file. Don't change
the code in the first part that checks if you have WEB_AUTH settings in config.py
If you want to add your own buttons put the code below the line If you want to add your own buttons put the code below the line
<! --- Own buttons html code -> <! --- Own buttons html code ->