/ftg-mods-web

Cool-looking web interface for your ftg modules

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

FTG Modules web

Cool-looking web interface for your modules

image

Setup

  1. Change options in config.json
  2. Setup reverse proxy if needed
  3. Start with gunicorn -w 3 -k uvicorn.workers.UvicornWorker app:app --bind 0.0.0.0:1391 (change port if needed)

You're good to go!