gardar
23aee07cf4
feat: global option to configure all bridges encryption default
Signed-off-by: gardar <gardar@users.noreply.github.com>
vor 2 Jahren
Slavi Pantaleev
7ec6fd3dfe
Make bridges/bots use matrix_addons_homeserver_client_api_url (instead of matrix_homeserver_container_url)
vor 2 Jahren
Slavi Pantaleev
205663a4be
Move matrix-bridge-beeper-linkedin to its own container network
vor 2 Jahren
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
vor 2 Jahren
Slavi Pantaleev
2587980e6d
Fix beeper-linkedin self-building when version is set to latest
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2905#issuecomment-1726892215
vor 2 Jahren
Aine
c611f85acb
Update beeper-linkedin 0.5.4 -> latest
vor 2 Jahren
Slavi Pantaleev
6427397486
Do not hardcode sslmode=disable to Postgres connection strings - make it configurable
This is backward-compatible with what we had before. We're not changing
the SSL mode - just making it configurable.
Most components are defaulting to `sslmode=disable`, while some
(`matrix-bot-matrix-reminder-bot` and others) do not specify an `sslmode` at all.
We're making sslmode configurable, because certain external Postgres
servers may be configured to require SSL encryption.
In such cases `sslmode=disable` does not work and needs to be changed to
`sslmode=require` or something else (`verify-ca`, `verify-full`, etc).
vor 2 Jahren
Paul ALNET
462d48814a
fix(linkedin): mismatched appservice id
Updated to match value in
`roles/custom/matrix-bridge-beeper-linkedin/templates/config.yaml.j2`.
vor 2 Jahren
Aine
7399496d33
one var to control encryption across all bridges ( #2629 )
* one var to control encryption across all bridges
* move var to matrix-base
vor 3 Jahren
Aine
8b2a86e35e
update beeper-linkedin 0.5.3 -> 0.5.4
vor 3 Jahren
Slavi Pantaleev
7b43ef34b7
Remove more hardcoded matrix-postgres references
vor 3 Jahren
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.
vor 3 Jahren
Cody Wyatt Neiman
93612d6508
Fix: beeper-linkedin architecture no longer used in tag
vor 3 Jahren
Cody Wyatt Neiman
3a09cbcbf9
Update beeper-linkedin URLs to the new GitHub repo
vor 3 Jahren
Cody Wyatt Neiman
0158c854c6
Update beeper-linkedin v0.5.2 -> v0.5.3 (repo change)
vor 3 Jahren
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.
vor 3 Jahren
Slavi Pantaleev
b2f47fcfcd
Make linkedin logging level configurable
vor 3 Jahren
Slavi Pantaleev
d073c7ecb3
More ansible-lint fixes
vor 3 Jahren
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
vor 3 Jahren
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
vor 3 Jahren
3hhh
097c23c0b6
bots: make command_prefix configurable
vor 3 Jahren
Aine
d426dbbc32
missing var
vor 3 Jahren
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
vor 4 Jahren
GoliathLabs
dcbd0a598e
Updated: beeper-linkedin to v0.5.2
vor 4 Jahren
Slavi Pantaleev
dcab14d9a8
Add self-building support to Beeper LinkedIn bridge
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1480
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1242
vor 4 Jahren
Alexandar Mechev
f02c08dc7f
Upgrade LinkedIn (0.5.0 -> 0.5.1)
vor 4 Jahren
Slavi Pantaleev
603ad7c52b
Remove (non-working) SQLite support from beeper-linkedin bridge
This bridge doesn't support SQLite anyway, so it's not necessary
to carry around configuration fields and code for migration from SQLite
to Postgres. There's nothing to migrate.
vor 4 Jahren
Slavi Pantaleev
78c22138a5
Do not reference variables from other roles
This configuration is supposed to be kept clean and not reference variables defined in other roles.
`group_vars/matrix_servers` redefines these to hook our various roles together.
vor 4 Jahren
Alexandar Mechev
b13cf1871f
add code for LinkedIn Bridge
vor 4 Jahren