Initial project setup for FreeTAKServer & FreeTAKHub deployment

This commit is contained in:
dev
2026-05-03 14:09:14 +02:00
commit 4d84816da2
5 changed files with 244 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# FreeTAKServer Security Configuration
FTS_FED_PASSWORD=changeme_federation_password
FTS_CLIENT_CERT_PASSWORD=changeme_cert_password
FTS_WEBSOCKET_KEY=changeme_websocket_key
FTS_SECRET_KEY=changeme_secret_key_$(openssl rand -hex 16)
# Server Configuration
FTS_IP=192.168.0.152
FTS_CONNECTION_MESSAGE=Welcome to TacAware FreeTAKServer
FTS_LOG_LEVEL=info
# API Configuration
FTS_API_KEY=Bearer your_api_token_here