Slavi Pantaleev
5f2f17cb1e
Merge pull request #160 from danbob/fix-matrix-mxisd-config
...
Fix template indentation
6 years ago
Hugues De Keyzer
c451025134
Fix indentation in templates
...
Use Jinja2 lstrip_blocks option in templates to ensure consistent
indentation in generated files.
6 years ago
Dan Arnfield
3abed49764
Fix jinja config for indented code blocks
6 years ago
Sylvia van Os
75b1528d13
Add the possibility to pass extra flags to the docker container
6 years ago
NullIsNot0
596f2ec1e2
Make Dimension communicat to Synapse through Docker network
...
Media is pulled from client side, so we specify external Matrix DNS name as mediaUrl
6 years ago
Edgars Voroboks
610eef82b5
Add option to enable Dimension widgets serve sites with self signed certs
6 years ago
Edgars Voroboks
1d8fd9792f
Fix Matrix homeserver name in Dimension configuration
6 years ago
Slavi Pantaleev
4067e09409
Fix rare YAML parsing problems in Dimension config
...
It's been reported that YAML parsing errors
would occur on certain Ansible/Python combinations for some reason.
It appears that a bare `{{ matrix_dimension_admins }}` would sometimes
yield things like `[u'@user:domain.com', ..]` (note the `u` string prefix).
To prevent such problems, we now explicitly serialize with `|to_json`.
6 years ago
Slavi Pantaleev
6c5cc173b0
Fix permission mode for some files
6 years ago
Edgars Voroboks
5f13a1e50b
Generate Dimension config from variable
6 years ago
Edgars Voroboks
bcbfc1e838
Make Matrix Federation required and fix internal federationUrl
6 years ago
Edgars Voroboks
27772a6420
Point federationUrl to matrix-synapse container
6 years ago
Edgars Voroboks
b2263f811a
Disable logging to file. Set console logging to verbose.
6 years ago
Edgars Voroboks
30738d064e
Fix errors
6 years ago
Edgars Voroboks
1eb78ca93e
Add additional changes for Dimension to work
6 years ago
Edgars Voroboks
9735a2f600
Implement self-hosted Dimension server
6 years ago