https://github.com/isso-comments/isso-demo-config
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.
https://github.com/isso-comments/isso-demo-config
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/isso-comments/isso-demo-config
- Owner: isso-comments
- License: mit
- Created: 2024-04-21T21:46:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T21:47:31.000Z (about 2 years ago)
- Last Synced: 2025-03-11T08:50:13.201Z (over 1 year ago)
- Homepage: https://isso-comments.de/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Isso Demo Instance Config
This is (part of) the "magic" running live at
[isso-comments.de](https://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.
## Assumptions
- Isso is running via `gunicorn` via a systemd service called
`gunicorn-isso.service`
- Isso is running under user `isso` and `/home/isso` is accessible
- Config points to `/home/isso/dbs/isso-comments.db` as database
## Install
1. `cp comments-demo.db /home/isso/`
2. `cp isso-restarter.{timer,service} /etc/systemd/system/`
3. `sudo systemd enable --now isso-restarter.service`
## License
MIT, see [LICENSE](LICENSE).