Slavi Pantaleev
a0470fe248
Minor rewording in LiveKit Server docs
2025-03-12 19:12:30 +02:00
Slavi Pantaleev
d4ceebc6a9
Add Element Call, LiveKit Server and LiveKit JWT Service to docs/container-images.md
2025-03-12 19:12:22 +02:00
Slavi Pantaleev
6a86de958f
Apply suggestions from code review
...
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2025-03-12 19:05:51 +02:00
Slavi Pantaleev
3f5e8f656b
Switch default LiveKit server endpoint to one under the matrix.
domain and polish-up docs
2025-03-12 17:35:30 +02:00
Slavi Pantaleev
585377975b
Adjust LiveKit Server ports and exposure
2025-03-12 16:51:10 +02:00
Slavi Pantaleev
32f8c6de6e
Merge branch 'master' into element-call-integration
2025-03-12 15:27:42 +02:00
Suguru Hirahara
1e8d9a0c24
Update docs/configuring-playbook-ntfy.md: add pronunciation
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-12 17:55:29 +09:00
Slavi Pantaleev
9a11e5e1fe
Auto-enable experimental Synapse features required by Element Call when Element Call is enabled
2025-03-12 09:19:03 +02:00
Slavi Pantaleev
0d1112638d
Update LiveKit JWT service path prefix (/lk-jwt-service
-> /livekit-jwt-service
)
2025-03-12 08:07:56 +02:00
Slavi Pantaleev
2a69ca35be
Clean up Element Call group vars vs defaults/main.yml mixup and make some minor LiveKit updates
2025-03-12 07:42:40 +02:00
Slavi Pantaleev
6c6b44dc25
Add license information to Element Call and LiveKit roles
2025-03-12 06:58:00 +02:00
Slavi Pantaleev
61069d6313
Merge branch 'element-call-integration' of github.com:wjbeckett/matrix-docker-ansible-deploy into element-call-integration
2025-03-12 06:34:00 +02:00
Slavi Pantaleev
7572522820
Merge branch 'master' into element-call-integration
2025-03-12 06:24:34 +02:00
Suguru Hirahara
5ece1fea5a
Update docs/configuring-playbook-ntfy.md: reflect the role's documentation
...
Based on 4e27dafc5c/docs/configuring-ntfy.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-12 06:15:10 +02:00
Suguru Hirahara
104bc63741
Fix docs/configuring-playbook-ntfy.md: link to the role's documentation
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-12 06:15:10 +02:00
Suguru Hirahara
fe71555dbc
Update docs: configuring-playbook-ntfy.md and others ( #4160 )
...
* Update docs/configuring-playbook-ntfy.md: adopt the same description format as documentation for Jitsi and Etherpad
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Update docs/configuring-playbook-ntfy.md: introduction and other edits
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Update docs/configuring-playbook-ntfy.md: fix the link to the ansible-role-ntfy's documentation
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Update docs/configuring-playbook-ntfy.md: edit the list item
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Update docs/configuring-playbook-ntfy.md: the section for the web app
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Update docs/configuring-playbook-ntfy.md: re-add the note about subscribing to a notification topic
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Update docs: links to MASH project and its components
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Update docs/configuring-playbook-ntfy.md
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Update docs/configuring-playbook-ntfy.md: create a section for the web app
- Remove the reasoning on why the web app is disabled by default as it is uncommon among the playbook's documentation
- Add the link to the official documentation about using the web app
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
---------
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
Co-authored-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2025-03-10 10:36:17 +02:00
Suguru Hirahara
c291d53d3e
Update docs/configuring-playbook-prometheus-grafana.md: warning message ( #4159 )
2025-03-09 18:27:49 +02:00
Suguru Hirahara
90d83bb5bc
Update docs/configuring-playbook-email.md: minor edit
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-09 12:59:31 +09:00
Slavi Pantaleev
ce90df519e
docs/configuring-playbook-ipv6.md -> docs/configuring-ipv6.md
2025-03-08 15:42:50 +02:00
Slavi Pantaleev
d92a091523
Merge pull request #4155 from luixxiul/fix
...
Update docs/configuring-playbook-email.md: copy from the ansible-role…
2025-03-08 15:30:52 +02:00
Slavi Pantaleev
ffa1ff67eb
Recommend IPv6 enablement by default to all users
...
Follow-up to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3218
2025-03-08 15:22:13 +02:00
Suguru Hirahara
40446e341b
Update docs/configuring-playbook-email.md: copy from the ansible-role-exim-relay role's document and edit
...
Based on eac4201a02/docs/configuring-exim-relay.md
- Add instruction to enable DKIM
- Replace the recommendation to use another SMTP server as relay, as DKIM has become available on exim-relay and configuring it greatly improves deliverability
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-08 21:36:14 +09:00
Suguru Hirahara
36f00c82e7
Update docs/configuring-playbook-s3.md: add links to Storj and edit the section for other S3-compatible storage providers
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-06 00:50:26 +09:00
Slavi Pantaleev
a2bc87a585
Merge pull request #4145 from luixxiul/fix
...
Add license information to the rest of the files to make the project REUSE compliant
2025-03-05 08:27:49 +02:00
Suguru Hirahara
c385bee7af
Re-run "reuse annotate" to sort statements
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-05 12:43:41 +09:00
Suguru Hirahara
3f0082e56b
Update docs/configuring-playbook.md: update the instruction to use git
...
This is based on 5facc06a3c/docs/configuring-playbook.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-05 12:15:48 +09:00
Suguru Hirahara
318b3b7d40
Add license information for obtain_admin_access_token_element_web.png
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-05 00:27:17 +09:00
Suguru Hirahara
e3b17186ce
Update docs/faq.md: add a copyright header
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-05 00:27:05 +09:00
Suguru Hirahara
d467c5f54f
Update docs/configuring-playbook-s3.md: add a copyright header
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-05 00:27:00 +09:00
Suguru Hirahara
c72b8f1726
Update docs/configuring-playbook-traefik.md: add a copyright header
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-05 00:26:55 +09:00
Suguru Hirahara
0996b3098f
Update docs/configuring-playbook-riot-web.md: add a copyright header
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-05 00:26:49 +09:00
Suguru Hirahara
825cef5f04
Update docs/configuring-playbook-prometheus-grafana.md: add a copyright header
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-05 00:26:43 +09:00
Suguru Hirahara
4bc715da4b
Update docs/configuring-playbook-external-postgres.md: add a copyright header
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-05 00:26:36 +09:00
Suguru Hirahara
d0ad3f22f8
Update docs/configuring-playbook-ntfy.md: add a copyright header
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-05 00:26:29 +09:00
Suguru Hirahara
e1c03dc7ff
Add license information to a role
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-05 00:26:05 +09:00
Suguru Hirahara
ed23f9b5db
Update docs/configuring-playbook.md: file storage section
...
- Add a link to configuring-playbook-synapse-s3-storage-provider.md
- Sort items
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-04 21:32:12 +09:00
Suguru Hirahara
0b9e4df5d3
Update docs: add "Synapse" to the title of configuring-playbook-s3-goofys.md
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-04 21:29:29 +09:00
Suguru Hirahara
f059b72bb5
Update docs/configuring-playbook-s3-goofys.md
...
- Adopt the common instruction
- Add a copyright header
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-04 21:20:57 +09:00
Suguru Hirahara
70b4fd0489
Update docs/configuring-playbook-synapse-s3-storage-provider.md: adopt the common introduction and add the section for installing
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-04 20:57:57 +09:00
Suguru Hirahara
424e5c6646
Update docs/configuring-playbook-synapse-simple-antispam.md: add the section for installing
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-04 20:49:21 +09:00
Suguru Hirahara
3684842e86
Add license information to docs/configuring-playbook-synapse.md
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-04 19:22:48 +09:00
Suguru Hirahara
4915f14a58
Add license information to files for matrix-client-element
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-03 17:58:12 +09:00
Suguru Hirahara
85c93f8533
Add license information to files for matrix-user-verification-service
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-03 12:14:23 +09:00
Suguru Hirahara
e89a4708e7
Update docs/configuring-playbook-synapse-simple-antispam.md: add the copyright header
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-03 00:48:16 +09:00
Suguru Hirahara
2c28a8c9bf
Update docs/configuring-playbook-synapse-s3-storage-provider.md: add the copyright header
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-03 00:48:07 +09:00
Suguru Hirahara
621a41cbf7
Update docs/configuring-playbook-synapse-auto-accept-invite.md: add the copyright header
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-03 00:47:55 +09:00
Suguru Hirahara
2f2e551798
Add license information to files for matrix-synapse-usage-exporter
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-03 00:18:26 +09:00
Suguru Hirahara
a039174f96
Add license information to files for matrix-synapse-auto-compressor
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-03 00:17:47 +09:00
Suguru Hirahara
27c3be55b0
Add license information to files for matrix-synapse-admin
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-03 00:17:08 +09:00
Suguru Hirahara
67b106c7c2
Add mautrix-bluesky to a table on docs/container-images.md
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-02 14:20:45 +09:00