Stuart Mumford
9d236c5466
Add defaults for ips
6 years ago
Stuart Mumford
c0dc56324a
Add config options to turnserver.conf
6 years ago
Slavi Pantaleev
221703f257
Merge pull request #118 from verb/systemctl
...
Use common path for systemctl in lets encrypt cron
6 years ago
Slavi Pantaleev
e65514223e
Merge branch 'master' into update-homeserver-yaml
6 years ago
Slavi Pantaleev
2f1662626e
Use |to_json for matrix_synapse_push_include_content
...
Doing this for consistency.
Related to #117 (Github Pull Request).
6 years ago
Aaron Raimist
ae912c4529
Update homeserver.yaml with some new options we could enable
6 years ago
Lee Verberne
d90bc20690
Use common path for systemctl in lets encrypt cron
...
Currently the nginx reload cron fails on Debian 9 because the path to
systemctl is /bin/systemctl rather than /usr/bin/systemctl.
CentOS 7 places systemctl in both /bin and /usr/bin, so we can just use
/bin/systemctl as the full path.
6 years ago
Lee Verberne
71c7c74b7b
Allow configuring push content for matrix-synapse
...
This allows overriding the default value for `include_content`. Setting
this to false allows homeserver admins to ensure that message content
isn't sent in the clear through third party servers.
6 years ago
Lorrin Nelson
ceba99eed3
Make federation self-check conditional on matrix_synapse_federation_enabled
6 years ago
Slavi Pantaleev
2d56ff0afa
Skip some uninstall tasks if not necessary to run
6 years ago
Slavi Pantaleev
b066f8a0d8
Do not try to start matrix-coturn.service if not enabled
6 years ago
Slavi Pantaleev
c545d3eb85
Add support for serving base domain via matrix-nginx-proxy
6 years ago
Slavi Pantaleev
e645b0e372
Rename matrix_nginx_proxy_data_path to matrix_nginx_proxy_base_path
...
`matrix_nginx_proxy_data_path` has always served as a base path,
so we're renaming it to reflect that.
Along with this, we're also introducing a new "data path" variable
(`matrix_nginx_proxy_data_path`), which is really a data path this time.
It's used for storing additional, non-configuration, files related to
matrix-nginx-proxy.
6 years ago
Plailect
f6de3fd668
Start appservice-irc as non-root
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
Slavi Pantaleev
ecabe8f814
Merge pull request #107 from NullIsNot0/master
...
Implement self-hosted Dimension server
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
Slavi Pantaleev
390ec8a599
Skip some tasks when not necessary to run them
6 years ago
Sylvia van Os
93992f7756
Fix indenting of generators value
6 years ago
Slavi Pantaleev
62e2acada5
Merge pull request #104 from dangersalad/master
...
allow exposing mautrix_telegram port
6 years ago
paulbdavis
17e86ba817
implement requested changes
6 years ago
Sylvia van Os
8cc420da15
Upgrade riot-web to v1.0.3
6 years ago
Sylvia van Os
f297ff506b
Explain how to set the template variables
6 years ago
Sylvia van Os
0cd8b99b00
Add support for custom MXISD templates
6 years ago
Edgars Voroboks
9735a2f600
Implement self-hosted Dimension server
6 years ago
Slavi Pantaleev
aae8757027
Update coturn (4.5.1.0 -> 4.5.1.1)
6 years ago
Slavi Pantaleev
85c5adfd69
Minor consistency improvements
6 years ago
Slavi Pantaleev
a310a01818
Use non-root and no-capability containers during Discord setup
...
Related to #105 (Github Pull Request).
6 years ago
Slavi Pantaleev
f037f63a07
Merge pull request #105 from Lionstiger/matrix-discord-bridge
...
Add Support for matrix-appservice-discord
6 years ago
Lionstiger
c2834d2226
running as matrix user from the start
6 years ago
Lionstiger
278484656b
ensure systemd reloaded after bridge installation
6 years ago
Lionstiger
2d78c5f89d
made matrix_appservice_discord_client_id lowercase
6 years ago
Lionstiger
7aadd8bbe9
undo changed synapse version
6 years ago
Lionstiger
4aeeb5cf31
Autogenerate Discord invite link
...
Generates the link required to add the Bridge to a Discord server.
6 years ago
Lionstiger
835c349275
Add matrix-appservice-discord bridge
...
Bridge is setup to work on the matrix side with this, but the discord invite link is not automatically generated.
6 years ago
Slavi Pantaleev
6f6dff3e2b
Update some Docker images
6 years ago
Slavi Pantaleev
45618679f5
Reload systemd services when they get updated
...
Fixes #69 (Github Issue)
6 years ago
Slavi Pantaleev
041a1947b3
Update Synapse (0.99.1.1 -> 0.99.2)
6 years ago
paulbdavis
f2a2cad107
allow exposing mautrix_telegram port
6 years ago
Slavi Pantaleev
a43bcd81fe
Rename some variables
6 years ago
Slavi Pantaleev
8cac29a5d5
Update matrix-synapse-rest-auth (0.1.1 -> 0.1.2)
6 years ago
Slavi Pantaleev
25bdc10617
Follow redirects for some well-known files
...
The Server spec says that redirects should be followed for
`/.well-known/matrix/server`. So we follow them.
The Client-Server specs doesn't mention redirects, so we don't
follow redirects there.
6 years ago