cactuscomments

Use Cactus Comments https://cactus.chat/ as a comment system

To install, run nikola plugin -i cactuscomments

Use Cactus Comments as a comment system.

Cactus Comments is a federated comment system for the web, based on the Matrix protocol. Users can comment as guest on the configured default homeserver (which should also run the Cactus Comments application service), or with an account on any Matrix homeserver.

The settings for Cactus Comments can be passed to the plugin as follows (see the quickstart guide and configuration reference for more details, including the full list of configuration options):

COMMENT_SYSTEM = "cactus"
COMMENT_SYSTEM_ID = "<YOUR-SITE_NAME>"
GLOBAL_CONTEXT = {
    ...
    "cactus_config": {
        "defaultHomeserverUrl": "https://matrix.cactus.chat:8448",
        "serverName": "cactus.chat"
        }
    }

Suggested Configuration:

COMMENT_SYSTEM = "cactus"
COMMENT_SYSTEM_ID = "<YOUR-SITE_NAME>"
GLOBAL_CONTEXT = {
    "cactus_config": {
        "defaultHomeserverUrl": "https://matrix.cactus.chat:8448",
        "serverName": "cactus.chat"
        }
    }

Issues? Questions?

You can report issues with this plugin and request help via GitHub Issues.