Hugues De Keyzer
c451025134
Fix indentation in templates
Use Jinja2 lstrip_blocks option in templates to ensure consistent
indentation in generated files.
6年前
Dan Arnfield
3abed49764
Fix jinja config for indented code blocks
6年前
Sylvia van Os
75b1528d13
Add the possibility to pass extra flags to the docker container
6年前
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
7年前
Edgars Voroboks
610eef82b5
Add option to enable Dimension widgets serve sites with self signed certs
7年前
Edgars Voroboks
1d8fd9792f
Fix Matrix homeserver name in Dimension configuration
7年前
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`.
7年前
Slavi Pantaleev
6c5cc173b0
Fix permission mode for some files
7年前
Edgars Voroboks
5f13a1e50b
Generate Dimension config from variable
7年前
Edgars Voroboks
bcbfc1e838
Make Matrix Federation required and fix internal federationUrl
7年前
Edgars Voroboks
27772a6420
Point federationUrl to matrix-synapse container
7年前
Edgars Voroboks
b2263f811a
Disable logging to file. Set console logging to verbose.
7年前
Edgars Voroboks
30738d064e
Fix errors
7年前
Edgars Voroboks
1eb78ca93e
Add additional changes for Dimension to work
7年前
Edgars Voroboks
9735a2f600
Implement self-hosted Dimension server
7年前