microchipster
a16347789d
nginx settings for hangouts bridge login
6 лет назад
microchipster
0585889d5a
add hangouts bridge by copying facebook bridge and find-replacing
6 лет назад
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 лет назад
Slavi Pantaleev
d222640140
Add firewall notice about email2matrix
6 лет назад
Slavi Pantaleev
847f887e1b
Update README
6 лет назад
Slavi Pantaleev
4be35822dd
Add Email2Matrix support
6 лет назад
p5t2vspoqqw
51d5741bb3
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
6 лет назад
Slavi Pantaleev
5d1c76f0e3
Merge pull request #232 from jooize/patch-2
Clarify sentence about dedicated user for access token
6 лет назад
Esko
f084bb4ae5
Clarify sentence about dedicated user for access token
6 лет назад
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 лет назад
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 лет назад
Slavi Pantaleev
c40d28a0dc
Relocate user-store.db/room-store.db when migrating Discord bridge files
Refer to 524436ebef and #230 (Github Issue).
6 лет назад
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 лет назад
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 лет назад
Slavi Pantaleev
0e3b73a612
Upgrade matrix-mailer / exim (4.92 -> 4.92.1)
6 лет назад
Slavi Pantaleev
d543780e42
Use mautrix-telegram Docker image from new official registry
6 лет назад
Slavi Pantaleev
53ab66eef8
Use mautrix-whatsapp Docker image from new official registry
6 лет назад
Slavi Pantaleev
82bb55ae7a
Use new default port config for mautrix-facebook
6 лет назад
Slavi Pantaleev
b0162d6f75
Use mautrix-facebook Docker image from new official registry
6 лет назад
kingoftheconnors
177ec295b4
Fixed matrix-appservice-slack docker command problems
6 лет назад
Slavi Pantaleev
becb9a7b8b
Merge pull request #228 from danbob/fix-apt-warning
Fix apt message: docker doesn't support arch 'i386'
6 лет назад
kingoftheconnors
49766c5dac
Added Slack role
6 лет назад
Dan Arnfield
de6c1c99b2
Fix apt message: docker doesn't support arch 'i386'
6 лет назад
Slavi Pantaleev
bd99dd05b4
Upgrade Synapse (1.2.0 -> 1.2.1)
6 лет назад
Slavi Pantaleev
255b67a0ce
Update homeserver.yaml with new options from Synapse v1.2.0
Related to #223 (Github Pull Request)
6 лет назад
Slavi Pantaleev
bb9fd41403
Merge pull request #223 from danbob/synapse-1.2.0
Update synapse (1.1.0 -> 1.2.0)
6 лет назад
Dan Arnfield
0e54515c9d
Update synapse (1.1.0 -> 1.2.0)
6 лет назад
Slavi Pantaleev
25327abbc3
Merge pull request #222 from danbob/nginx-1.17.2
Update nginx (1.17.1 -> 1.17.2)
6 лет назад
Dan Arnfield
9296dfd094
Update nginx (1.17.1 -> 1.17.2)
6 лет назад
Slavi Pantaleev
11b1de5522
Merge pull request #220 from lpopov/patch-1
Upgrade riot-web (1.2.4 - 1.3.0)
6 лет назад
Lyubomir Popov
5e104e6667
Upgrade riot-web (1.2.4 - 1.3.0)
6 лет назад
p5t2vspoqqw
fde8615d4e
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
6 лет назад
Slavi Pantaleev
479a5137ca
Merge pull request #218 from RedooNetworks/master
introduce configuration to change riot branding / title
6 лет назад
Stefan Warnat
2d24779583
remove newline
6 лет назад
Stefan Warnat
2706ca9586
add configuration to change Riot.im branding
6 лет назад
p5t2vspoqqw
5054fff88b
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
6 лет назад
Slavi Pantaleev
3a8ed2dd81
Upgrade riot-web (1.2.3 -> 1.2.4)
6 лет назад
Slavi Pantaleev
5a6c546d87
Upgrade Telegram bridge (0.5.2 -> 0.6.0)
6 лет назад
Slavi Pantaleev
87e3650327
Ensure Discord client id is passed as a string
Looks like these client ids are actually integers,
but unless we pass them as a string, the bridge would complain with
an error like:
{"field":"data.auth.clientID","message":"is the wrong type","value":123456789012345678,"type":"string","schemaPath":["properties","auth","properties","clientID"]}
Explicitly-casting to a string should fix the problem.
The Discord bridge should probably be improved to handle both ints and
strings though.
6 лет назад
Slavi Pantaleev
99283ef684
Add note about SMTPS not being supported
Fixes #216 (Github Issue).
6 лет назад
Slavi Pantaleev
277a6eb7da
Merge pull request #215 from danbob/update-riot-web
Update to riot 1.2.3
6 лет назад
Dan Arnfield
b087d06f1e
Update to riot 1.2.3
6 лет назад
Slavi Pantaleev
0e4030f05c
Add missing word
6 лет назад
Slavi Pantaleev
1316d36f8b
Fix deprecation warning (using cron module without name)
6 лет назад
Slavi Pantaleev
76862f4f2a
Suggest running start tag after janitor and Postgres vacuum
We do restart Synapse explicitly, but some other services
(bridges, matrix-corporal, ..) may not restart sometimes.
It's best to restart all services explicitly.
6 лет назад
Slavi Pantaleev
9d07aaefbf
Fix passkey.pem permissions breaking IRC bridge
Regression since 174a6fcd1b3, #204 (Github Pull Request),
which only affects new servers.
Old servers which had their passkey.pem file relocated were okay.
6 лет назад
Slavi Pantaleev
e317de5ac1
Fix broken link
6 лет назад
Slavi Pantaleev
0ca21d80d7
Add Synapse Maintenance docs and synapse-janitor integration
6 лет назад
Slavi Pantaleev
631a14bf0c
Rename run control variables for consistency
6 лет назад
Slavi Pantaleev
e805044b80
Delete scripts when uninstalling Postgres
6 лет назад