You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is now an opentakserver script in the /bin/ directory of the virtual environment. When the virtual environment is active, just run the opentakserver command to start the server
Added --create-ca argument. Running opentakserver --create-ca will create the certificate authority and exit
Added --upgrade-db argument. Running opentakserver --upgrade-db will create the database if it doesn't exist, or upgrade the schema if it does exist
PR #30 adds a health check URL which is useful for running OpenTAKServer in a docker image
Administrators can delete user accounts
Changes
Usernames are not longer case sensitive
When OpenTAKServer starts, it will upgrade the database schema automatically if the database schema is an older version
Fixes
Fixed a bug that prevented some log messages to be written to the log file