SERVIDOR DE ATAK PARTE 2: CONFIGURACIÓN INTERFAZ WEB Y SSL

 

Vídeo explicativo

  • Comandos del crontab -e
@reboot nohup sudo python3 -m FreeTAKServer.controllers.services.FTS &
@reboot nohup sudo FLASK_APP=/usr/local/lib/python3.8/dist-packages/FreeTAKServer-UI/run.py python3 /usr/local/lib/python3.8/dist-packages/FreeTAKServer-UI/run.py &

Service del fts-ui

[Unit]
Description=FreeTAK Server UI service
After=network.target
StartLimitIntervalSec=0

[Service]
Type=simple
Restart=always
RestartSec=1
ExecStart=sudo python3 /usr/local/lib/python3.8/dist-packages/FreeTAKServer-UI/run.py

[Install]
WantedBy=multi-user.target

Aplicaciones necesarias

sudo pip install WTForms==2.3.3

sudo pip install SQLAlchemy==1.3.20

sudo pip install eventlet