Fred Eisele

Results 51 issues of Fred Eisele

https://github.com/FreeTAKTeam/FreeTAKHub-Installation/issues/57 The Linux installation is out-of-date.

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

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

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

This PR addresses the following issues: #112 Isolate to an fts directory #113 Isolate to fts:fts user:group #116 Isolate testing #118 A previous pull request

Resolves the following issues: - [ ] #121 - [ ] #116 - [ ] #120 - [ ] #115 - [ ] #117 These changes need to be tested.

The `--check` option is broken. `wget -qO - bit.ly/freetakhub2 | sudo bash -s -- --check` The `--check` option does not do anything useful. Desired behavior. * The `--check-error` will enables...