Gestion des logs IRC de l'AFPy
Go to file
2021-05-01 17:09:42 +02: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: Avoid crashing when a non-log file is found. 2021-05-01 17:09:42 +02:00
config.py fix: sanitization was too fast, set bold back. 2021-04-20 17:21:07 +02:00
README.md Basic rebuild done 2020-12-17 08:49:07 +01:00
requirements.txt Missing requirement 2021-05-01 17:09:42 +02: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