Compare commits

...

2 Commits

@ -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.

@ -2,7 +2,7 @@
# See: https://github.com/matrix-discord/mx-puppet-discord
matrix_mx_puppet_discord_enabled: true
friend_domain: "micahrl.com"
matrix_mx_puppet_discord_container_image_self_build: false
matrix_mx_puppet_discord_container_image_self_build_repo: "https://github.com/matrix-discord/mx-puppet-discord.git"
@ -34,6 +34,7 @@ matrix_mx_puppet_discord_client_secret: ''
# "@.*" to allow anyone
matrix_mx_puppet_discord_provisioning_whitelist:
- "@.*:{{ matrix_domain|regex_escape }}"
- "@.*:{{ friend_domain|regex_escape }}"
# Leave empty to disable blacklist
# "@user:server.com" disallow a specific user

Loading…
Cancel
Save