Thom Wiggers
d544f746e8
Update irc appservice
3 lat temu
Slavi Pantaleev
7b43ef34b7
Remove more hardcoded matrix-postgres references
3 lat temu
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 lat temu
Aine
fd7e1604a5
Update appservice-irc 0.35.1 -> 0.36.0
3 lat temu
Slavi Pantaleev
0499692661
Upgrade appservice-irc (0.35.0 -> 0.35.1)
3 lat temu
Slavi Pantaleev
f2b66c3b04
Use a different name for appservice-irc image (localhost/ prefix) if self-building enabled
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2108
3 lat temu
Aine
2edd9a056e
Update Appservice IRC 0.34.0 -> 0.35.0
3 lat temu
Slavi Pantaleev
c73680712b
Fix (suppress) var-naming ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#var-naming
We don't really fix these, but just suppress them,
because they're like that intentionally.
We try to name variables in a way that is consistent with the
configuration key they control. If the upstream component uses
camelCase, we also need to include camelCase in the variable name.
3 lat temu
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 lat temu
Slavi Pantaleev
d073c7ecb3
More ansible-lint fixes
3 lat temu
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
3 lat temu
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
3 lat temu
Slavi Pantaleev
1439be2743
Upgrade matrix-appservice-irc (0.33 -> 0.34)
Related to https://matrix.org/blog/2022/05/04/0-34-0-security-release-for-matrix-appservice-irc-high-severity
3 lat temu
Thom Wiggers
dc82c1a0e6
Update IRC appservice bridge
4 lat temu
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4 lat temu
rakshazi
d9dd524db3
self-build consistency: rename vars everywhere
4 lat temu
Thom Wiggers
32f15e9bf0
update IRC appservice
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.32.1
4 lat temu
WobbelTheBear
f542a3a7c8
Update release (release-0.30.0 -> release-0.31.0)
Update release (release-0.30.0 -> release-0.31.0)
4 lat temu
Joseph Walton-Rivers
a787f406f9
Update main.yml
Fix incorrect docker version tag for matrix-appservice-irc
4 lat temu
Thom Wiggers
78b62664cd
Update to version v0.30.0
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.30.0
4 lat temu
Michael Collins
98e6cd685d
sync with previous repo
4 lat temu
Sebastian Gumprich
24589b91f4
irc appservice image tag has a 'v' now
4 lat temu
Thom Wiggers
d11d6f52ae
Update IRC appservice
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.29.0
4 lat temu
Thom Wiggers
eb5619fd4b
Update IRC bridge
4 lat temu
Thom Wiggers
3c05cc04bc
Update IRC appservice
4 lat temu
Michael-GMH
ad7bbd6442
merge upstream
4 lat temu
Thom Wiggers
af4bd50c2a
Update IRC appservice
4 lat temu
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
4 lat temu
Ahmad Haghighi
e335f3fc77
rename matrix_global_registry to matrix_container_global_registry_prefix related to #990
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
4 lat temu
Ahmad Haghighi
f52a8b6484
use custom docker registry
4 lat temu
Thom Wiggers
54fe59f05c
Update IRC appservice
5 lat temu
Michael
33ec5710d9
0.2.1 revision
5 lat temu
rakshazi
2f887f292c
added "matrix_%SERVICE%_version" variable to all roles, use it in "matrix_%SERVICE%_docker_image" var (preserving backward-compatibility)
5 lat temu
Thom Wiggers
8de739132a
Update IRC bridge to 0.23.0
5 lat temu
Slavi Pantaleev
d3ecc6f017
Fix bridges failing to upload media when Synapse workers are enabled
5 lat temu
Panagiotis Georgiadis
e502ee33da
Selfbuild appservice-irc bridge
5 lat temu
Slavi Pantaleev
715bdf2c64
Add support for automatic (nedb -> Postgres) migration to mx-appservice-irc
5 lat temu
Slavi Pantaleev
e2ba46bf01
Fix Jinja2 syntax error (else if -> elif)
5 lat temu
Slavi Pantaleev
7248eb3c11
Fix syntax error in roles/matrix-bridge-appservice-irc/defaults/main.yml
5 lat temu
transcaffeine
54da61f81b
add postgres support mx-appservice-[slack|irc] with fallback to nedb in role and migration notice
5 lat temu
Slavi Pantaleev
ccabc82d4c
Use more fully-qualified container images
This is both for consistency with 93cc71cb69976c
and for making things more obvious.
5 lat temu
Slavi Pantaleev
5da31ba579
Move configuration templates outside of defaults/main.yml files
5 lat temu
Slavi Pantaleev
7a2dbdc2d7
Update components
5 lat temu
Slavi Pantaleev
669780976f
Update mappings configuration example
5 lat temu
John Goerzen
a2df0016eb
Update matrix-appservice-irc to 0.16.0
Note the potential breaking change
Resolves #474
5 lat temu
Lee Verberne
8fe8cf9113
Fix matrix-appservice-irc database specification
This fixes an incorrect indentation in the database specification for
appservice-irc which caused matrix-appservice-irc to refuse to start
with the remarkably unhelpful error message:
```
ERROR:CLI Failed to run bridge.
```
This also updates doc links to the new matrixdotorg repo because the
tedomum repo contains out-of-date documentation.
6 lat temu
Slavi Pantaleev
aa05df6a02
Switch to upgraded & official matrix-appservice-irc Docker image
6 lat temu
Lee Verberne
9195ef4c07
Disable appservice-irc log files
appservice-irc doesn't have permission to create files in its project
directory and the intention is to log to the console, anyway. By
commenting out the file names, appservice-irc won't attempt to open the
files.
6 lat temu
Slavi Pantaleev
174a6fcd1b
Make IRC bridge configuration entirely managed by the playbook
6 lat temu
Slavi Pantaleev
f994e40bb7
Extend IRC bridge configuration with some additional options
6 lat temu