소스 검색

Announce Cactus Comments support

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2089
pull/2093/head
Slavi Pantaleev 3 년 전
부모
커밋
c00a8d4099
3개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      docs/configuring-playbook-cactus-comments.md
  3. +2
    -0
      roles/matrix-cactus-comments/defaults/main.yml

+ 9
- 0
CHANGELOG.md 파일 보기

@@ -1,3 +1,12 @@
# 2022-09-09

## Cactus Comments support

Thanks to [Julian-Samuel Gebühr (@moan0s)](https://github.com/moan0s), the playbook can now set up [Cactus Comments](https://cactus.chat) - federated comment system for the web based on Matrix.

See our [Setting up a Cactus Comments server](docs/configuring-playbook-cactus-comments.md) documentation to get started.


# 2022-08-23 # 2022-08-23


## Postmoogle email bridge support ## Postmoogle email bridge support


+ 1
- 1
docs/configuring-playbook-cactus-comments.md 파일 보기

@@ -38,7 +38,7 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start


## Usage ## Usage


To get started wit cactus comments message @bot.cactusbot:your-homeserver.com and type `help` to make sure it works.
To get started wit cactus comments message `@bot.cactusbot:your-homeserver.com` and type `help` to make sure it works.
Then register a site by typing: `register <sitename>`. You will then be invited into a moderation room. Then register a site by typing: `register <sitename>`. You will then be invited into a moderation room.
Now you are good to go and can include the comment section on your website! Now you are good to go and can include the comment section on your website!




+ 2
- 0
roles/matrix-cactus-comments/defaults/main.yml 파일 보기

@@ -1,5 +1,7 @@
--- ---
# Cactus Comments is a federated comment system built on Matrix # Cactus Comments is a federated comment system built on Matrix
# Project source code URL: https://gitlab.com/cactus-comments/cactus-appservice
# Project source code URL: https://gitlab.com/cactus-comments/cactus-client


matrix_cactus_comments_enabled: true matrix_cactus_comments_enabled: true
matrix_cactus_comments_serve_client_enabled: true matrix_cactus_comments_serve_client_enabled: true


불러오는 중...
취소
저장