mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-26 02:30:25 +00:00
Add support for some matrix-steam presence tracking vars
This commit is contained in:
committed by
Slavi Pantaleev
parent
f92740929e
commit
f547e19dcc
@@ -34,6 +34,12 @@ matrix_steam_bridge_appservice_port: "8080"
|
||||
matrix_steam_bridge_msc4190_enabled: "{{ matrix_bridges_msc4190_enabled }}"
|
||||
matrix_steam_bridge_self_sign_enabled: "{{ matrix_bridges_self_sign_enabled }}"
|
||||
|
||||
# matrix -> steam presence
|
||||
matrix_steam_bridge_network_presence_enabled: true
|
||||
# Default inactivity state
|
||||
# This is what the bridge sets it's status to after some time of no user interaction
|
||||
matrix_steam_bridge_network_presence_inactivity_status: 'invisible'
|
||||
|
||||
# A public address that external services can use to reach this appservice
|
||||
matrix_steam_bridge_appservice_public_address: "https://{{ matrix_server_fqn_matrix }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user