FreeTAKHub-Installation icon indicating copy to clipboard operation
FreeTAKHub-Installation copied to clipboard

FreeTAKHub-Installation

Results 26 FreeTAKHub-Installation issues
Sort by recently updated
recently updated
newest added

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...

bug

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

enhancement

Create dockerfiles and automated builds for: - [ ] Node-Red (with flows Web Map, video integration and salute) - [ ] Video server - [ ] Murmur/Mumble

enhancement

Users cannot figure out how to use bind-mounts. Convert the container definitions to volumes.

enhancement

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...

bug

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...

enhancement

Identify compatible versions of `node-red` and `webmap`. Select one of these compatible pairs and lock in their versions during installation.

bug