matrix-docker-ansible-deploy
matrix-docker-ansible-deploy copied to clipboard
π³ Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
When trying to get a key from my server I discovered that the keys ressource is not per default enabled. The method: https://matrix.org/docs/spec/server_server/r0.1.4#get-matrix-key-v2-query-servername-keyid ``` #no auth needed curl https://matrix.myserver.org/_matrix/key/v2/query/datanauten.de ```...
Πhe element allows to enable automatic redirect directly to the SSO using this in the config.json.. ``` { "sso_redirect_options": { "immediate": false, "on_welcome_page": true } } ``` What is the...
Hello, I'm pretty annoyed by the WhatsApp Status Broadcast Channel created by mautrix-whatsapp. The developer added a config flag to turn status broadcast off, see https://github.com/mautrix/whatsapp/issues/166. Unfortunately, I was not...
**Playbook Configuration**: My `vars.yml` file looks like this: ```yaml --- # The bare domain name which represents your Matrix identity. # Matrix user ids for your server will be of...
The service to enable and run [goofys](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-s3.md#migrating-from-local-filesystem-storage-to-s3) for filesystem fails due to the error related to `fusermount` when you restart `matrix-goofys`: ```` Jun 05 23:20:05 ik1-432-48064 systemd[1]: Starting Matrix Goofys...
fixes #1681, introduced in https://github.com/matrix-org/matrix-hookshot/pull/227
configuration such as https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/999c717cf452efc94ef72f125ec6c2aa1a7c43f4/roles/matrix-bridge-hookshot/defaults/main.yml#L55 and https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/999c717cf452efc94ef72f125ec6c2aa1a7c43f4/roles/matrix-bridge-hookshot/defaults/main.yml#L105 etc needs to be updated similar to this method https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/999c717cf452efc94ef72f125ec6c2aa1a7c43f4/group_vars/matrix_servers#L698-L700 to support non-https setups and setups with nonstandard http(s) ports. the above approach can...
**Playbook Configuration**: My `vars.yml` file looks like this: ```yaml matrix_prometheus_enabled: true matrix_prometheus_node_exporter_enabled: true matrix_grafana_enabled: true matrix_grafana_anonymous_access: false matrix_grafana_default_admin_user: 'grafana-admin' matrix_grafana_default_admin_password: XXXXXXXXXXXXXXXXXXXXXX matrix_ssl_retrieval_method: manually-managed matrix_ssl_config_dir_path: /home/administrator/matrix-docker-ansible-deploy/ssl matrix_jitsi_enabled: true matrix_jitsi_jicofo_auth_password: XXXXXXXXXXXXXXXXXXXXXXXX matrix_jitsi_jvb_auth_password:...
**Is your feature request related to a problem? Please describe.** As a moderator-Team of a matrix Server middleman can be the solution to speak together to users and let user...
This allows people to enable message retention policies on their homeserver. One note: there are a few extra features that are available, but I decided to err on the side...