FreeTAKHub-Installation
FreeTAKHub-Installation copied to clipboard
FreeTAKHub-Installation
Identify and correct all places where the FTS IP addres, as provided by the `--ip-addr` argument, needs to be set. - [ ] The IP address for `node-red` configuration are...
By default the system uses `https://pypi.org`. There are situations that arise where other repositories should be used, e.g.: * `https://test.pypi.org/` : normally used during testing * a private repository
Create dockerfiles and automated builds for: - [ ] Node-Red (with flows Web Map, video integration and salute) - [ ] Video server - [ ] Murmur/Mumble
Users cannot figure out how to use bind-mounts. Convert the container definitions to volumes.
Install FTS into `/opt` similarly to the previously documented location. Create an `/opt/fts-config` directory with links (symbolic or hard?) into the installed configuration files. This will be used to preserve...
This PR addresses the following issues: * Isolate to an fts directory: https://github.com/FreeTAKTeam/FreeTAKHub-Installation/issues/112 * Isolate to fts:fts user:group https://github.com/FreeTAKTeam/FreeTAKHub-Installation/issues/113 * Isolate testing https://github.com/FreeTAKTeam/FreeTAKHub-Installation/issues/116 There is a discovered issue: * The...
To aid user configuration, I've added the required environmental vars to reference the server's external IP address. I've also added some other environmental vars that a user can uncomment and...
Currently FTS installs as root into a root owned directory and FTS processes run as root. This makes it difficult to administer the services as the base user. It is...
Identify compatible versions of `node-red` and `webmap`. Select one of these compatible pairs and lock in their versions during installation.