Samuel Meenzen
28b736fc9d
docs: conduit sliding sync support
2 vuotta sitten
Slavi Pantaleev
38c9aa9369
element-web camelCase renaming (settingDefault -> setting_defaults)
2 vuotta sitten
Julian-Samuel Gebühr
2bd9d2a142
docs: Remove mention of access token
2 vuotta sitten
wuast94
4a1ed92671
Add system promt variable to docs
Added the system promt variable and added a bit information for beginners
2 vuotta sitten
wuast94
02de889656
Fix Variable Registration bot
variable need to be named:
matrix_bot_matrix_registration_bot_bot_password
and not:
matrix_bot_matrix_registration_bot_password
Dont know if it need fixed in every rule or just change the docs
2 vuotta sitten
Julian-Samuel Gebühr
14f7eed932
Update matrix-registration-bot, improve authentication config ( #2723 )
* Adjust to new mrb docker versioning
* Stabilze authentication
* fix lint
* Move & document mrb password usage
* Add clean cache role
* Document clean cache
* Fix lint
* Update CHANGELOG.md
* Automate access tokens
* Improve changelog
* Make use of mrb's function to fetch API tokens
* Adjust changelog
* Use ansible.builtin.file to clear directory
* Fix typo
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2 vuotta sitten
Slavi Pantaleev
0a81083e7d
Announce mautrix-gmessages support
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2794
2 vuotta sitten
Shreyas Ajjarapu
5ea6aa3e50
Added Google Messager Bridge ( #2794 )
* intial commit
* changed
* Reorderd
* merge old changes
* added changes to matrix_servers
* Remove duplicate discord
* Update main.yml
* added google message to configuring-playbook.md
* Changed docs to add new changes
* Changed bug?
* Removed problem j2 values
* Rename a service files
* change how password hash string
* Changed port number
* Change how the local part works
* Revert "Merge pull request #8 from shreyasajj/wsproxy"
This reverts commit bb1b8fc67ca39f63ca77e70077be99cb2b32c4de, reversing
changes made to cce6ba5f9d .
---------
Co-authored-by: Shreyas Ajjarapu <github.tzarina@aleeas.com>
2 vuotta sitten
Aine
a5cb6272d8
add global bridges relay mode switch
2 vuotta sitten
Slavi Pantaleev
68556400ba
Announce matrix-media-repo
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2783
2 vuotta sitten
QEDeD
b7c0690542
Explicitly refer users to the relevant roles file
Explicitly refer users to the relevant roles file so people know where to find the additional configuration options.
2 vuotta sitten
QEDeD
036c823a06
Explain the option of manually defining your public IP in the documentation for Coturn
I was very surprised by the fact that a rather important configuration for coturn was "hidden" in the Hosts file, but not mentioned here.
Therefore my suggestion is to explicitly mention it here, as I believe that is that natural for people to look.
2 vuotta sitten
Michael Hollister
78bd1dbd1b
Added matrix-media-repo role
2 vuotta sitten
Slavi Pantaleev
eef0fd69bf
Fix some typos, add more links
2 vuotta sitten
Antoine-Ali ZARROUK
9ab50ac8de
Fix inter-doc links
2 vuotta sitten
Antoine-Ali Zarrouk
a94ebe7424
Add documentation to detail the steps needed to federate using SRV delegation
2 vuotta sitten
Slavi Pantaleev
8c0119d7d8
Fix typo
2 vuotta sitten
Antonis Christofides
6ce94ba33f
Fix additional JVB broken after move to external Jitsi role ( fixes #2733 )
This contribution is provided by GRNET S.A. (grnet.gr).
2 vuotta sitten
Antonis Christofides
71ed745be6
Documentation typo
2 vuotta sitten
Slavi Pantaleev
76db158729
Adjust S3 docs section to not be so Wasabi-specific
2 vuotta sitten
Tupsi
6a2d90006b
Update configuring-playbook-synapse-s3-storage-provider.md
added syntax to upload to wasabi (needs --endpoint param)
2 vuotta sitten
Slavi Pantaleev
ba3534903a
Make S3 authentication options clearer
2 vuotta sitten
cbackas
d9f8ac0f8b
add thing to docs
2 vuotta sitten
Slavi Pantaleev
127b60a1ce
Fixing typos and rewording
2 vuotta sitten
anytimesoon
d3f85c5c7c
Update configuring-playbook-bot-chatgpt.md
added an extra step to creating the chatgpt bot so it can read encrypted messages
2 vuotta sitten
Luke D Iremadze
67bcf4bc8a
Updates to the Postmoogle documentation
2 vuotta sitten
Luke D Iremadze
90d25bccd2
Update prerequisites.md
These ports need to be open in order to receive emails to the Postmoogle bridge
2 vuotta sitten
tammes
981805002d
add example Caddyfile for fronting Traefik, mark the old one as deprecated and update READMEs
2 vuotta sitten
Slavi Pantaleev
018e620ee8
Default matrix_bot_honoroit_path_prefix to /honoroit to avoid conflicts with Matrix Client-Server API
2 vuotta sitten
Slavi Pantaleev
88c7cf21f7
Make Honoroit not try to capture all matrix.DOMAIN traffic
It only serves a metrics endpoint, so it shouldn't try to capture
anything else.
2 vuotta sitten
Slavi Pantaleev
319afc66c1
Fix YAML indentation
2 vuotta sitten
Slavi Pantaleev
73209a0554
Update aux role documentation, removing old matrix-aux references
2 vuotta sitten
Catalan Lover
6b3ae35ef5
Fix Typo
2 vuotta sitten
Catalan Lover
18ab8dfdff
Remove manual Database Access steps and replace with Admin API Guide
2 vuotta sitten
Slavi Pantaleev
8ef23a655d
Restore --tags=import-synapse-sqlite-db support
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2669
Removed in 04b9483f0d (2022-11-28) when switching from matrix-postgres to
the devture-postgres external Ansible role.
More details: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/CHANGELOG.md#matrix-postgres-has-been-replaced-by-the-comdevtureansiblerolepostgres-external-role
The `import_synapse_sqlite_db.yml` file and documentation has been adapted somewhat compared to before, so that:
- it doesn't try to start Postgres automatically. You need to handle
this part manually
- it doesn't rely on the integrated Postgres and may potentially work
with external Postgres instances just the same
- it doesn't wipe out the whole database anymore. By default, we assume
it's empty anyway and there's no need for such things. If it's not,
then it's also probably dangerous to be so destructive.
This is all completely untested, but will hopefully work.
2 vuotta sitten
Slavi Pantaleev
67cffdfce6
Update configuring-playbook.md
2 vuotta sitten
Simon Biggs
d2dbd88a38
Update configuring-playbook.md
2 vuotta sitten
spatterlight
beb40134b7
Add support for backup LDAP servers ( #2650 )
* Update homeserver.yaml.j2
* Update configuring-playbook-ldap-auth.md
* Update homeserver.yaml.j2
2 vuotta sitten
spatterlight
3d60ce4960
Update configuring-playbook-synapse.md
This change adds a section that lets the reader know that it is possible to enable synapse metrics and references the relevant documentation.
It aims to be short and concise, leaving the specifics to the referenced documentation, while still giving the reader a good idea of what it is and what it is for.
2 vuotta sitten
mgoerens
591aa077a2
Removing warning that no longer applies
Similar to:
362954aeab
This warning was added because of:
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2090
The problem has since been fixed by:
e9e84341a9
This current patch was provoked by:
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2352
2 vuotta sitten
Aine
7399496d33
one var to control encryption across all bridges ( #2629 )
* one var to control encryption across all bridges
* move var to matrix-base
2 vuotta sitten
Slavi Pantaleev
1d00d15482
Switch to exported Jitsi role
2 vuotta sitten
Slavi Pantaleev
2135f93c20
Remove jitsi-generate-passwords.sh script
The playbook auto-generates these passwords, so there's no need
to ask people to do it manually.
2 vuotta sitten
Slavi Pantaleev
a54d8f82a0
Update configuring-playbook-ntfy.md
3 vuotta sitten
Felix Stupp
87b74e6c3e
ntfy doc: Describe web app & how to enable it
See #2529
3 vuotta sitten
Slavi Pantaleev
14b8efcad2
Replace matrix-prometheus with an external Prometheus role
3 vuotta sitten
Slavi Pantaleev
01db1ae9b7
Mention passlib
It's not strictly required yet, but certain versions of Ansible display warnings
if passlib is missing. The non-passlib crypto usage is deprecated, so
passlib will become a requirement in newer Ansible versions. It's only a
matter of time.
3 vuotta sitten
Slavi Pantaleev
a1a37700b9
Update one more devture/ansible reference
3 vuotta sitten
Slavi Pantaleev
a542a2ff41
Upgrade devture/ansible (2.13.6-r0-2 -> 2.13.6-r0-3)
3 vuotta sitten
Justin Croonenberghs
39f53e81d0
Update sliding sync doc for external DB users
* fixes #2586
3 vuotta sitten