8000 GitHub - FarazPatankar/commentwo: A fork of commentwoplusplus which was a fork of commento. Primarily forked to deploy on Railway.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A fork of commentwoplusplus which was a fork of commento. Primarily forked to deploy on Railway.

License

Notifications You must be signed in to change notification settings

FarazPatankar/commentwo

 
 

Repository files navigation

Commentwo

What + why

This repo is a fork of Commento++ which itself was a fork of Commento. Both projects appear to not be maintained anymore so I decided to create my own fork which I will use to add commenting functionality to Reloco.

Deploy

Deploy on Railway

The button above allows you to do a one-click deploy to Railway. The pre-populated variables set up the basic configuration to have a working Commentwo instance.

Configuration

The basic configuration does not include the email setup. To get emails working on your Commento instance, configure the following variables:

  • COMMENTO_SMTP_FROM_ADDRESS
  • COMMENTO_SMTP_HOST
  • COMMENTO_SMTP_USERNAME
  • COMMENTO_SMTP_PASSWORD
  • COMMENTO_SMTP_PORT

Frontend

Once your Commento instance is live, you can integrate it into your client by adding a script + a div tag.

<script defer src="https://{{YOUR_COMMENTO_SERVER_DOMAIN}}/js/commento.js"></script>

<div id="commento"></div>

Notes

  • Original docs: The docs site for the original project. I am not sure how long it'll be around though.

About

A fork of commentwoplusplus which was a fork of commento. Primarily forked to deploy on Railway.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 43.8%
  • JavaScript 28.5%
  • SCSS 13.7%
  • HTML 9.7%
  • PLpgSQL 1.6%
  • Makefile 1.2%
  • Other 1.5%
0