Gestion des logs IRC de l'AFPy
Go to file
2021-01-27 12:17:49 +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 fix: Application can use a specific config file based on environment variable 2021-01-27 12:17:49 +01:00
config.py Configuration du chemin des logs revue 2020-12-17 08:52:14 +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 Basic rebuild done 2020-12-17 08:49:07 +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