mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-07-13 11:25:11 +02:00
Add Config variable for Draupnir Hijack command
And also make the internal admin API be automatically activated when this capability is used.
This commit is contained in:
@ -2747,6 +2747,8 @@ matrix_bot_draupnir_container_image_self_build: "{{ matrix_architecture not in [
|
||||
|
||||
matrix_bot_draupnir_container_network: "{{ matrix_addons_container_network }}"
|
||||
|
||||
matrix_bot_draupnir_admin_api_enabled: "{{ matrix_bot_draupnir_room_hijack_enabled }}"
|
||||
|
||||
matrix_bot_draupnir_container_additional_networks_auto: |-
|
||||
{{
|
||||
([] if matrix_addons_homeserver_container_network == '' else [matrix_addons_homeserver_container_network])
|
||||
|
Reference in New Issue
Block a user