Skip to content

Releases: Cloud-RF/tak-server

5.5 rel 58

06 Oct 14:54
f335d82

Choose a tag to compare

What's Changed

Full Changelog: 5.4.0...5.5-r58

TAK Server 5.4.0

13 Jul 20:10
1e0d7d4

Choose a tag to compare

TAK Server Release Checksums

Release Filename Bytes MD5 Checksum SHA1 Checksum
takserver-docker-5.2-RELEASE-30.zip 517MB b691d1d7377790690e1e5ec0e4a29a56 98f13f9140470ee65351e3d25dec097603bfb582
takserver-docker-5.2-RELEASE-43.zip 517MB 0a7398383253707dd7564afc88f29b3b 824d7b89fbe6377cb5570f50bb35e6e05c12b230
takserver-docker-5.3-RELEASE-24.zip 527MB e8a5dc855c4eb67d170bf689017516e8 1eaad8c4471392a96c60f56bc2d54f9f3b6d719e
takserver-docker-5.3-RELEASE-30.zip 527MB b24b5ae01aeac151565aa35a39899785 37c3a8f3c7626326504ab8047c42a0473961be24
takserver-docker-5.4-RELEASE-19.zip 522MB 9e6f3e3b61f8677b491d6ed15baf1813 2f3ced9b3e81c448e401b995f64566e7b888b991

Postgres 15.11 and performance tweaks

20 Feb 22:18
9bc0089

Choose a tag to compare

  • Updated to postgres 15.11
  • Removed mapped DB port (TCP 5432) and associated firewall warning
  • Removed version warning from docker compose
  • Forced uid 1000 (user) for permissions due to problem noted on a jetson with useradd creating uid 1001
  • Auto setting SSL metadata because everyone was just hitting enter 4 times...
  • Assuming 4GB memory is ok. Works on jetson etc
  • Faster startup without container down and up steps
  • Deleted obsolete scripts now that they're upstream :o

TAK Server 5.0

19 Mar 20:52
9674439

Choose a tag to compare

Updated to support TAK Server 5.0

Uses less memory + Postgres15

29 Jan 14:03

Choose a tag to compare

Updates postgres to 15 and addresses following issues:

  • Cannot connect to database caused by using the public IP for the SQL connection. This worked for some but not all depending on firewall state. It now uses a docker alias of "tak-database" instead of $HOSTIP
  • Certificate common name is now the public IP not "takserver". This caused custom python scripts like cotroutesim to require a /etc/hosts entry for takserver to bypass the common name validation error.
  • BLUF: You can run TAK Server with 2GB of memory. The memory allocation for takserver was clumsy. It calculated how much memory the box had in total and then carved it up, presumably because this was run on a minimal purpose built VM. Instead we now calculate how much memory is free and then we carve that up, so this still scales. An idle new DB uses < 100MB and the idle TS uses < 1.9GB (on a 4GB i5).
  • Fixes #26 since it appears DP + cert handling has evolved again in clients

4.8 REL 31

06 Jan 14:26

Choose a tag to compare

  • Hardcoded docker-compose replaced with variable name
  • Works for DO droplets with VLAN
  • Check for active ports during setup no longer false flagging ephemeral ports.
  • Changelog converted to markdown.
  • Improvements to README

The one that works with less than 4GB of memory and 7zip

24 Nov 22:13
20ddf04

Choose a tag to compare

  • 7zip support for Synology NAS
  • Big RTFM hard stop for people who do not have a decompressed TAK release
  • Increase in PG connection limits to 400 for slower boxes which loop the setup and accumulate stale SQL connections
  • Better setup messages
  • Automatic CA generation. CA is "LOL" and CN is "takserver"
  • No more "Do you want to kill this process as sudo etc". If a port is used - the script stops.

Tested with 4.7 REL 20 on AMD64.

4.7 REL20 with certificate data packages

18 Oct 12:32

Choose a tag to compare

  • Auto generation of user certificates
  • Auto generation of certificate data packages for users
  • Streamlined setup with removal of a bogus docker stop/start
  • Fixed issue with random passwords failing to meet complexity requirement (+15 Alpha-numeric + special char)
  • Tested with ATAK 4.7 and iTAK 2.3