Update gps_data.cfg
This commit is contained in:
parent
4cf61992ec
commit
01cce82a79
41
gps_data.cfg
41
gps_data.cfg
|
|
@ -113,6 +113,47 @@ BULLETIN_BOARD_FILE: /tmp/gps_data_user_bb.txt
|
|||
MAILBOX_FILE: /tmp/gps_data_user_mailbox.txt
|
||||
EMERGENCY_SOS_FILE: /tmp/gps_data_user_sos.txt
|
||||
|
||||
################################################################################
|
||||
# The following options are used for the dashboard. The dashboard is optional.
|
||||
# Title of the Dashboard
|
||||
DASHBOARD_TITLE: D-APRS Dashboard
|
||||
|
||||
# Logo used on dashboard page
|
||||
LOGO: https://raw.githubusercontent.com/kf7eel/hblink3/gps/HBlink.png
|
||||
#LOGO: http://mastersul2021.duckdns.org:8181/opt/hblink3/scripts/dashboard/templates/img/HBlink.png
|
||||
|
||||
# Port to run server
|
||||
DASH_PORT: 8092
|
||||
|
||||
# IP to run server on
|
||||
#DASH_HOST: 127.0.0.1
|
||||
DASH_HOST: 0.0.0.0
|
||||
|
||||
#Description of dashboard to show on main page
|
||||
DESCRIPTION: Bienvenido al Panel de Monitoreo D-APRS.
|
||||
|
||||
# Gateway contact info displayed on about page.
|
||||
CONTACT_NAME: Esteban Mackay Q.
|
||||
CONTACT_CALL: HP3ICC
|
||||
CONTACT_EMAIL: setcom40@gmail.com
|
||||
CONTACT_WEBSITE: http://freedmr-hp.ddns.net
|
||||
|
||||
# Time format for display
|
||||
TIME_FORMAT: %%H:%%M:%%S - %%d/%%m/%%y
|
||||
|
||||
# Center dashboard map over these coordinates
|
||||
MAP_CENTER_LAT: 8.5646
|
||||
MAP_CENTER_LON: -82.4197
|
||||
ZOOM_LEVEL: 7
|
||||
|
||||
# List and preview of some map themes at http://leaflet-extras.github.io/leaflet-providers/preview/
|
||||
# The following are options for map themes and just work, you should use one of these: “OpenStreetMapâ€, “Stamen†(Terrain, Toner, and Watercolor),
|
||||
MAP_THEME: Stamen Terrain
|
||||
|
||||
# RSS feed link, shows in the link section of each RSS item.
|
||||
RSS_LINK: http://localhost:8092
|
||||
|
||||
|
||||
#################################################################################
|
||||
|
||||
[IGATE]
|
||||
|
|
|
|||
Loading…
Reference in New Issue