[GLOBAL] # Display Bridge status BRIDGES_INC = True # Display Peers status HOMEBREW_INC = True # Lastheard table on main page LASTHEARD_ROWS = 20 # Display empty masters EMPTY_MASTERS = True # TG Count on TOP TG's page TGCOUNT_ROWS = 20 [FDMR CONNECTION] # FDMR server's IP Address or hostname # FDMR IP should be the container name of the master server. FDMR_IP = master # The port should be as listed in the REPORTS block of dmrmaster.cfg FDMR_PORT = 4321 [OPB FILTER] # if you don't want to show in lastherad received traffic from OBP link put NETWORK ID # for example: 260210, 260211, 260212 OPB_FILTER = [FILES] FILES_PATH = /data/ PEER_FILE = rptrs.json SUBSCRIBER_FILE = users.json TGID_FILE = talkgroup_ids.json LOCAL_SUB_FILE = users.json LOCAL_PEER_FILE = local_peer_ids.json LOCAL_TGID_FILE = local_talkgroup_ids.json RELOAD_TIME = 1 # TGID_URL = https://dvdmr.org/downloads/talkgroup_ids.json # We get radio IDs from the source PEER_URL: https://www.radioid.net/static/rptrs.json SUBSCRIBER_URL: https://www.radioid.net/static/users.json [LOGGER] # Settings for log files LOG_PATH = /log/ LOG_FILE = mon.log LOG_LEVEL = DEBUG [WEBSOCKET SERVER] WEBSOCKET_PORT = 9000 # Frequency to push updates to web clients FREQUENCY = 10 # Clients are timed out after this many seconds, 0 to disable CLIENT_TIMEOUT = 0 # SSL configuration USE_SSL = False SSL_PATH = ./ssl SSL_CERTIFICATE = cert.pem SSL_PRIVATEKEY = key.pem [DASHBOARD] ### Update these to taste DASHTITLE = "Digital Voice DMR" BACKGROUND = False LANGUAGE = "en" # Specify full URL to banner image or mount file as # /var/www/html/img/logo.png LOGO = "/img/logo.png" NAVTITLE = "DMR Server" NAV_LNK_NAME = "Links" LINK1 = "DVNZ", "https://dvnz.nz" #LINK2 = "Name 2", "https://site.link" #LINK3 = "Name 3", "https://goaway.link" #LINKx put as many as you want # World Wide Server List #SERVER_LIST = "http://url/Hosts.txt" # World Wide Bridge List #BRIDGES_LIST = "https://url/Bridges.csv" # World Wide TalkGroups List #TG_LIST = "https://url/Talkgroups.csv" #TELEGRAM = "url" #WHATSAPP = "url" #FACEBOOK = "url" #SERVER_LIST = "http://yourwebsite/Hosts.txt" # --Footer Links-- # # Beginning of footer FOOTER1 = "SYSOP " FOOTER2 = "Digital Voice Down Under Project"