This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Update Synapse (0.99.1.1 -> 0.99.2)
pull/105/head
Slavi Pantaleev
7 years ago
parent
d360c67465
commit
041a1947b3
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
docs/configuring-playbook-telemetry.md
+1
-1
roles/matrix-synapse/defaults/main.yml
+ 2
- 0
docs/configuring-playbook-telemetry.md
View File
@@ -42,3 +42,5 @@ If statistics reporting is enabled, the information that gets submitted to the m
- cache setting information
- CPU and memory statistics for the homeserver program
- database engine type and version
+ 1
- 1
roles/matrix-synapse/defaults/main.yml
View File
@@ -1,4 +1,4 @@
matrix_synapse_docker_image: "matrixdotorg/synapse:v0.99.
1.1
-py3"
matrix_synapse_docker_image: "matrixdotorg/synapse:v0.99.
2
-py3"
matrix_synapse_base_path: "{{ matrix_base_data_path }}/synapse"
matrix_synapse_config_dir_path: "{{ matrix_synapse_base_path }}/config"
Write
Preview
Loading…
Cancel
Save