FreeTAKTeam / FreeTakServer

Situational Awareness Server compatible with TAK clients
Eclipse Public License 2.0
618 stars 163 forks source link

Add configuration management #180

Open brothercorvo opened 2 years ago

brothercorvo commented 2 years ago

after creation of an user, send to the user a pref file containing configuration such as:

<?xml version='1.0' standalone='yes'?>
<preferences>
    <preference version="1" name="com.atakmap.app.civ_preferences">
        <entry key="locationCallsign" class="class java.lang.String">Putin</entry>
        <entry key="locationTeam" class="class java.lang.String">Green</entry>
        <entry key="atakRoleType" class="class java.lang.String">Sniper</entry>
    </preference>
</preferences>
brothercorvo commented 1 month ago

this should be done in conjunction with the new certs creation, in the moment when a new user is created in the UI