Array in a Matrix
d5e8d2a939
update dendrite
3年前
Slavi Pantaleev
4b2d30a474
Fix matrix_dendrite_client_api_turn_shared_secret not being defined
Regression since https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2290
3年前
Slavi Pantaleev
40cf9cd72c
/usr/local/bin/matrix-dendrite-create-account -> /matrix/dendrite/bin/create-account
3年前
Slavi Pantaleev
eedf5ad94d
Remove some hardcoded matrix-postgres references
3年前
Array in a Matrix
504d4a4134
Add dendrite captcha config to doc and hCaptcha ( #2290 )
* added dendrite captcha options
* added hcaptcha doc
* proper url
* Apply suggestions from code review
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Update main.yml
* renamed captcha vars to new naming scheme
* change vars to new format
* Rename back some incorrect renamed variables
These variables are either not just part of the `client_api` subsection,
or are not even part of that section at all. They shouldn't have been
renamed in baaef2ed616e2645550d9
* Fix up naming inconsistencies
Some of these variables had been renamed in one place,
but not in other places, so it couldn't have worked that way.
* Add validation/deprecation for renamed Dendrite variables
Related to 4097898f885cf4c73, baaef2ed616e2645550, 68f4418092fa8ad
and a0b4a0ae6b2f1f18
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
3年前
Slavi Pantaleev
0ea7cb5d18
Remove various init.yml files - initialize systemd services, etc., statically (not at runtime)
3年前
Array in a Matrix
11ea49075d
Update main.yml
3年前
Array in a Matrix
7cc668489b
add auto join option to dendrite config ( #2255 )
* add auto join option to dendrite config
* added auto_join_rooms: variable
* added "configuring dendrite" entry
* created dendite configuration documentation
* fixed config path
* Update docs/configuring-playbook-dendrite.md
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Update docs/configuring-playbook-dendrite.md
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Update docs/configuring-playbook-dendrite.md
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Update docs/configuring-playbook-dendrite.md
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Update docs/configuring-playbook-dendrite.md
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Update roles/custom/matrix-dendrite/defaults/main.yml
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* correction
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
3年前
Darren Rambaud
1c643263dd
dendrite: update image tag to latest release (0.10.7)
- https://github.com/matrix-org/dendrite/releases/tag/v0.10.7
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年前
Darren Rambaud
28d9ee8578
dendrite: update tag to v0.10.6
- update tag to latest dendrite release (https://github.com/matrix-org/dendrite/releases/tag/v0.10.6 )
3年前
Slavi Pantaleev
975dda54c9
Upgrade Dendrite (0.10.4 -> 0.10.5)
3年前
Slavi Pantaleev
4cf85605a9
Upgrade Dendrite (0.10.3 -> 0.10.4)
3年前
Slavi Pantaleev
6f56b9fb38
Upgrade Dendrite (0.10.2 -> 0.10.3)
3年前
Slavi Pantaleev
12d4e080fa
Upgrade Dendrite (0.10.1 -> 0.10.2)
3年前
Darren Rambaud
ec8daad805
dendrite: update image tag version
- update to v0.10.1 (https://github.com/matrix-org/dendrite/releases/tag/v0.10.1 )
3年前
Darren Rambaud
851a52a532
dendrite: update tag image version
- update to 0.10.0 (https://github.com/matrix-org/dendrite/releases/tag/v0.10.0 )
3年前
Darren Rambaud
59adb8d028
dendrite: update image tag version
- 0.9.9 (https://github.com/matrix-org/dendrite/releases/tag/v0.9.9 )
3年前
Shaleen Jain
435c4f8b01
dendrite: update config to match upstream defaults
3年前
Aine
17e6c52cbf
Update Dendrite 0.9.7 -> 0.9.8
3年前
Slavi Pantaleev
8778c14fe2
Upgrade Dendrite (0.9.6 -> 0.9.7)
3年前
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年前
Slavi Pantaleev
c558e0ad02
Upgrade Dendrite (v0.9.4 -> v0.9.5)
3年前
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年前
Shaleen Jain
3ff56bff1d
dendrite: disabled registration by default
3年前
Slavi Pantaleev
f155d31224
Upgrade Dendrite (0.9.3 -> 0.9.4)
3年前
Slavi Pantaleev
12e423fb9d
Upgrade Dendrite (0.9.2 -> 0.9.3)
3年前
Slavi Pantaleev
e1e2615daf
Upgrade Dendrite (0.9.1 -> 0.9.2)
3年前
Slavi Pantaleev
747e9dd57c
Upgrade Dendrite (0.9.0 -> 0.9.1)
3年前
Slavi Pantaleev
cc58167f4c
Upgrade Dendrite (0.8.1 -> 0.9.0)
Looks like we've skipped a bunch of 0.8.x versions (up to 0.8.9)
and are jumping straight to 0.9.0.
This is untested. Judging by Dendrite's changelog, it shouldn't cause
any breakage though: https://github.com/matrix-org/dendrite/blob/v0.9.0/CHANGES.md
3年前
Maxdeso
75961359fb
dendrite_recaptcha_siteverify_api
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
e41fcf2746
Fix file name (vars.yaml -> vars.yml) to prevent confusion
4年前
SaltireSoul
6925e26960
Dendrite 0.8.1
4年前
SaltireSoul
e7978dbdca
Dendrite 0.7.0
4年前
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4年前
Slavi Pantaleev
5c3c0d0d58
Set Dendrite's real_ip_header correctly
4年前
Slavi Pantaleev
965890bf75
Derive secrets from matrix_homeserver_generic_secret_key, not matrix_synapse_macaroon_secret_key
We're trying to move away from implementation-specific variables,
hoping for a clean (implementation-neutral) examples/vars.yml file.
4年前
Slavi Pantaleev
1dfe21944f
Make matrix_homeserver_implementation influence matrix_IMPLEMENTATION_enabled, not the other way around
Doing this seems more reasonable and simpler.
4年前
Slavi Pantaleev
4139290cc9
Rename some variables for consistency
4年前
Slavi Pantaleev
ecc237bbad
Initial work on getting nginx reverse proxying working with Dendrite
4年前
Slavi Pantaleev
63968cb04f
Upgrade Dendrite (0.5.0 -> 0.5.1)
4年前
Slavi Pantaleev
b2b62b7221
Add a variable to control Dendrite's disable_federation setting
4年前
Slavi Pantaleev
5b148921a0
Upgrade Dendrite (0.3.11 -> 0.5.0) and update configuration
This brings dendrite.yaml up to date and cleans things up a bit.
4年前
Slavi Pantaleev
ccd3dc7a57
Remove Dendrite file logging
We refrain from logging to files for all components,
because we rely on systemd-journald anyway.
4年前
Jip J. Dekker
953a9ac718
Upgrade Dendrite (0.3.9 -> 0.3.11)
5年前
Jip J. Dekker
cde2504966
Upgrade Dendrite (0.3.8 -> 0.3.9)
5年前
Aaron Raimist
265d048597
Upgrade Dendrite (0.3.6 -> 0.3.8)
5年前