mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-22 07:54:53 -05:00
Upadate README
This commit is contained in:
parent
9eaea8295b
commit
51f6bd0a75
18
README.md
18
README.md
@ -38,3 +38,21 @@ You should have received a copy of the GNU General Public License along with thi
|
|||||||
|
|
||||||
Please remember the table lastherad displays only station transmissions that are longer than 2 seconds
|
Please remember the table lastherad displays only station transmissions that are longer than 2 seconds
|
||||||
|
|
||||||
|
If you don't want to have the lasherad list set in config.py :
|
||||||
|
LASTHEARD_INC = False
|
||||||
|
|
||||||
|
in addition, you can delete an empty lastheard table by deleting line in templates/hblink_table.html :
|
||||||
|
{% include 'lastheard.html' %}
|
||||||
|
|
||||||
|
If you want to have more than the last 10 entries in the Lastherad table
|
||||||
|
change in the monitor.py file on line 629 https://github.com/sp2ong/HBmonitor/blob/master/monitor.py#L629
|
||||||
|
if n == 10:
|
||||||
|
for example:
|
||||||
|
if n == 20:
|
||||||
|
|
||||||
|
If you want to have access to HBmonitor via username and password, set it in config.py :
|
||||||
|
WEB_AUTH = True
|
||||||
|
and set username and password in:
|
||||||
|
WEB_USER = 'hblink'
|
||||||
|
WEB_PASS = 'hblink'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user