aboutsummaryrefslogtreecommitdiff
path: root/instance
Commit message (Expand)AuthorAge
* Minor fixes to the crawler.Cédric Bonhomme2020-03-29
* set DEBUG to True also when SQLite is used.Cédric Bonhomme2020-03-29
* DEBUG set to False by default.Cédric Bonhomme2020-03-29
* allow insafe-inlineCédric Bonhomme2020-03-22
* Added a way to manage Content Security Policy via the configuration file.Cédric Bonhomme2020-03-22
* Added Dockerfile, images: python3.8-alpine and postgres.Cédric Bonhomme2020-03-20
* added files for dockerCédric Bonhomme2020-03-17
* Updated default SQLite configuration file.Cédric Bonhomme2020-03-15
* Updated default configuration file.Cédric Bonhomme2020-03-14
* Fixed email notifications.Cédric Bonhomme2020-03-14
* Updated README.Cédric Bonhomme2020-03-11
* Added SQLite configuration file.Cédric Bonhomme2020-03-10
* added a way to specify a configuration file via an environment variableCédric Bonhomme2020-03-10
* fixed issues reported by flake8.Cédric Bonhomme2020-03-10
* Fixed typo.Cédric Bonhomme2020-03-10
* Removed useless configuration variables.Cédric Bonhomme2020-03-10
* Added a tiny portion of black magic.Cédric Bonhomme2020-03-10
* Updated defautl configuration file.Cédric Bonhomme2020-03-09
* Refactoring the backend.Cédric Bonhomme2020-03-09
bgstack15