Slavi Pantaleev
bfe89df323
Upgrade appservice-irc (0.38.0 -> 1.0.1)
Related to: https://matrix.org/blog/2023/07/bridges-security-updates/
2年前
Thom Wiggers
4dae3f0fab
Update IRC appservice to 0.38.0
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.38.0
3年前
Thom Wiggers
3c600899fb
Update Matrix IRC appservice to 0.37.1
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.37.1
3年前
Thom Wiggers
d544f746e8
Update irc appservice
3年前
Slavi Pantaleev
7b43ef34b7
Remove more hardcoded matrix-postgres references
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年前
Aine
fd7e1604a5
Update appservice-irc 0.35.1 -> 0.36.0
3年前
Slavi Pantaleev
0499692661
Upgrade appservice-irc (0.35.0 -> 0.35.1)
3年前
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年前
Aine
2edd9a056e
Update Appservice IRC 0.34.0 -> 0.35.0
3年前
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年前
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年前
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
4年前
Thom Wiggers
dc82c1a0e6
Update IRC appservice bridge
4年前
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4年前
rakshazi
d9dd524db3
self-build consistency: rename vars everywhere
4年前
Thom Wiggers
32f15e9bf0
update IRC appservice
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.32.1
4年前
WobbelTheBear
f542a3a7c8
Update release (release-0.30.0 -> release-0.31.0)
Update release (release-0.30.0 -> release-0.31.0)
4年前
Joseph Walton-Rivers
a787f406f9
Update main.yml
Fix incorrect docker version tag for matrix-appservice-irc
4年前
Thom Wiggers
78b62664cd
Update to version v0.30.0
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.30.0
4年前
Michael Collins
98e6cd685d
sync with previous repo
4年前
Sebastian Gumprich
24589b91f4
irc appservice image tag has a 'v' now
4年前
Thom Wiggers
d11d6f52ae
Update IRC appservice
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.29.0
4年前
Thom Wiggers
eb5619fd4b
Update IRC bridge
4年前
Thom Wiggers
3c05cc04bc
Update IRC appservice
4年前
Michael-GMH
ad7bbd6442
merge upstream
5年前
Thom Wiggers
af4bd50c2a
Update IRC appservice
5年前
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
5年前
Ahmad Haghighi
e335f3fc77
rename matrix_global_registry to matrix_container_global_registry_prefix related to #990
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
5年前
Ahmad Haghighi
f52a8b6484
use custom docker registry
5年前
Thom Wiggers
54fe59f05c
Update IRC appservice
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年前
Thom Wiggers
8de739132a
Update IRC bridge to 0.23.0
5年前
Slavi Pantaleev
d3ecc6f017
Fix bridges failing to upload media when Synapse workers are enabled
5年前
Panagiotis Georgiadis
e502ee33da
Selfbuild appservice-irc bridge
5年前
Slavi Pantaleev
715bdf2c64
Add support for automatic (nedb -> Postgres) migration to mx-appservice-irc
5年前
Slavi Pantaleev
e2ba46bf01
Fix Jinja2 syntax error (else if -> elif)
5年前
Slavi Pantaleev
7248eb3c11
Fix syntax error in roles/matrix-bridge-appservice-irc/defaults/main.yml
5年前
transcaffeine
54da61f81b
add postgres support mx-appservice-[slack|irc] with fallback to nedb in role and migration notice
5年前
Slavi Pantaleev
ccabc82d4c
Use more fully-qualified container images
This is both for consistency with 93cc71cb69976c
and for making things more obvious.
5年前
Slavi Pantaleev
5da31ba579
Move configuration templates outside of defaults/main.yml files
6年前
Slavi Pantaleev
7a2dbdc2d7
Update components
6年前
Slavi Pantaleev
669780976f
Update mappings configuration example
6年前
John Goerzen
a2df0016eb
Update matrix-appservice-irc to 0.16.0
Note the potential breaking change
Resolves #474
6年前
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年前
Slavi Pantaleev
aa05df6a02
Switch to upgraded & official matrix-appservice-irc Docker image
6年前