Parcourir la source

Replace yourserver.com with example.com

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3628/head
Suguru Hirahara il y a 1 an
Parent
révision
ff4155e033
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: E4F9743DAB4B7B75
6 fichiers modifiés avec 12 ajouts et 12 suppressions
  1. +2
    -2
      roles/custom/matrix-bridge-mx-puppet-discord/defaults/main.yml
  2. +2
    -2
      roles/custom/matrix-bridge-mx-puppet-groupme/defaults/main.yml
  3. +2
    -2
      roles/custom/matrix-bridge-mx-puppet-instagram/defaults/main.yml
  4. +2
    -2
      roles/custom/matrix-bridge-mx-puppet-slack/defaults/main.yml
  5. +2
    -2
      roles/custom/matrix-bridge-mx-puppet-steam/defaults/main.yml
  6. +2
    -2
      roles/custom/matrix-bridge-mx-puppet-twitter/defaults/main.yml

+ 2
- 2
roles/custom/matrix-bridge-mx-puppet-discord/defaults/main.yml Voir le fichier

@@ -34,14 +34,14 @@ matrix_mx_puppet_discord_appservice_address: 'http://matrix-mx-puppet-discord:{{
matrix_mx_puppet_discord_bridge_mediaUrl: "{{ matrix_homeserver_url }}" # noqa var-naming

# "@user:server.com" to allow specific user
# "@.*:yourserver.com" to allow users on a specific homeserver
# "@.*:example.com" to allow users on a specific homeserver
# "@.*" to allow anyone
matrix_mx_puppet_discord_provisioning_whitelist:
- "@.*:{{ matrix_domain | regex_escape }}"

# Leave empty to disable blacklist
# "@user:server.com" disallow a specific user
# "@.*:yourserver.com" disallow users on a specific homeserver
# "@.*:example.com" disallow users on a specific homeserver
matrix_mx_puppet_discord_provisioning_blacklist: []

matrix_mx_puppet_discord_container_network: ""


+ 2
- 2
roles/custom/matrix-bridge-mx-puppet-groupme/defaults/main.yml Voir le fichier

@@ -30,14 +30,14 @@ matrix_mx_puppet_groupme_homeserver_domain: '{{ matrix_domain }}'
matrix_mx_puppet_groupme_appservice_address: 'http://matrix-mx-puppet-groupme:{{ matrix_mx_puppet_groupme_appservice_port }}'

# "@user:server.com" to allow specific user
# "@.*:yourserver.com" to allow users on a specific homeserver
# "@.*:example.com" to allow users on a specific homeserver
# "@.*" to allow anyone
matrix_mx_puppet_groupme_provisioning_whitelist:
- "@.*:{{ matrix_domain | regex_escape }}"

# Leave empty to disable blacklist
# "@user:server.com" disallow a specific user
# "@.*:yourserver.com" disallow users on a specific homeserver
# "@.*:example.com" disallow users on a specific homeserver
matrix_mx_puppet_groupme_provisioning_blacklist: []

matrix_mx_puppet_groupme_container_network: ""


+ 2
- 2
roles/custom/matrix-bridge-mx-puppet-instagram/defaults/main.yml Voir le fichier

@@ -25,14 +25,14 @@ matrix_mx_puppet_instagram_homeserver_domain: '{{ matrix_domain }}'
matrix_mx_puppet_instagram_appservice_address: 'http://matrix-mx-puppet-instagram:{{ matrix_mx_puppet_instagram_appservice_port }}'

# "@user:server.com" to allow specific user
# "@.*:yourserver.com" to allow users on a specific homeserver
# "@.*:example.com" to allow users on a specific homeserver
# "@.*" to allow anyone
matrix_mx_puppet_instagram_provisioning_whitelist:
- "@.*:{{ matrix_domain | regex_escape }}"

# Leave empty to disable blacklist
# "@user:server.com" disallow a specific user
# "@.*:yourserver.com" disallow users on a specific homeserver
# "@.*:example.com" disallow users on a specific homeserver
matrix_mx_puppet_instagram_provisioning_blacklist: []

matrix_mx_puppet_instagram_container_network: ""


+ 2
- 2
roles/custom/matrix-bridge-mx-puppet-slack/defaults/main.yml Voir le fichier

@@ -43,14 +43,14 @@ matrix_mx_puppet_slack_oauth_redirect_path: "{{ matrix_mx_puppet_slack_path_pref
matrix_mx_puppet_slack_oauth_redirect_uri: '{{ matrix_mx_puppet_slack_scheme }}://{{ matrix_mx_puppet_slack_hostname }}{{ matrix_mx_puppet_slack_oauth_redirect_path }}'

# "@user:server.com" to allow specific user
# "@.*:yourserver.com" to allow users on a specific homeserver
# "@.*:example.com" to allow users on a specific homeserver
# "@.*" to allow anyone
matrix_mx_puppet_slack_provisioning_whitelist:
- "@.*:{{ matrix_domain | regex_escape }}"

# Leave empty to disable blacklist
# "@user:server.com" disallow a specific user
# "@.*:yourserver.com" disallow users on a specific homeserver
# "@.*:example.com" disallow users on a specific homeserver
matrix_mx_puppet_slack_provisioning_blacklist: []

matrix_mx_puppet_slack_container_network: ""


+ 2
- 2
roles/custom/matrix-bridge-mx-puppet-steam/defaults/main.yml Voir le fichier

@@ -31,14 +31,14 @@ matrix_mx_puppet_steam_homeserver_domain: '{{ matrix_domain }}'
matrix_mx_puppet_steam_appservice_address: 'http://matrix-mx-puppet-steam:{{ matrix_mx_puppet_steam_appservice_port }}'

# "@user:server.com" to allow specific user
# "@.*:yourserver.com" to allow users on a specific homeserver
# "@.*:example.com" to allow users on a specific homeserver
# "@.*" to allow anyone
matrix_mx_puppet_steam_provisioning_whitelist:
- "@.*:{{ matrix_domain | regex_escape }}"

# Leave empty to disable blacklist
# "@user:server.com" disallow a specific user
# "@.*:yourserver.com" disallow users on a specific homeserver
# "@.*:example.com" disallow users on a specific homeserver
matrix_mx_puppet_steam_provisioning_blacklist: []

matrix_mx_puppet_steam_container_network: ""


+ 2
- 2
roles/custom/matrix-bridge-mx-puppet-twitter/defaults/main.yml Voir le fichier

@@ -43,14 +43,14 @@ matrix_mx_puppet_twitter_server_path: "{{ matrix_mx_puppet_twitter_path_prefix }
matrix_mx_puppet_twitter_server_url: '{{ matrix_homeserver_url }}{{ matrix_mx_puppet_twitter_server_path }}'

# "@user:server.com" to allow specific user
# "@.*:yourserver.com" to allow users on a specific homeserver
# "@.*:example.com" to allow users on a specific homeserver
# "@.*" to allow anyone
matrix_mx_puppet_twitter_provisioning_whitelist:
- "@.*:{{ matrix_domain | regex_escape }}"

# Leave empty to disable blacklist
# "@user:server.com" disallow a specific user
# "@.*:yourserver.com" disallow users on a specific homeserver
# "@.*:example.com" disallow users on a specific homeserver
matrix_mx_puppet_twitter_provisioning_blacklist: []

matrix_mx_puppet_twitter_container_network: ""


Chargement…
Annuler
Enregistrer