74
submitted 5 days ago* (last edited 5 days ago) by insert_newline@lemmy.world to c/opensource@lemmy.ml

Confab Comments is a drop-in commenting solution for small scale sites such as blogs.

I made a post about 5 months ago showcasing this project, and by far the most requested feature was anonymous commenting. I'm happy to say I recently completed implementing this, and you can try out a demo on the website.

Features

  • Anonymous commenting + passwordless user authentication via email
  • Full markdown support
  • Comment edits (with edit history)
  • Admin moderation features, including a manual moderation queue, basic auto moderation, mass deletion and banning
  • Comment reply notifications and admin notifications via email

If you'd like to quickly spin up an instance yourself, Docker and bare metal instructions are provided in the quick start guide; you should additionally be able to find fairly comprehensive documentation here.

If you like what you see, feel free to leave me a star on GitHub :)

you are viewing a single comment's thread
view the rest of the comments
[-] PostaL@lemmy.world 2 points 5 days ago

Do you address spam in any way?

[-] insert_newline@lemmy.world 2 points 5 days ago* (last edited 5 days ago)

Like promotional emails? Not at all.

I've added features that allow admins to prevent their instances being used for spam. These are explained in the abuse mitigation section of the docs.

Rate limits can be set for authentication emails to minimise spam. The only other type of emails sent to users are reply notifications (when someone else replies to their comments). This is enabled for each user by default (if admin has enabled this feature on a per-location basis and globally), and can be disabled by users on the main panel.

this post was submitted on 27 Dec 2024
74 points (97.4% liked)

Open Source

31820 readers
948 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS