This is (part of) the "magic" running live at isso-comments.de, enabling anyone to leave a comment while curtailing vandalism through resetting the comment database every night and re-populating it with dummy comments.
- Isso is running via
gunicorn
via a systemd service calledgunicorn-isso.service
- Isso is running under user
isso
and/home/isso
is accessible - Config points to
/home/isso/dbs/isso-comments.db
as database
cp comments-demo.db /home/isso/
cp isso-restarter.{timer,service} /etc/systemd/system/
sudo systemd enable --now isso-restarter.service
MIT, see LICENSE.