Slavi Pantaleev
db0104978f
Extract api_prefix rageshake configuration into matrix_rageshake_config_api_prefix
2 years ago
Slavi Pantaleev
19e0b8374b
Enable matrix_rageshake_enabled in the role by default
...
We disable it via `group_vars/matrix_servers`, as we do for all other
roles.
2 years ago
Slavi Pantaleev
d513c0f446
Document why the rageshake version is master
2 years ago
Slavi Pantaleev
55f43dcc6d
Fixup matrix-rageshake section in group vars
2 years ago
Slavi Pantaleev
5adec0bef2
Merge pull request #2516 from Tupsi/patch-2
...
Update configuring-playbook-own-webserver.md
2 years ago
Tupsi
c139d139a5
Update configuring-playbook-own-webserver.md
...
own traefik server option must have the path to the acme.json. Otherwise the service will not start.
2 years ago
Slavi Pantaleev
53f8a0c6ae
Upgrade com.devture.ansible.role.traefik
2 years ago
Benjamin Kampmann
40f037b36d
Add rageshake server
2 years ago
Slavi Pantaleev
c8022c1a18
Remove useless explicit daemon reload in matrix-user-creator
...
The next task asks for a daemon reload, so there's no need to do it
twice.
2 years ago
Slavi Pantaleev
0af6e6d9d9
Make wait time for matrix-user-creator configurable and increase default (7 -> 10 sec.)
2 years ago
Slavi Pantaleev
84c5b44bea
Upgrade com.devture.ansible.role.docker_sdk_for_python
2 years ago
Slavi Pantaleev
643acfcb5b
Make synapse-s3-storage-provider periodic migration schedule customizable
...
Larger deployments may wish to run migration more often.
2 years ago
Slavi Pantaleev
d04132759b
Merge pull request #2511 from igogold/patch-1
...
Allow configure default country code in element welcome page.
2 years ago
Slavi Pantaleev
4caeab9117
Fix spacing around Jinja2 filters
2 years ago
Igor Goldenberg
620247673e
Allow configure default country code in element welcome page.
2 years ago
Slavi Pantaleev
41a5b2dca2
Merge pull request #2509 from etkecc/patch-177
...
Update borgmatic 1.7.6 -> 1.7.7
2 years ago
Aine
cbc8f0c6e6
Update borgmatic 1.7.6 -> 1.7.7
2 years ago
Slavi Pantaleev
1c10a7727c
Upgrade ddclient (v3.10.0-ls106 -> v3.10.0-ls110)
2 years ago
Slavi Pantaleev
7340246a9b
Merge pull request #2508 from FSG-Cat/draupnir
...
Update Draupnir from v1.80.0 to v1.80.1
2 years ago
Catalan Lover
65e7aa2406
Update Draupnir from v1.80.0 to v1.80.1
2 years ago
Catalan Lover
601b67c02d
Update Draupnir Config
2 years ago
Slavi Pantaleev
d7e69cfa1e
Merge pull request #2507 from Bergruebe/patch-1
...
Added matrix_nginx_proxy_https_enabled to the own-nginx documentation
2 years ago
Bergrübe
0c33597ec1
Merge branch 'spantaleev:master' into patch-1
2 years ago
Bergrübe
ba429f6a40
Added matrix_nginx_proxy_https_enabled to the own-nginx documentation
2 years ago
Slavi Pantaleev
8e592fb0c1
Upgrade grafana role (v9.3.6-1 -> v9.3.6-2)
2 years ago
Slavi Pantaleev
6cdbde01d7
Fix various Traefik headers syntax
...
`always` is an nginx suffix, which shouldn't have been added to these.
2 years ago
Slavi Pantaleev
30185a04e9
Merge pull request #2505 from tilosp/patch-1
...
Add `matrix_playbook_ssl_enabled: true` to configuring-playbook-own-webserver.md
2 years ago
Tilo Spannagel
6438f1ff42
Add matrix_playbook_ssl_enabled: true to configuring-playbook-own-webserver.md
...
Otherwise the public hookshot url will use http and not https
2 years ago
Slavi Pantaleev
5e7f30a129
Fix appservice-discord/appservice-slack/appservice-webhooks port troubles with external reverse-proxy
...
Continuation of 6cda711
2 years ago
Slavi Pantaleev
a758301bf6
Upgrade geerlingguy.docker (6.0.4 -> 6.1.0)
2 years ago
Slavi Pantaleev
0da308e24d
Upgrade com.devture.ansible.role.traefik
2 years ago
Slavi Pantaleev
ecde8a46f8
Merge pull request #2503 from etkecc/patch-176
...
Update ntfy v2.0.0-1 -> v2.0.1-0
2 years ago
Aine
886d1cddd0
Update ntfy v2.0.0-1 -> v2.0.1-0
2 years ago
Slavi Pantaleev
a3ae414d43
Merge pull request #2501 from array-in-a-matrix/patch-15
...
remove comment regarding nginx in traefik doc
2 years ago
Array in a Matrix
89f2fa53c0
remove comment regarding nginx in traefik doc
2 years ago
Slavi Pantaleev
5df89a44b3
Add support for customizing Synapse templates
2 years ago
Slavi Pantaleev
9775218850
Add matrix_synapse_email_app_name variable
2 years ago
Slavi Pantaleev
632026513e
Add matrix_synapse_uid, matrix_synapse_gid and matrix_synapse_username
2 years ago
Slavi Pantaleev
154d077ec7
Upgrade ntfy (v2.0.0-0 -> v2.0.0-1)
2 years ago
Slavi Pantaleev
990a6369e1
Switch to using an external Redis role
2 years ago
Slavi Pantaleev
519b32543c
Add matrix_synapse_container_network and matrix_synapse_container_additional_networks
2 years ago
Slavi Pantaleev
0ce2121d01
Fix variable typo in validation task
2 years ago
Slavi Pantaleev
b291459bf3
Fix syntax error
2 years ago
Slavi Pantaleev
964aa0e84d
Switch to using an external Ntfy role
...
The newly extracted role also has native Traefik support,
so we no longer need to rely on `matrix-nginx-proxy` for
reverse-proxying to Ntfy.
The new role uses port `80` inside the container (not `8080`, like
before), because that's the default assumption of the officially
published container image. Using a custom port (like `8080`), means the
default healthcheck command (which hardcodes port `80`) doesn't work.
Instead of fiddling to override the healthcheck command, we've decided
to stick to the default port instead. This only affects the
inside-the-container port, not any external ports.
The new role also supports adding the network ranges of the container's
multiple additional networks as "exempt hosts". Previously, only one
network's address range was added to "exempt hosts".
2 years ago
Slavi Pantaleev
38c4e464c1
Fix self-check for Hydrogen and Cinny when running under a subpath
2 years ago
Slavi Pantaleev
941e768362
Merge pull request #2497 from etkecc/patch-175
...
Update ntfy 1.31.0 -> 2.0.0
2 years ago
Aine
954920dd4f
Update ntfy 1.31.0 -> 2.0.0
2 years ago
Slavi Pantaleev
8fd8f12a0d
Merge pull request #2493 from etkecc/patch-174
...
Update mautrix-whatsapp 0.8.1 -> 0.8.2
2 years ago
Slavi Pantaleev
0289695cbb
Merge pull request #2492 from etkecc/patch-173
...
Update mautrix-discord 0.1.0 -> 0.1.1
2 years ago
Aine
64ec1db077
Update mautrix-whatsapp 0.8.1 -> 0.8.2
2 years ago