- Mon 25 September 2023
- Personal Reflection
- Ben Cottrell
In these days, user privacy is still too often overlooked, as this is something we trade for the wealth of social media. On here, I've decided to respect user privacy by choosing a commenting system which runs locally, and does not require PII information to function.
I've chosen Isso, which, is written in Python and uses SQLite as the database engine. The major issue I had was configuring nginx to forward requests properly, but, after a while, I finally spotted the fix.