From 8101e177097e8075612fd7397ddb07843b6aa46d Mon Sep 17 00:00:00 2001 From: josiah Date: Tue, 26 Jan 2021 20:24:34 -0600 Subject: [PATCH] Enable steam bridging. --- inventory/host_vars/matrix.awful.club/vars.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/inventory/host_vars/matrix.awful.club/vars.yml b/inventory/host_vars/matrix.awful.club/vars.yml index 0dfd49c9..f4e31127 100644 --- a/inventory/host_vars/matrix.awful.club/vars.yml +++ b/inventory/host_vars/matrix.awful.club/vars.yml @@ -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.