Go to file
2018-06-13 00:22:08 +05:30
api api: use COMMENTO_ prefix on errors 2018-06-13 00:22:08 +05:30
db frontend, api: allow custom emails as commenters 2018-06-10 22:58:54 +05:30
etc commento_ce: add rc style init script 2018-06-10 13:25:30 +02:00
frontend commento-tags.scss: use a lighter shades for tags 2018-06-12 21:13:15 +05:30
templates reset-hex.html: use ResetHex instead of Hex 2018-06-09 15:49:55 +05:30
.editorconfig editoconfig: add go rules 2018-05-28 00:02:58 +05:30
.gitignore .gitignore: permanently set in devel.env 2018-06-03 16:43:40 +05:30
.gitlab-ci.yml .gitlab-ci.yml: use test target 2018-06-10 19:57:36 +02:00
autoserve autoserve: add script 2018-06-03 16:42:50 +05:30
docker-compose.yml docker-compose.yml: do not hardcode values 2018-06-11 00:25:26 +05:30
Dockerfile Dockerfile: bind on all interfaces 2018-06-10 22:19:29 +02:00
LICENSE LICENSE: add MIT 2018-05-27 23:40:43 +05:30
Makefile Makefile: make devel the default target 2018-06-11 01:19:41 +05:30
README.md README.md: change logo size 2018-06-11 15:35:06 +05:30

An open source, privacy focused discussion platform.

Commento is a discussion platform that you can self-host. You can embed it on your blog, news articles, and any place where you want your readers to add comments. Unlike most alternatives, Commento is lightweight and privacy focused; we'll never sell your data, show ads, embed third-party tracking scripts, or inject affiliate links.

Features

  • Privacy focused
  • Modern interface with a clean design
  • Automatic spam filtering
  • Review and approve or delete comments through the moderation interface
  • Extremely lightweight, allowing for faster pageloads
  • Import from existing services (like Disqus)
  • Completely free and open source (MIT Expat license)

Editions

There are three editions of Commento.

  • Commento Community Edition (CE) is open source software that's freely available under the MIT Expat license.
  • Commento Enterprise Edition (EE) includes extra features geared towards organizations. If you're interested in this, contact me.
  • Commento Hosted is a hosted version of Commento if you don't want to host and manage servers on your own. This is currently in private beta and you can add yourself to the waiting list here.

Installation

The recommended way to install Commento is with Docker Compose. Docker Compose allows you to install and manage the service painlessly. Read our documentation to find our more on how to get Commento running with Docker Compose.

There are other options to install Commento, including running the binary directly and compiling from source. Please refer to the installation page for more information.

Once you've installed the software, you need to configure it with various environment variables before starting the service. To learn more about this, refer to our documentation on configuring Commento.

Contributing

Commento is possible only because of its community. If this is your first contribution to Commento, please go through the development documentation before you begin.

Help will always be given at Commento to those who ask for it. We use IRC for chat to collaborate with other developers. You're invited to hang out with us in the #commento-dev channel on freenode if you want to contribute to Commento!

License

Copyright 2018 Commento, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.