add facebook bridge to role
This commit is contained in:
parent
1ab767eae8
commit
6dfa28d41d
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
roles:
|
roles:
|
||||||
- synapse
|
- synapse
|
||||||
- matrix-bridge-discord
|
- matrix-bridge-discord
|
||||||
|
- matrix-bridge-facebook
|
||||||
|
|
||||||
- hosts: proxy
|
- hosts: proxy
|
||||||
roles:
|
roles:
|
||||||
|
|
|
@ -28,7 +28,7 @@ matrix_bridge_facebook_admins:
|
||||||
- g33kex
|
- g33kex
|
||||||
- histausse
|
- histausse
|
||||||
matrix_bridge_facebook_allowed_external_user:
|
matrix_bridge_facebook_allowed_external_user:
|
||||||
- @dorianx:matrix.rezel.net
|
- '@dorianx:matrix.rezel.net'
|
||||||
# Not configured for now
|
# Not configured for now
|
||||||
matrix_stats_endpoint: https://127.0.0.1/report-usage-stats/push
|
matrix_stats_endpoint: https://127.0.0.1/report-usage-stats/push
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue