FreeTAKTeam / FreeTakServer

Situational Awareness Server compatible with TAK clients
Eclipse Public License 2.0
680 stars 169 forks source link

First start fails to change #551

Closed naman108 closed 1 year ago

naman108 commented 1 year ago

in FTS 2.0 Beta (and possibly earlier versions) the first start variable is not being set resulting in the config wizard being triggered on every start.

mikevb3 commented 1 year ago

I had this error too trying to make a small dockerized version, the wizard starts anyway even when the yaml is on the opt directory.

Is there any way I can help @naman108 ?

brothercorvo commented 1 year ago

currently the flag is in the memory of the OS, we are moving it to a persistent place @mikevb3. If you have experience with the docker, you can help us creating a 2.0 docker release

naman108 commented 1 year ago

I had this error too trying to make a small dockerized version, the wizard starts anyway even when the yaml is on the opt directory.

Is there any way I can help @naman108 ?

If you had any ideas as to how we could set and persist the first start variable as false after the config wizard finished running feel free to make a pull. Right now we're just not sure of the best approach because there are so many options.

RadioAndrea commented 1 year ago

Merged and fixed in #577