Slavi Pantaleev
4abca27df7
Merge pull request #234 from ugs9fsy71cb/master
Serve nginx_status to matrix.DOMAIN
6 yıl önce
Slavi Pantaleev
f97175a1c6
Update configuring-playbook-ngnix.md
6 yıl önce
p5t2vspoqqw
c32a3e3204
correct defaults
6 yıl önce
p5t2vspoqqw
4b8190dc3f
serve status page for matrix.DOMAIN only
6 yıl önce
p5t2vspoqqw
281f2ee519
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
6 yıl önce
Slavi Pantaleev
949009f254
Merge pull request #233 from thedanbob/riot-web-1.3.2
Update riot-web (1.3.0 -> 1.3.2)
6 yıl önce
Dan Arnfield
dc71457132
Update riot-web (1.3.0 -> 1.3.2)
6 yıl önce
microchipster
122c3f1ec0
sync more chats in hangouts, switch to admin mode
6 yıl önce
microchipster
1e8d593f7a
fix hangout displayname bug
6 yıl önce
microchipster
75785a0734
fix login url
6 yıl önce
microchipster
74d9eb1ec0
fix incorrect nginx proxy entry for hangouts bridge
6 yıl önce
microchipster
754c475338
matrix-hangouts/login instead of just /login
6 yıl önce
microchipster
95750c1bc7
attempt to inject nginx config for hangouts bridge
6 yıl önce
microchipster
264704a29e
absorb Munfred changes
6 yıl önce
Eduardo Beltrame
c1aea7c3fc
Update validate_config.yml
6 yıl önce
Eduardo Beltrame
85c7e9eb09
Update validate_config.yml
6 yıl önce
Eduardo Beltrame
0a9ce65d3b
Update validate_config.yml
6 yıl önce
Eduardo Beltrame
ad682f2180
Update main.yml
6 yıl önce
Eduardo Beltrame
ef9f6efd12
Update main.yml
6 yıl önce
Eduardo Beltrame
451d84a981
Update main.yml
6 yıl önce
Eduardo Beltrame
da6d2e5621
Update main.yml
6 yıl önce
Eduardo Beltrame
bc1c30168c
remove login block -- wrong file
6 yıl önce
Eduardo Beltrame
c71cef3f70
Add hangouts /login in the right place
6 yıl önce
Eduardo Beltrame
b0f203b2ec
Update main.yml
6 yıl önce
Eduardo Beltrame
ab6e808bc6
fix /login for mautrix-hangouts bridge
6 yıl önce
Eduardo Beltrame
4528e6402b
add Publicly accessible base URL for the login endpoints.
# Auth server config
auth:
# Publicly accessible base URL for the login endpoints.
# The prefix below is not implicitly added. This URL and all subpaths should be proxied
# or otherwise pointed to the appservice's webserver to the path specified below (prefix).
# This path should usually include a trailing slash.
public: http://example.com/login/
# Internal prefix in the appservice web server for the login endpoints.
prefix: /login
6 yıl önce
Eduardo Beltrame
2d3fc98d18
Update main.yml
6 yıl önce
microchipster
a16347789d
nginx settings for hangouts bridge login
6 yıl önce
microchipster
0585889d5a
add hangouts bridge by copying facebook bridge and find-replacing
6 yıl önce
Slavi Pantaleev
bce165f247
Do not suggest DEBUG logging when submitting issues
It's been pointed out that DEBUG logs could contain sensitive
information (access tokens, etc.), which makes them unsuitable
for sharing with others. INFO should be enough.
6 yıl önce
Slavi Pantaleev
d222640140
Add firewall notice about email2matrix
6 yıl önce
Slavi Pantaleev
847f887e1b
Update README
6 yıl önce
Slavi Pantaleev
4be35822dd
Add Email2Matrix support
6 yıl önce
p5t2vspoqqw
51d5741bb3
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
6 yıl önce
Slavi Pantaleev
5d1c76f0e3
Merge pull request #232 from jooize/patch-2
Clarify sentence about dedicated user for access token
6 yıl önce
Esko
f084bb4ae5
Clarify sentence about dedicated user for access token
6 yıl önce
Slavi Pantaleev
6fe4bafc2a
Decrease default Synapse logging level
Also discussed previously in #213 (Github Pull Request).
shared-secret-auth and rest-auth logging is still at `INFO`
intentionally, as user login events seem more important to keep.
Those modules typically don't spam as much.
6 yıl önce
Slavi Pantaleev
6fc779dc83
Ensure matrix_ssl_retrieval_method value is valid
We recently had someone in the support room who set it to `false`
and the playbook ran without any issues.
This currently seems to yield the same result as 'none', but it's
better to avoid such behavior.
6 yıl önce
Slavi Pantaleev
c40d28a0dc
Relocate user-store.db/room-store.db when migrating Discord bridge files
Refer to 524436ebef and #230 (Github Issue).
6 yıl önce
Slavi Pantaleev
524436ebef
Add missing required parameters for Discord bridge
Fixes #230 (Github Issue).
Related to https://github.com/Half-Shot/matrix-appservice-discord/issues/510
6 yıl önce
Slavi Pantaleev
18f6b29372
Bump matrix-mailer / exim release (4.92.1-r0-0 -> 4.92.1-r0-1)
It adds support for a new `DISABLE_SENDER_VERIFICATION` environment
variable that can be used to disable verification of sender addresses.
It doesn't matter for us, but we upgrade to keep up with latest.
6 yıl önce
Slavi Pantaleev
0e3b73a612
Upgrade matrix-mailer / exim (4.92 -> 4.92.1)
6 yıl önce
Slavi Pantaleev
d543780e42
Use mautrix-telegram Docker image from new official registry
6 yıl önce
Slavi Pantaleev
53ab66eef8
Use mautrix-whatsapp Docker image from new official registry
6 yıl önce
Slavi Pantaleev
82bb55ae7a
Use new default port config for mautrix-facebook
6 yıl önce
Slavi Pantaleev
b0162d6f75
Use mautrix-facebook Docker image from new official registry
6 yıl önce
kingoftheconnors
177ec295b4
Fixed matrix-appservice-slack docker command problems
6 yıl önce
Slavi Pantaleev
becb9a7b8b
Merge pull request #228 from danbob/fix-apt-warning
Fix apt message: docker doesn't support arch 'i386'
6 yıl önce
kingoftheconnors
49766c5dac
Added Slack role
6 yıl önce
Dan Arnfield
de6c1c99b2
Fix apt message: docker doesn't support arch 'i386'
6 yıl önce