mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-06 07:15:13 +01:00
Compare commits
5 Commits
7d14294de6
...
0312ae490d
Author | SHA1 | Date | |
---|---|---|---|
|
0312ae490d | ||
|
9178b2e053 | ||
|
d1fa7378f7 | ||
|
464f2429b6 | ||
|
83f3b1aab4 |
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
@ -20,5 +20,8 @@
|
|||||||
],
|
],
|
||||||
"ignoreUnstable": false
|
"ignoreUnstable": false
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"ignoreDeps": [
|
||||||
|
"ghcr.io/matrixgpt/matrix-chatgpt-bot"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,8 @@ While the [list of supported services](#-supported-services) and documentation i
|
|||||||
|
|
||||||
- **Full installation guide (for advanced users)**: if you need to import an existing Matrix server's data into the new server or want to learn more while setting up the server, follow this guide by starting with the **[Prerequisites](./docs/prerequisites.md)** documentation page.
|
- **Full installation guide (for advanced users)**: if you need to import an existing Matrix server's data into the new server or want to learn more while setting up the server, follow this guide by starting with the **[Prerequisites](./docs/prerequisites.md)** documentation page.
|
||||||
|
|
||||||
|
If you experience an issue on configuring the playbook, setting up your server, maintaining services on it, etc., please take a look at our [FAQ](./docs/faq.md). If you cannot find an answer to your question, feel free to ask for [help and support](#-support).
|
||||||
|
|
||||||
## ✔ Supported services
|
## ✔ Supported services
|
||||||
|
|
||||||
Using this playbook, you can get the following list of services configured on your server. Basically, this playbook aims to get you up-and-running with all the necessities around Matrix, without you having to do anything else.
|
Using this playbook, you can get the following list of services configured on your server. Basically, this playbook aims to get you up-and-running with all the necessities around Matrix, without you having to do anything else.
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
version: v4.98-r0-2-0
|
version: v4.98-r0-2-0
|
||||||
name: exim_relay
|
name: exim_relay
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-grafana.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-grafana.git
|
||||||
version: v11.3.2-0
|
version: v11.4.0-0
|
||||||
name: grafana
|
name: grafana
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git
|
||||||
version: v9823-1
|
version: v9823-1
|
||||||
|
@ -30,6 +30,9 @@ matrix_hookshot_docker_src_files_path: "{{ matrix_hookshot_base_path }}/docker-s
|
|||||||
matrix_hookshot_homeserver_address: ""
|
matrix_hookshot_homeserver_address: ""
|
||||||
matrix_hookshot_container_url: 'matrix-hookshot'
|
matrix_hookshot_container_url: 'matrix-hookshot'
|
||||||
|
|
||||||
|
# Sets the localpart of the Matrix ID for the hookshot bot
|
||||||
|
matrix_hookshot_bot_localpart: "hookshot"
|
||||||
|
|
||||||
matrix_hookshot_public_scheme: https
|
matrix_hookshot_public_scheme: https
|
||||||
matrix_hookshot_public_hostname: "{{ matrix_server_fqn_matrix }}"
|
matrix_hookshot_public_hostname: "{{ matrix_server_fqn_matrix }}"
|
||||||
matrix_hookshot_public_endpoint: /hookshot
|
matrix_hookshot_public_endpoint: /hookshot
|
||||||
|
@ -25,7 +25,7 @@ namespaces:
|
|||||||
- regex: "#github_.+:{{ matrix_domain }}"
|
- regex: "#github_.+:{{ matrix_domain }}"
|
||||||
exclusive: true
|
exclusive: true
|
||||||
|
|
||||||
sender_localpart: hookshot
|
sender_localpart: {{ matrix_hookshot_bot_localpart | to_json }}
|
||||||
url: "http://{{ matrix_hookshot_container_url }}:{{ matrix_hookshot_appservice_port }}" # This should match the bridge.port in your config file
|
url: "http://{{ matrix_hookshot_container_url }}:{{ matrix_hookshot_appservice_port }}" # This should match the bridge.port in your config file
|
||||||
rate_limited: false
|
rate_limited: false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user