Slavi Pantaleev
44156fe659
Fix Ansible 2.8 deprecation in Dimension role
7年前
Slavi Pantaleev
328d981b05
Fix undefined variables in mxisd and Dimension configuration
7年前
Slavi Pantaleev
ab59cc50bd
Add support for more flexible container port exposing
Fixes #171 (Github Issue).
7年前
Dan Arnfield
3abed49764
Fix jinja config for indented code blocks
7年前
Sylvia van Os
75b1528d13
Add the possibility to pass extra flags to the docker container
7年前
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
1eb78ca93e
Add additional changes for Dimension to work
7年前
Edgars Voroboks
9735a2f600
Implement self-hosted Dimension server
7年前