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
The issue is I have hosted both the UI and Server using one instance so the IP is same
now I have created sub domain and mapped it with the UI and added SSL
and as the server is on http so it displays that service is running but not activated in the dashboard.
while removing subdomain and running it on IP using http it is working properly
I have installed latest version of FreeTAKServer which is 2.1.3 and FreeTAKServer-UI which is 2.1.1.2.
Python version is 3.11.7 and the OS is Ubuntu, 22.04 LTS, amd64 jammy image
The text was updated successfully, but these errors were encountered:
change the IP variable in your config.py to the domain name
set the following variables in your /opt/FTSConfig.yaml file
Addresses:
FTS_DP_ADDRESS=[YOUR DOMAIN NAME]
FTS_USER_ADDRESS=[YOUR DOMAIN NAME]
simply restart your server, regenerate your certificates and then they should contain your domain name.
The issue is I have hosted both the UI and Server using one instance so the IP is same
now I have created sub domain and mapped it with the UI and added SSL
and as the server is on http so it displays that service is running but not activated in the dashboard.
while removing subdomain and running it on IP using http it is working properly
I have installed latest version of FreeTAKServer which is 2.1.3 and FreeTAKServer-UI which is 2.1.1.2.
Python version is 3.11.7 and the OS is Ubuntu, 22.04 LTS, amd64 jammy image
The text was updated successfully, but these errors were encountered: