ZzMzaw
1ce52f963a
Make cerbot certs renewal challenge-agnostic
Relies on renewal configuration file generated by certbot instead of
using explicit arguments
Maps DNS configuration folder if DNS challenge has been used during
setup
3 lat temu
ZzMzaw
6cbc188923
Add support for DNS challenges for Let's encrypt
HTTP challenges remains the default challenge.
DNS challenges must be configured explicitly.
Introduces specific configuration folder for DNS
Generates configuration files (for all) and required certbot hooks (for AWS only)
Relies on official cerbot images with DNS plugins
Allows usage of custom images (for advanced users only)
3 lat temu
ZzMzaw
5ce2abb795
Add 'setup-ssl' tag to matrix-nginx-proxy
So that it is possible to deal with Let's encrypt certificates when
targeting setup-ssl
3 lat temu
Aine
1c95c8fc3e
Update hookshot 2.1.0 -> 2.1.2
3 lat temu
Charles Wright
1cae31372c
Make Conduit's rocksdb_max_open_files parameter configurable, and set it to a higher default value
3 lat temu
Slavi Pantaleev
1efd1045f6
Upgrade Hookshot (2.0.1 -> 2.1.0)
3 lat temu
Shaleen Jain
0300c0e96e
Update dendrite 0.9.5 -> 0.9.6
Remove appservice database setup/config as the latest update no longer requires it.
3 lat temu
Silas
e74e3c9e8f
Correctly check number of arguments when creating a dendrite account
This is probably a continuation of changes made in d7ed672f7 .
3 lat temu
Aine
023f273240
Update Cinny 2.1.2 -> 2.1.3
3 lat temu
Aine
a6ad396cd2
Update Element 1.11.3 -> 1.11.4
3 lat temu
Slavi Pantaleev
664406af57
Upgrade Synapse (v1.65.0 -> v1.66.0)
3 lat temu
Slavi Pantaleev
09d4a9beab
Make matrix_bot_postmoogle_admins=[] when matrix_admin not set
.. instead of `['']`.
The final result in the `env` file will be the same (`POSTMOOGLE_ADMINS=`)
in both cases, but it's better to avoid confusion.
3 lat temu
Aine
4bff8c18db
Update grafana 9.1.1 -> 9.1.2
3 lat temu
Aine
1bc49949f9
postmoogle 0.9.0
3 lat temu
Slavi Pantaleev
8e0e9fa878
Deprecate matrix_synapse_account_threepid_delegates_email before Synapse v1.66.0
This is done in anticipation of this option's removal in the
upcoming Synapse v1.66.0 release (likely tomorrow).
See: https://matrix-org.github.io/synapse/v1.66/upgrade.html#delegation-of-email-validation-no-longer-supported
3 lat temu
Aine
b018a0a114
Update ddclient v3.9.1-ls96 -> v3.9.1-ls97
3 lat temu
Slavi Pantaleev
caebb7be0b
Disable registration for Conduit by default
We do this for all other supported homeservers.
A "public by default" homeserver is a bad idea for most people.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2076
3 lat temu
Aine
c68f698052
postmoogle: set safe defaults to POSTMOOGLE_USERS
3 lat temu
Aine
cc57af9126
[Apostmoogle: remove noowner and federation
3 lat temu
Aine
b0eb28721b
postmoogle: add admins ( #2073 )
* postmoogle: add admins
* postmoogle: update jija2 defaults
* postmoogle: fix typo
3 lat temu
Aine
e8fd3fdc19
bot-postmoogle: add POSTMOOGLE_USERS config option
3 lat temu
Slavi Pantaleev
a0ecf13cdb
Add ability to control RandomizedDelaySec of matrix-backup-borg.timer
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2068
3 lat temu
Aine
bb0ce4cac6
Update Hydrogen 0.3.1 -> 0.3.2
3 lat temu
Aine
033b8e57cc
Update mautrix-instagram 0.1.3 -> 0.2.0
3 lat temu
Aine
ee892c7cf7
Update Jitsi stable-7648-3 -> stable-7648-4
3 lat temu
Aine
d2769d6bca
Update mautrix-telegram: 0.11.3 -> 0.12.0
3 lat temu
Slavi Pantaleev
9f0f21cf30
Pass --no-update to mautrix-discord
Possibly fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2060
3 lat temu
Slavi Pantaleev
d0c0a204bc
Fix --tags=register-user for Dendrite
Regression since 3f8cb96a18 - https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2048
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2057
3 lat temu
Slavi Pantaleev
c558e0ad02
Upgrade Dendrite (v0.9.4 -> v0.9.5)
3 lat temu
Slavi Pantaleev
b196e15796
Fix incorrectly named module arguments (ansible.builtin.group -> group)
Regression since the mass-replace in 34cdaade0 .
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2054
3 lat temu
Shaleen Jain
f674afe5e8
appservice: add and use homeserver_container_* vars ( #2045 )
* appservice: add and use matrix_homeserver_* vars
* appservice: use the new vars
* Apply suggestions from code review
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
3 lat temu
Slavi Pantaleev
d7ed672f7f
Fix matrix-dendrite-create-account usage help
3 lat temu
Vincent Post
3ffd1638a0
feat(telegram-bridge): add variable to enable encryption support
3 lat temu
Shaleen Jain
3ff56bff1d
dendrite: disabled registration by default
3 lat temu
Shaleen Jain
3f8cb96a18
dendrite: fix user-registration command
3 lat temu
Aine
fe6b749312
Update grafana 9.1.0 -> 9.1.1
3 lat temu
Aine
4f3e4dad14
Update mautrix-twitter 0.1.4 -> 0.1.5
3 lat temu
Aine
9bd5376e03
Update Buscarron 1.2.0 -> 1.2.1
3 lat temu
Aine
241bd4785f
Update Honoroit 0.9.12 -> 0.9.13
3 lat temu
Slavi Pantaleev
5e08e94637
Fix self-building for Postmoogle
Before this, it was trying to pull the `latest` git branch.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2043
3 lat temu
Aine
4a08ae200e
postmoogle: feedback
3 lat temu
Aine
19f5588b0d
Update roles/matrix-bot-postmoogle/tasks/setup_install.yml
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
3 lat temu
Slavi Pantaleev
e8db7611d4
Add ENABLE_JAAS_COMPONENTS to Jitsi
Related to https://github.com/jitsi/docker-jitsi-meet/issues/1377
Adding this doesn't really help though. `stable-7648-2` is broken
regardless. `stable-7648-3` is necessary to make it work.
We're already updated to `-3` anyway. This just adds the missing
environment variable for completeness.
3 lat temu
Slavi Pantaleev
f1802761de
Upgrade ddclient (v3.9.1-ls95 -> v3.9.1-ls96)
3 lat temu
Slavi Pantaleev
5fafbab7ae
Upgrade Signald (0.21.0 -> 0.21.1)
3 lat temu
Aine
0a734a609a
postmoogle: add noowner and federation
3 lat temu
Aine
1338a3c9fc
postmoogle: adjust help, add maxsize
3 lat temu
Aine
9c2a8addee
add postmoogle
3 lat temu
Slavi Pantaleev
d36adca303
Upgrade Hookshot (2.0.0 -> 2.0.1)
3 lat temu
Aine
cdc971e5b7
Update hookshot 1.8.1 -> 2.0.0
3 lat temu