Enable steam bridging.

master
josiah 3 years ago
parent f183e3e1cb
commit 8101e17709

@ -61,6 +61,13 @@ matrix_mx_puppet_discord_mediaurl: "https://matrix.awful.club"
matrix_synapse_ext_password_provider_shared_secret_auth_enabled: true
matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret: "{{ vault_matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret }}"
# added by jlj -- 2021/1
# steam bridging
matrix_mx_puppet_steam_enabled: true
# these come from the matrix deploy repo but I can't find any supporting docs for them on the project repo?
# matrix_mx_puppet_steam_client_id: ""
# matrix_mx_puppet_steam_client_secret: ""
# Run `bash inventory/scripts/jitsi-generate-passwords.sh` to generate these passwords,
# or define your own strong passwords manually.

Loading…
Cancel
Save