Przeglądaj źródła

Wire `matrix_bot_draupnir_admin_api_enabled` to `matrix_bot_draupnir_config_admin_enableMakeRoomAdminCommand` in Draupnir's `defaults/main.yml`

pull/3389/head
Slavi Pantaleev 1 rok temu
committed by GitHub
rodzic
commit
a65b0cee87
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 4 dodań i 4 usunięć
  1. +4
    -4
      roles/custom/matrix-bot-draupnir/defaults/main.yml

+ 4
- 4
roles/custom/matrix-bot-draupnir/defaults/main.yml Wyświetl plik

@@ -117,11 +117,11 @@ matrix_bot_draupnir_config_rawHomeserverUrl: "" # noqa var-naming
# It is exposed here because it is common enough to be valid to expose. # It is exposed here because it is common enough to be valid to expose.
matrix_bot_draupnir_config_disableServerACL: false # noqa var-naming matrix_bot_draupnir_config_disableServerACL: false # noqa var-naming


# Used to control if the Synapse Admin API is exposed internally to the containers and therefore giving Draupnir Access.
matrix_bot_draupnir_admin_api_enabled: false
# Control if Draupnir wants for the Synapse Admin API to be exposed internally to containers, therefore giving Draupnir Access.
matrix_bot_draupnir_admin_api_enabled: "{{ matrix_bot_draupnir_config_admin_enableMakeRoomAdminCommand }}"


# Controls if the draupnir room hijack command is activated or not. This also automatically enables the internal admin API
# in the process of activation.
# Controls if the Draupnir room hijack command is activated or not.
# Also see `matrix_bot_draupnir_admin_api_enabled`.
matrix_bot_draupnir_config_admin_enableMakeRoomAdminCommand: false # noqa var-naming matrix_bot_draupnir_config_admin_enableMakeRoomAdminCommand: false # noqa var-naming


# Controls if the room state backing store is activated. # Controls if the room state backing store is activated.


Ładowanie…
Anuluj
Zapisz