From 01cce82a7975d9500ad7415d0d1155c4bf89a42a Mon Sep 17 00:00:00 2001 From: hp3icc <49044505+hp3icc@users.noreply.github.com> Date: Mon, 21 Mar 2022 13:48:19 -0500 Subject: [PATCH] Update gps_data.cfg --- gps_data.cfg | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gps_data.cfg b/gps_data.cfg index ff5b8e9..b9a5815 100644 --- a/gps_data.cfg +++ b/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]