Gestion des logs IRC de l'AFPy
Go to file
2021-01-27 12:18:10 +01:00
.gitignore fix: Application can use a specific config file based on environment variable 2021-01-27 12:17:49 +01:00
app.py Merge branch 'refonte' of github.com:Mindiell/AfpyLogs into refonte 2021-01-27 12:18:10 +01:00
config.py Security 2021-01-05 21:35:05 +01:00
README.md Basic rebuild done 2020-12-17 08:49:07 +01:00
requirements.txt Added requirements.txt 2020-12-17 08:57:58 +01:00
template.html Security 2021-01-05 21:35:05 +01:00

AfpyLogs

Web view of IRC logs from #afpy channel on Freenode.

Installing

pip install -r requirements.txt

Running

gunicorn --workers 2 --bind 0.0.0.0:8000 app