Aine
7852d5eb26
update mautrix-telegram 0.12.2 -> 0.13.0
3 лет назад
Aine
d1b4a6ebe1
unify docker images urls
3 лет назад
Slavi Pantaleev
7b43ef34b7
Remove more hardcoded matrix-postgres references
3 лет назад
Aine
ea0c9ed71d
update mautrix-telegram 0.12.1 -> 0.12.2
3 лет назад
Slavi Pantaleev
410a915a8a
Move roles/matrix* to roles/custom/matrix*
This paves the way for installing other roles into `roles/galaxy` using `ansible-galaxy`,
similar to how it's done in:
- https://github.com/spantaleev/gitea-docker-ansible-deploy
- https://github.com/spantaleev/nextcloud-docker-ansible-deploy
In the near future, we'll be removing a lot of the shared role code from here
and using upstream roles for it. Some of the core `matrix-*` roles have
already been extracted out into other reusable roles:
- https://github.com/devture/com.devture.ansible.role.postgres
- https://github.com/devture/com.devture.ansible.role.systemd_docker_base
- https://github.com/devture/com.devture.ansible.role.timesync
- https://github.com/devture/com.devture.ansible.role.vars_preserver
- https://github.com/devture/com.devture.ansible.role.playbook_runtime_messages
- https://github.com/devture/com.devture.ansible.role.playbook_help
We just need to migrate to those.
3 лет назад
smargold476
01078fea8f
add default for TG filter_mode
3 лет назад
Slavi Pantaleev
0ab5371ebd
Upgrade mautrix-telegram (0.12.0 -> 0.12.1) and lottieconverter (alpine-3.15 -> alpine-3.16)
3 лет назад
Aine
d2769d6bca
Update mautrix-telegram: 0.11.3 -> 0.12.0
3 лет назад
Vincent Post
3ffd1638a0
feat(telegram-bridge): add variable to enable encryption support
3 лет назад
Aine
737dc9d490
Fix mautrix-telegram permissions
3 лет назад
Slavi Pantaleev
ac72879bf5
Make bridge permissions more easily configurable
Not doing {% if matrix_admin %} checks in the YAML also fixes some issues
with indentation being incorrect sometimes.
This should be backward compatible, except for mautrix-signal's case
where `matrix_mautrix_signal_bridge_permissions` previously existed
as a string, not a dictionary. `tasks/validate_config.yml` will catch
the problem an even provide a quick fix.
3 лет назад
Slavi Pantaleev
0ab2001ce7
Fix git-latest ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#git-latest
Our variable naming is not necessarily consistent across roles.
I've tried to follow the naming conventions of each individual role.
All new variables are suffixed with `_version`, but the prefix may be
somewhat different.
3 лет назад
Slavi Pantaleev
d073c7ecb3
More ansible-lint fixes
3 лет назад
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
3 лет назад
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
3 лет назад
3hhh
097c23c0b6
bots: make command_prefix configurable
3 лет назад
ThellraAK
1c8f21c738
Adding logging configuration and default to the rest of the mautrixes that don't have them
3 лет назад
Olivér Falvai
4be425c267
Upgrade Telegrame bridge to 0.11.3
3 лет назад
László Várady
4359e5774c
bridge-mautrix-telegram: add option to enable/disable web-based login
4 лет назад
László Várady
5789b3bbab
bridge-mautrix-telegram: add option for creating non-federated rooms
4 лет назад
GoliathLabs
a4ba2ba601
Updated: mautrix-telegram v0.11.2
4 лет назад
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4 лет назад
GoliathLabs
29668f4a33
Updated: telegram to v0.11.1
4 лет назад
rakshazi
d9dd524db3
self-build consistency: rename vars everywhere
4 лет назад
SierraKiloBravo
56e9ff1740
Added defaults and edited config template for mautrix-telegram, allowing editing of MXID/displayname templates for bridged users
4 лет назад
Aaron Raimist
fac497faa5
Fix comments in other roles
4 лет назад
SkepticalWaves
8e1463a6a1
Update matrix-bridge-mautrix-telegram version
4 лет назад
nono
d9d9554a74
Update the docker image version for mautrix-telegram
4 лет назад
AtomHare
43c9eab6b9
update mautrix new repo name
4 лет назад
Michael Collins
98e6cd685d
sync with previous repo
4 лет назад
Toorero
3a28100131
Renamed matrix_lottieconverter to matrix_telegram_lottieconverter
4 лет назад
Toorero
7f15787d54
Fixed mautrix-telegram selfbuild not working on non amd64 platforms
4 лет назад
transcaffeine
dbae18fd6a
feat: push ephemeral events to appservices
This adds https://github.com/matrix-org/matrix-doc/pull/2409 to the
appservice registrations, enabling synapse to push EDUs to appservices.
5 лет назад
Michael
33ec5710d9
0.2.1 revision
5 лет назад
rakshazi
2f887f292c
added "matrix_%SERVICE%_version" variable to all roles, use it in "matrix_%SERVICE%_docker_image" var (preserving backward-compatibility)
5 лет назад
Slavi Pantaleev
008049f2a9
Fix mautrix-telegram registration file mistake
Regression since f6097fbba1
5 лет назад
Slavi Pantaleev
e3290d8bcb
Remove |to_json causing trouble
Fixes a regression introduced in f6097fbba1fb, which was cauing Synapse
to die with this error message:
> ValueError: sender_localpart needs characters which are not URL encoded.
5 лет назад
Slavi Pantaleev
f6097fbba1
E2BE not working for mautrix bridges
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/806
5 лет назад
Slavi Pantaleev
d3ecc6f017
Fix bridges failing to upload media when Synapse workers are enabled
5 лет назад
Panagiotis Georgiadis
999fd2596f
Local rebuild for Telegram
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
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
15f4cc924d
Rename variables (_database_db_name -> _database_name)
5 лет назад
Slavi Pantaleev
b9a04a7f95
Rename some remaining `matrix_*_postgres_*` vars back to `matrix_*_database_*`
Looks like there are some that I missed in 087dbe4ddc
5 лет назад
Slavi Pantaleev
087dbe4ddc
Rename `matrix_*_postgres_*` back to `matrix_*_database_*`
I was thinking that it makes sense to be more specific,
and using `_postgres_` also separated these variables
from the `_database_` variables that ended up in bridge configuration.
However, @jdreichmann makes a good point
(https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/740#discussion_r542281102 )
that we don't need to be so specific and can allow for other engines (like MySQL) to use these variables.
5 лет назад
Slavi Pantaleev
43d6ff2af8
Fix sqlite usage for mautrix-facebook/mautrix-telegram
Regression since 2d99ade72f and 9bf8ce878e94, respectively.
When SQLite is to be used, these bridges expect an `sqlite://`
connection string, and not a plain file name (path), like Appservice
Discord and mautrix-whatsapp do.
5 лет назад
Slavi Pantaleev
9bf8ce878e
Add (Postgres + SQLite) support to matrix-mautrix-telegram bridge
I don't use this bridge, so this is completely untested.
5 лет назад
transcaffeine
f7d7190bd0
update mautrix-telegram to 0.9.0
5 лет назад
Johanna Dorothea Reichmann
2004143f14
Bump version of mautrix-telegram to 0.8.2
fixes matrix users unable to delete messages
5 лет назад
Slavi Pantaleev
b50cfe8d18
Upgrade mautrix-telegram (0.7.2 -> 0.8.1)
5 лет назад