Live data from Hacker News

Ask HN: Best Self Hosted Comment System?

news.ycombinator.com

21–30 of 40 posts

Re: Ask HN: Best Self Hosted Comment System?

#21

Talkyard looks like Disqus, is open source self hosted. Plus serverless hosting no ads no tracking: Demo: https://www.kajmagnus.blog/new-embedded-comments/ More info: https://www.talkyard.io/blog-comments There're Discourse + Hacker News discussion forum features too, if later on you want to start a forum / community around your blog. Email notifications. Sign in with Gmail / Facebook / GitHub / email+password. I'm d…

Found this just yesterday, and really really like the concept.

Would be cool if it supported logins via Keycloak, as that's what I use. Will keep watching, it seems there's some work on Oauth/SSO going on.

Re: Ask HN: Best Self Hosted Comment System?

#25
I wouldn't mind seeing an ActivityPub-based (http://activitypub.rocks) comment system. It would enable a decent self-hosted, experience that works with other AP-based platforms. The landscape for such a thing should be forthcoming given the popularity of Mastodon, PeerTube, and others supporting the protocol. Doesn't seem overly hard to implement for a comment system.

Re: Ask HN: Best Self Hosted Comment System?

#26

Build a minimal one in php. Basic JavaScript and php form validation before the php sends an email to a comments@domain account. The email spam filter takes care of the spam. Your moderation tool becomes the email client. Have a script that runs locally to read the email and automatically insert it into the appropriate page. In my case I insert it into a Jekyll page yaml before recompiling and publishing the comment.

Like https://mylittleforum.net/ ?

Re: Ask HN: Best Self Hosted Comment System?

#29

Talkyard looks like Disqus, is open source self hosted. Plus serverless hosting no ads no tracking: Demo: https://www.kajmagnus.blog/new-embedded-comments/ More info: https://www.talkyard.io/blog-comments There're Discourse + Hacker News discussion forum features too, if later on you want to start a forum / community around your blog. Email notifications. Sign in with Gmail / Facebook / GitHub / email+password. I'm d…

It looks like the comments aren’t showing up properly when I’m on Safari on iOS in the blog post :P

http://imgur.com/kFPTMaC

Post reply on HN