Переглянути джерело

Update docs/configuring-playbook-cactus-comments.md: move the configuration enabled by default

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4000/head
Suguru Hirahara 1 рік тому
джерело
коміт
7f13747e82
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: E4F9743DAB4B7B75
1 змінених файлів з 4 додано та 5 видалено
  1. +4
    -5
      docs/configuring-playbook-cactus-comments.md

+ 4
- 5
docs/configuring-playbook-cactus-comments.md Переглянути файл

@@ -28,16 +28,15 @@ To enable Cactus Comments, add the following configuration to your `inventory/ho
# This enables the backend (appservice) # This enables the backend (appservice)
matrix_cactus_comments_enabled: true matrix_cactus_comments_enabled: true


# This enables client assets static files serving on `https://matrix.example.com/cactus-comments`.
# When the backend (appservice) is enabled, this is also enabled automatically, but we explicitly enable it here.
matrix_cactus_comments_client_enabled: true

# To allow guest comments without users needing to log in, you need to have guest registration enabled. # To allow guest comments without users needing to log in, you need to have guest registration enabled.
# To do this you need to uncomment one of the following lines (depending if you are using Synapse or Dendrite as a homeserver) # To do this you need to uncomment one of the following lines (depending if you are using Synapse or Dendrite as a homeserver)
# If you don't know which one you use: The default is Synapse ;) # If you don't know which one you use: The default is Synapse ;)
# matrix_synapse_allow_guest_access: true # matrix_synapse_allow_guest_access: true
# matrix_dendrite_allow_guest_access: true # matrix_dendrite_allow_guest_access: true

# This enables client assets static files serving on `https://matrix.example.com/cactus-comments`.
# When the backend (appservice) is enabled, this is also enabled automatically,
# but we explicitly enable it here.
matrix_cactus_comments_client_enabled: true
``` ```


### Adjusting the Cactus Comments' client URL (optional) ### Adjusting the Cactus Comments' client URL (optional)


Завантаження…
Відмінити
Зберегти