Updated Installing using Docker (recommended!) (markdown) authored by Simon's avatar Simon
...@@ -14,7 +14,7 @@ A change needs to be made to the docker config for openbridge to work correctly: ...@@ -14,7 +14,7 @@ A change needs to be made to the docker config for openbridge to work correctly:
} }
" > /etc/daemon.json` " > /etc/daemon.json`
`systemctl restart docker `#systemctl restart docker`
` `
...@@ -23,3 +23,66 @@ A change needs to be made to the docker config for openbridge to work correctly: ...@@ -23,3 +23,66 @@ A change needs to be made to the docker config for openbridge to work correctly:
`#docker pull hacknix/freedmr:v1.1-with-proxy` `#docker pull hacknix/freedmr:v1.1-with-proxy`
## Grab and edit the config file
`#mkdir /etc/freedmr`
`chmod 755 /etc/freedmr`
edit /etc/freedmr/freedmr.cfg with your favourite editor:
`[GLOBAL]
PATH: ./
PING_TIME: 10
MAX_MISSED: 3
USE_ACL: True
REG_ACL: PERMIT:ALL
SUB_ACL: DENY:1
TGID_TS1_ACL: PERMIT:ALL
TGID_TS2_ACL: PERMIT:ALL
GEN_STAT_BRIDGES: False
ALLOW_NULL_PASSPHRASE: False
ANNOUNCEMENT_LANGUAGE: en_GB
[REPORTS]
REPORT: True
REPORT_INTERVAL: 60
REPORT_PORT: 4321
REPORT_CLIENTS: 127.0.0.1
[LOGGER]
LOG_FILE: freedmr.log
LOG_HANDLERS: console-timed
LOG_LEVEL: DEBUG
LOG_NAME: HBlink
[ALIASES]
TRY_DOWNLOAD: True
PATH: ./
PEER_FILE: peer_ids.json
SUBSCRIBER_FILE: subscriber_ids.json
TGID_FILE: talkgroup_ids.json
PEER_URL: https://www.radioid.net/static/rptrs.json
SUBSCRIBER_URL: https://www.radioid.net/static/users.json
STALE_DAYS: 7
[MYSQL]
USE_MYSQL: False
USER: hblink
PASS: mypassword
DB: hblink
SERVER: 127.0.0.1
PORT: 3306
TABLE: repeaters
[OBP-TEST]
MODE: OPENBRIDGE
ENABLED: False
IP:
PORT: 62044
NETWORK_ID: 1
PASSPHRASE: mypass
TARGET_IP:
TARGET_PORT: 62044
USE_ACL: True
SUB_ACL: DENY:1
TGID_ACL: PERMIT:ALL`