Skip to content

A Python Flask Web-App to build Tier lists for the game Teamfight Tactics from Riot.

Notifications You must be signed in to change notification settings

Kahitar/TFTTierlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGINX

  • Configuration file in "/etc/nginx/sites-enabled/tftierlist"
  • Restart: $ sudo systemctl restart nginx

GUNICORN

  • Add app to gunicorn (from app root, 'processes * 2 + 1' workers = 3): $ gunicorn -w 3 run:app

Supervisor

  • Configuration file: /etc/supervisor/conf.d/tftierlist.conf
  • Restart jobs: $ sudo supervisorctl reload

UFW (Firewall)

About

A Python Flask Web-App to build Tier lists for the game Teamfight Tactics from Riot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published