Commit Graph

56 Commits

Author SHA1 Message Date
Simon
48611c79f7 Merge branch 'github/fork/f1rmb/fix_yaml_formatting' into 'master'
Fix YAML files formatting (currently, install is broken)

See merge request hacknix/FreeDMR!15
2021-10-09 20:17:07 +00:00
Simon
5b17aad92c Fix dockerfile 2021-10-09 15:06:31 +01:00
Simon
84ba245751 Clone from right repo wehn building docker 2021-10-09 12:06:29 +01:00
Simon
aea53e0b0b Update for new repo location 2021-10-04 20:20:05 +01:00
Simon
04d3fc0123 Update Proxy to allow control of debugging options from environment
Update docker config
2021-10-02 11:24:58 +01:00
Daniel Caujolle-Bert
3f5182b741
Fix YAML files formatting. 2021-09-29 11:10:52 +02:00
Simon
1f854a6c71 hy 2021-09-28 01:01:28 +01:00
Simon
b8bb41e3f7 docker fix - en_GB 2021-09-28 00:47:32 +01:00
Simon
0fc26fc2ab Update dockerfile 2021-09-27 22:07:34 +01:00
Simon
8fe8b36813 Update GPLv3 compliance - ensure files all have GPL header and coypright
didaplyed. Tge project is licenced under this licence anyway but this is for
completeness.

GPLv3 is code is copyrighted code and should be correctly used and attributed.
2021-09-20 19:38:02 +01:00
Simon
a4d8b6723d Prioritise memory and CPU to FreeDMR so MOnitor does not steal resources. 2021-09-19 21:08:18 +01:00
Simon
6ead47ee81 Tidy up docker-compose files 2021-08-23 01:51:19 +01:00
Simon
c7e59fa595 Switch to Python 3.9 for docker image 2021-08-23 01:33:22 +01:00
Simon
89a19ba107 If ANNOUNCEMENT_LANGUAGES is empty, use provided list instead.
Update default configs to reflect this as new default
2021-08-23 01:25:52 +01:00
Simon
72eb434bf0 Add Greek Language courtesy of Spyros Kontos (c) 2021, licenced under GPL
COuntry code: el_GR
2021-08-21 00:03:34 +01:00
Simon
60a3c6f849 Fix bug in install script 2021-07-26 01:14:23 +01:00
Simon
e5f7cf06c7 Update docker compose installer (includes dash etc) 2021-07-26 00:35:12 +01:00
Simon
501a557116 Revert "Override SERVER_ID that is sent for this OBP"
This reverts commit 36e7ed58b9.
2021-07-20 23:14:59 +01:00
Simon
36e7ed58b9 Override SERVER_ID that is sent for this OBP
Generally, this is used for connecting to non-FreeDMR systems.
Should usually be set to:
OVERRIDE_SERVER_ID: False
** USE WITH CAUTION **
2021-07-20 01:10:20 +01:00
Simon
5724d32197 Update to include dash as well - this one does everything! 2021-07-12 19:11:01 +01:00
Simon
075064a888 Revert "Default IPv6 by environment variable"
This reverts commit fb1032e116.
2021-07-10 00:51:01 +01:00
Simon
fb1032e116 Default IPv6 by environment variable 2021-07-09 01:39:52 +01:00
Simon
4742b78fd0 Add IPv6 proxy to compose file 2021-07-09 01:23:03 +01:00
Simon
497fa3143a Make preference for IPv6 when IP: :: more explicit for OBP 2021-07-06 01:12:19 +01:00
Simon
e40a020b13 Update docker-compose install 2021-07-02 21:27:34 +01:00
Simon
a1e8a2bdb4 h 2021-07-02 20:52:01 +01:00
Simon
f197e023b7 Fix docker-compose installer 2021-07-02 20:44:57 +01:00
Simon
c807153941 Experimental docker-compose one shot installer 2021-07-02 18:24:04 +01:00
Simon
278bade4a2 Modules 2021-06-28 01:31:49 +01:00
Simon
cdbba03122 Add basic config for hbmonv2 2021-06-28 01:26:58 +01:00
Simon
b19abfbd1e IPv6 Docker Compose example 2021-06-26 23:38:25 +01:00
Simon
09a3015f77 Don't error on unresolvable hostname in TARGET_IP
Allow null TARGET_IP - Waits for first keepalive to update - use for
endpoints that are on a dynamic or unknown IP

Support IPv6 for OBP - to listen IPv6 set IP: :: or other valid ipv6 address

IPv6 addresses can be used in TARGET_IP or will be resolved from DNS

Note, might cause confusion if the target has an IPv6 address and we don't
take note of this and specify ipv4 explicitly if needs be.

IPv6 Needs some testing :-)
2021-06-18 01:52:13 +01:00
Simon
a205a1eaaa apt-get -y 2021-06-17 00:04:40 +01:00
M0GLJ
9eca0f6152
Update docker_install.sh
Tested Ubuntu Server 21.04 and works with the above changes to the script
2021-06-16 20:11:38 +01:00
Simon
d2e9f54c15 Use Docker-conpose in install script.
include docker-compose.yml
2021-06-03 02:25:51 +01:00
Simon
3385b89bce Add automatic downloading of tgid file from FreeDMR website to use
with HBMonitor etc.
2021-05-31 23:48:05 +01:00
Simon
7eb27cd019 Add dowbnload of update script to install script 2021-05-31 17:54:29 +01:00
Simon
7f59119ef9 Add update script 2021-05-31 17:50:51 +01:00
Simon
b7c91e75ee Fix install script - NOW WORKS! 2021-05-31 17:27:44 +01:00
Simon
6b89bea20f Basic Install and run script for a docker setup (as yet untested) 2021-05-29 00:27:44 +01:00
Simon
57aeb3078c Docker error 2021-05-02 22:22:50 +01:00
Simon
a957ae7d74 Echo in docker image 2021-05-01 23:00:23 +01:00
Simon
85f50d00de dc 2021-05-01 22:41:49 +01:00
Simon
47c6c44b53 Testing echo in docker 2021-05-01 22:16:36 +01:00
Simon
634bcb95d6 Revert "Re-enable XLXPEER"
This reverts commit b4b8cdcb68.
2021-04-27 19:50:47 +01:00
Simon
b4b8cdcb68 Re-enable XLXPEER 2021-04-21 21:48:05 +01:00
Simon
0090f1a65d Options support update:
New format:

TS1=;TS2=2350;DIAL=0;TIMER=12;VOICE=0

Old format is still supported

Also support for DMR+ format
2021-03-07 16:11:30 +00:00
Simon
e41eb7bfc5 HDStack docker 2021-03-07 12:23:30 +00:00
Simon
d72c6b1f83 Tidy up proxy and add 100 systems for hs default 2021-02-14 15:45:31 +00:00
Simon
78ef1bbef2 Docker proxy and noproxy 2021-02-10 11:52:51 +00:00