Suguru Hirahara
a406a57f01
Remove Go Skype Bridge
Reuse c399992542
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
4 месяцев назад
Aine
0f09fbdd81
update docs: Synapse Admin support OIDC auth (MAS)
4 месяцев назад
derhagen
5caae3b515
Enable mautrix-slack relay mode with `matrix_bridges_relay_enabled`
4 месяцев назад
Yan Minagawa
14c32cad77
Removes a copy and paste leftover in the element-admin doc ( #4622 )
4 месяцев назад
Slavi Pantaleev
3bf56e931d
Add support for Element Admin
5 месяцев назад
Slavi Pantaleev
b71968cf64
Fix variable name (`postgres_postgres_process_extra_arguments_auto` -> `postgres_postgres_process_extra_arguments_default`) in documentation about Postgres tuning
Things have changed after b906c3036b
5 месяцев назад
Slavi Pantaleev
deb19fb67c
Switch container image for synapse-auto-compressor (`etke.cc/rust-synapse-compress-state` -> `mb-saces/rust-synapse-tools`)
Both container images provide the same version (v0.1.4) of the upstream software
(https://github.com/matrix-org/rust-synapse-compress-state ).
The new container image is also available multiarch and is available for `arm64`,
removing the need to self-build on this architecture.
5 месяцев назад
Jason LaGuidice
40813784c1
Add matrix-steam-bridge ( #4572 )
* Documentation update
* New files for role
* Update existing files to add support for matrix-steam-bridge
* Typos and misc fixes
* Change docker tag to latest until version # is stable
* Align bridge permissions
* Correct user localpart
* Remove trailing +
* Fix syslog identifier
* Actually enable the service correctly
* One more typo fix
* Third time's the charm
* Fix config file paths
* Fix config after bridge repo changes
* Add default appservice public address - set public_media to false by default for testing
* Fix default config for steamkit-service path
* Fix bluesky reference
* Fix default container path
* Fix appservice connection to http for internal, change port to standard 8080
* Fix appservice port
* Enable public_media by default, add labels
* Enable public_media by default, add labels
* Allow bridge to update its own config and generate public_media signing key
* Add deterministic public_media_signing_key, expose portal cleanup
* Change default public_media path to omit `matrix.` from the path as it has been found that URLs generated by the bridge will only match {{ matrix_domain }}
* Remove domain re-write
* Revert "Change default public_media path to omit `matrix.` from the path as it has been found that URLs generated by the bridge will only match {{ matrix_domain }}"
This reverts commit 5f399effb9 .
* Fix TLS label if playbook TLS is disabled
* Match default bridge TLS config
* Related to 3daf14d69 and 60ab08014 which enable async media by default for mautrix-go bridges
* Adjust matrix-bridge-steam files to add new line at the end of files
* Pin matrix-bridge-steam (latest -> 1.0.3)
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
5 месяцев назад
Travis Wichert
cd6e9843e1
Add bot command prefix to documentation
6 месяцев назад
Slavi Pantaleev
153fd1f68f
Adjust Ansible version requirements information
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4542
6 месяцев назад
Kolja Lampe
8e01a51f00
Enable openapi endpoint, when element call is setup - even without federation
Closes #4232
6 месяцев назад
Didr
c2bd2ba6fc
Fix renamed variable in docs for matrix-hookshot
6 месяцев назад
Slavi Pantaleev
03b78f90b5
Mention `#huginn-muninn-active-threats:feline.support` community policy list in Draupnir's docs
6 месяцев назад
Slavi Pantaleev
a8a410546c
Update Draupnir docs related to protections
It seems like the syntax changed at some point
and we got out of date.
6 месяцев назад
Slavi Pantaleev
370f01c0bf
Fix `!draupnir ban` command example to not include a dash
A dash in the ban reason message makes Draupnir report this error:
> There was an unexpected argument provided for this command.
> draupnir ban <entity> <list> [...reason]
> Encountered unexpected keyword argument: all
6 месяцев назад
Slavi Pantaleev
e343b69510
Upgrade devture/ansible (11.1.0-r0-0 -> 11.6.0-r0-0)
7 месяцев назад
Virkkunen
3997244190
capitalise CONTINUWUITY
8 месяцев назад
Slavi Pantaleev
b8ebe57558
Reference local `configuring-playbook-user-verification-service.md` docs file locally
8 месяцев назад
Slavi Pantaleev
279de764c8
Update Prerequisites to mention why `sudo` is required in all cases
8 месяцев назад
Slavi Pantaleev
db8bee548d
Update OpenAI model in sample baibot config (gpt-4o -> gpt-4.1)
Related to 69d6111354
8 месяцев назад
Suguru Hirahara
3653f9f89b
Run codespell --write-changes
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
9 месяцев назад
Suguru Hirahara
0152758f5d
Replace PostgresSQL with PostgreSQL
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
9 месяцев назад
Suguru Hirahara
17e14a4b89
Enable pre-commit
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
9 месяцев назад
Suguru Hirahara
f4e13a380d
Update configuring-playbook-s3.md: Storj introducing minimum charge
See: https://storj.dev/dcs/pricing#minimum-monthly-billing
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
9 месяцев назад
Kim Brose
a3c13c5786
Typo
9 месяцев назад
Slavi Pantaleev
978d24aa32
Upgrade Hookshot (6.0.3 -> 7.0.0) and remove provisioning API and integration with Dimension
Ref:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4326
- https://github.com/matrix-org/matrix-hookshot/releases/tag/7.0.0
- https://github.com/matrix-org/matrix-hookshot/pull/931
Closes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4326
9 месяцев назад
Slavi Pantaleev
465df3a949
Add support for synapse-http-antispam and integrate it with Draupnir
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4284
10 месяцев назад
Jay Rogers
ae87a3bb19
Fix port label to reflect proper protocol
10 месяцев назад
Slavi Pantaleev
19ccd491fb
Upgrade Matrix Authentication Service (v0.15.0 -> v0.16.0) and adapt for the new `syn2mas` subcommand
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4297
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4300
10 месяцев назад
Andreas Fischer
20133def86
Indicate that responsibility for system updates is out-of-scope for this playbook
10 месяцев назад
Slavi Pantaleev
32ca5bf55c
Add warning about Reminder bot issues on Matrix Authentication Service docs page
10 месяцев назад
Slavi Pantaleev
81b371e690
Remove outdated warning about Postmoogle not working well with Matrix Authentication Service
This probably got fixed with Matrix Authentication Service 0.15.0 though
I'm not sure exactly which commit did it.
Ref: https://github.com/element-hq/matrix-authentication-service/releases/tag/v0.15.0
10 месяцев назад
Slavi Pantaleev
3ee7deb2d7
Rename variable (`matrix_user_groupname` -> `matrix_group_name`)
10 месяцев назад
Slavi Pantaleev
9fc5cdab33
Rename variable (`matrix_user_username` -> `matrix_user_name`)
10 месяцев назад
Slavi Pantaleev
1c39a67c0a
Fix Continuwuity migration tag (`conduwuit-migrate-from-continuwuity` -> `continuwuity-migrate-from-conduwuit`)
10 месяцев назад
Slavi Pantaleev
3e1bc3ce59
Rename Continuwuity migration tag (`migrate-conduwuit` -> `conduwuit-migrate-from-continuwuity`) to be less generic
This should allow roles for other forks (like Tuwunel) to use similar tags.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4267
10 месяцев назад
Slavi Pantaleev
46e587ee29
Mention Continuwuity on Conduwuit docs page
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4267
10 месяцев назад
Slavi Pantaleev
fd32960687
Fix Continuwuity capitalization and clarify migration-from-conduwuit guide
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4267
10 месяцев назад
Virkkunen
bd405c410a
Add continuwuity support ( #4267 )
* continuwuity support
* continuwuity support
* use main instead of commit tag
* fix docker image link
* migration from conduwuit
* fix yaml lint
* backup directories and linter fixes
* linter fixes
10 месяцев назад
Slavi Pantaleev
98e4f369b7
Add `receive_ephemeral` everywhere `de.sorunome.msc2409.push_ephemeral` is used
Ref:
- 33f3ccd6ae/CHANGELOG.md (L134-L136)
- 7165d3fa58/appservice/registration.go (L30)
Intentionally not removing the old configuration setting yet, as some bridges may/do not support
the new setting name. It's likely just bridgev2 mautrix bridges that have been updated and support both right now.
10 месяцев назад
QEDeD
b35289cae8
Update howto-srv-server-delegation.md
Fix single typo Rraefik --> Traefik
10 месяцев назад
Slavi Pantaleev
40dd8f7785
Add a section on guest accounts and Element Call
10 месяцев назад
Slavi Pantaleev
7cb33c5519
Add support for easily installing the Matrix RTC stack, without the Element Call frontend ( #4242 )
10 месяцев назад
Slavi Pantaleev
678b1fc3e0
Add note about LiveKit Server's TURN being unable to work over IPv6
11 месяцев назад
Slavi Pantaleev
5972f4c81a
Auto-enable TURN support for LiveKit Server
11 месяцев назад
spatterlight
0aeb9a6b14
Fixed some documentation links
11 месяцев назад
Townsend
9ac8f1f531
Fixed ddclient dst path
11 месяцев назад
Slavi Pantaleev
e8c9a0e410
Randomize `matrix-synapse-auto-compressor.timer` start with a `RandomizedDelaySec` (defaults to 6h)
11 месяцев назад
Ser5
a66858771f
Typo in configuring-playbook-own-webserver.md
"briges" -> "bridges"
11 месяцев назад
Slavi Pantaleev
29d24e6e88
Adapt docs to new Traefik environment variables variable name
Related to:
- d96ce10d57
- https://github.com/mother-of-all-self-hosting/ansible-role-traefik/pull/6
- https://github.com/mother-of-all-self-hosting/ansible-role-traefik/issues/5
11 месяцев назад