Slavi Pantaleev
3b524ee815
Make mautrix-signal bridge not log to files
We try to only use console logging (going to journald) for everything,
instead of logging things twice (or more).
5年前
Slavi Pantaleev
274f23f668
Make matrix-mautrix-signal-daemon.service depend on docker.service
5年前
Slavi Pantaleev
da2a6682b3
Get rid of matrix_mautrix_signal_configuration_permissions
While it's kind of nice having it, it's also somewhat raw
and unnecessary.
Having a good default and not even mentioning it seems better
for most users.
People who need a more exposed bridge (rare) can use
override the default configuration using
`matrix_mautrix_signal_configuration_extension_yaml`.
5年前
Slavi Pantaleev
aac400664a
Announce mautrix-signal bridge
5年前
Slavi Pantaleev
df8d9cfd34
Remove some TODOs
The answer to these is: it's good to have them in both places.
The role defines the obvious things it depends on (not knowing
what setup it will find itself into), and then
`group_vars/matrix_servers` "extends" it based on everything else it
knows (the homeserver being Synapse, whether or not the internal
Postgres server is being used, etc.)
5年前
Sabine Laszakovits
84cac25c11
added config data_dir (else in ~, which isn't set)
5年前
Sabine Laszakovits
56af2b1a8c
small fixes
5年前
Sabine Laszakovits
89f7f3c3b8
added log level configuration
5年前
Sabine Laszakovits
ffb837d4bc
made the bridge use the default postgres db
5年前
Sabine Laszakovits
a06c58c753
Merge branch 'master' into signal
5年前
laszabine
19d030be16
Merge pull request #3 from spantaleev/master
Merge
5年前
Slavi Pantaleev
067f12b628
Merge pull request #766 from lxp/fix-postgres-upgrade
Fix concatenation of additional databases
5年前
David Gnedt
befffa926b
Fix concatenation of additional databases
Otherwise the postgres upgrade fails with the following error:
Unexpected templating type error occurred on ({{
[matrix_postgres_connection_username]
+
matrix_postgres_additional_databases|map(attribute='username')
}}
): can only concatenate list (not "generator") to list
5年前
Slavi Pantaleev
a2a4218e95
Make mautrix-python-based bridges E2EE happier
Fixes a problem like this:
> File "/usr/lib/python3.8/site-packages/mautrix/bridge/e2ee.py", line 79, in __init__
> raise RuntimeError("Unsupported database scheme")
mautrix-python's e2ee.py module expects to find `postgres://` instead of
`postgresql://`.
5年前
Slavi Pantaleev
80c72615c7
Fixup all Dimension boolean fields after pgloader import
This is 8b6174786b done right. There were many more fields
that we had to account for.
5年前
Slavi Pantaleev
21662af3be
Archive database only after additional_psql_statements_list had executed
5年前
Slavi Pantaleev
a284b6f452
Merge pull request #765 from Cadair/fix-db
Use role relative paths for references to matrix-postgres role
5年前
Stuart Mumford
019a4d7dcd
Use role relative paths for things
5年前
Slavi Pantaleev
be0c599565
Feed more slashes to mautrix bridges when using SQLite
This makes the `sqlite://` URI match what we were using before
and what the config expects.
5年前
Slavi Pantaleev
ea804f2f9f
Do not use underscore in salts passed to sha512
Some Ansible installations choke on it, it seems.
Similar to 9f00970c90
5年前
Slavi Pantaleev
8b6174786b
Fixup Dimension database schema a bit after pgloader import
5年前
Slavi Pantaleev
f3fc832e85
Merge pull request #764 from KloolK/patch-1
Update updating-users-passwords.md
5年前
Slavi Pantaleev
9f00970c90
Do not use salts longer than 16 characters
We've hit this problem before as well. Certain Ansible installations
choke on it.
5年前
Jan
4675c8a715
Update updating-users-passwords.md
Fixed markdown error
5年前
Slavi Pantaleev
c5f8b1f61b
Fix mautrix-whatsapp Postgres connection string to not use SSL by default
5年前
Slavi Pantaleev
4fe1248d95
Update changelog entry to be more informative
5年前
Slavi Pantaleev
3475b98b76
Announce the big move to all-on-Postgres
Related to
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/740
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/686
5年前
Slavi Pantaleev
f19b29846d
Merge pull request #740 from jdreichmann/postgres-per-default
postgres: create databases for all services
5年前
Slavi Pantaleev
ad1425eee4
Add pgloader self-building support (for ARM)
5年前
Slavi Pantaleev
8675dedbdb
Add support for automatic (nedb -> Postgres) migration to matrix-appservice-slack
5年前
Slavi Pantaleev
9b95e1937c
Auto-restart matrix-appservice-irc after (nedb -> Postgres) migration
5年前
Slavi Pantaleev
715bdf2c64
Add support for automatic (nedb -> Postgres) migration to mx-appservice-irc
5年前
Slavi Pantaleev
815a80c290
Fix alignment issues
5年前
Slavi Pantaleev
15f4cc924d
Rename variables (_database_db_name -> _database_name)
5年前
Slavi Pantaleev
ab6563ce4e
Add support for automatic (Postgres -> SQLite) migration to mx-puppet-twitter
5年前
Slavi Pantaleev
69cc2145d2
Add support for automatic (Postgres -> SQLite) migration to mx-puppet-steam
5年前
Slavi Pantaleev
262a25f997
Add support for automatic (Postgres -> SQLite) migration to mx-puppet-slack
5年前
Slavi Pantaleev
a80b5b2ca5
Merge pull request #761 from thedanbob/element-1.7.16
Update element-web (1.7.15 -> 1.7.16)
5年前
Slavi Pantaleev
e49eb078a2
Add support for automatic (Postgres -> SQLite) migration to mx-puppet-skype
5年前
Dan Arnfield
c3b63c6c97
Update element-web (1.7.15 -> 1.7.16)
5年前
Slavi Pantaleev
c180fa4e83
Merge pull request #760 from thedanbob/nginx-1.19.6
Update nginx (1.19.5 -> 1.19.6)
5年前
Dan Arnfield
10e0fa17ad
Update nginx (1.19.5 -> 1.19.6)
5年前
Slavi Pantaleev
d135cd9cd3
Ensure mx-puppet-discord directories are created before attempting migration
Our old (base-path -> data-path) SQLite migration can't work otherwise.
It's probably not necessary to keep it anymore, but since we still do,
at least we should take care to ensure it works.
5年前
Slavi Pantaleev
44c9f4daca
Add support for automatic (Postgres -> SQLite) migration to mx-puppet-instagram
5年前
Slavi Pantaleev
e64758c119
Add missing restart task
Should have been part of 149872e00c
5年前
Slavi Pantaleev
149872e00c
Add support for automatic (Postgres -> SQLite) migration to mx-puppet-discord
5年前
Slavi Pantaleev
9b4bf73587
Fix undefined variable reference
5年前
Slavi Pantaleev
6488e11d69
Relocate some tasks
5年前
Slavi Pantaleev
ca066217d1
Merge pull request #757 from 0x46616c6b/disable-nginx-logging-option
add option to disable nginx access log
5年前
louis
dcd4716636
add option to disable nginx access log
5年前