2020-11-03 12:11:23 +01:00
|
|
|
[DEFAULT]
|
2021-02-04 23:58:20 +01:00
|
|
|
# No need to touch this. If you want to bind it to a specific IP-address (if there are more than one interface to the
|
|
|
|
# network you can set your ip here - but default it listens on every interface
|
2020-11-03 12:11:23 +01:00
|
|
|
Host=0.0.0.0
|
2021-02-04 23:58:20 +01:00
|
|
|
|
|
|
|
# If changeing the port please change it also in the index.html-file at the parts where you find:
|
|
|
|
# new WebSocket("ws://" + window.location.hostname ...
|
2020-11-03 12:11:23 +01:00
|
|
|
Port=5678
|
|
|
|
|
2020-12-30 14:30:28 +01:00
|
|
|
# This defines the maximum amount of loglines to be sent on initial opening of the dashboard
|
2021-02-16 21:36:01 +01:00
|
|
|
MaxLines=500
|
2020-12-30 14:30:28 +01:00
|
|
|
|
2021-02-04 23:16:49 +01:00
|
|
|
# Keep this parameter synchrone to Filerotate in MMDVM.ini/DMRHost.ini - if 0 then False, if 1 then True
|
2020-12-30 14:30:28 +01:00
|
|
|
Filerotate=True
|
|
|
|
|
2020-11-03 12:11:23 +01:00
|
|
|
[MMDVMHost]
|
2021-02-04 23:58:20 +01:00
|
|
|
# Don't throw away the trailing slash! It is important but check logfile-location and Prefix twice :-)
|
2020-11-03 12:11:23 +01:00
|
|
|
Logdir=/mnt/ramdisk/
|
2021-02-04 23:58:20 +01:00
|
|
|
|
|
|
|
# Change this to DMRHost, if you are using DMRHost and configured this as log-prefix in the host-ini.
|
2021-01-29 17:06:28 +01:00
|
|
|
Prefix=MMDVM
|
2021-02-04 23:58:20 +01:00
|
|
|
# if you want to have the operator-names as popup with the callsigns, set this parts = 1 and the LookupFile to
|
|
|
|
# the right position. On MMDVMHost comment out the DMRIDs.dat-line to have the DMRIds and not the callsigns in the
|
|
|
|
# logfile to have the callsigns with names transported to the dashboard.
|
2021-02-03 23:06:20 +01:00
|
|
|
DMR_ID_Lookup=1
|
2020-11-18 21:41:56 +01:00
|
|
|
DMR_ID_LookupFile=/etc/MMDVM/DMRIds.dat
|
2020-11-03 23:10:31 +01:00
|
|
|
|
2021-02-07 00:30:37 +01:00
|
|
|
# Location of your MMDVM.ini/DMRHost.ini or similar
|
|
|
|
MMDVM_ini=/etc/MMDVM/MMDVM.ini
|
|
|
|
|
|
|
|
# Localtion of your MMDVMHost/DMRHost-binary
|
|
|
|
MMDVM_bin=/usr/local/bin/MMDVMHost
|
|
|
|
|
2020-11-03 23:10:31 +01:00
|
|
|
[DAPNETGateway]
|
2021-02-04 23:58:20 +01:00
|
|
|
# Don't throw away the trailing slash! It is important but check logfile-location and Prefix twice :-)
|
2020-11-03 23:10:31 +01:00
|
|
|
Logdir=/mnt/ramdisk/
|
|
|
|
Prefix=DAPNETGateway
|
|
|
|
|