Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing space in default logging file format generated by the Docker ↵ | Slavi Pantaleev | 2019-07-12 | 1 | -1/+1 |
| | | | | | | | image (#5620) This adds a missing space, without which log lines appear uglier. Signed-off-by: Slavi Pantaleev <slavi@devture.com> | ||||
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | Remove SMTP_* env var functionality from docker conf (#5596) | Andrew Morgan | 2019-07-03 | 1 | -19/+0 |
| | | | | | Removes any `SMTP_*` docker container environment variables from having any effect on the default config. Fixes https://github.com/matrix-org/synapse/issues/5430 | ||||
* | Docker image: Add a migrate_config mode (#5567) | Richard van der Hoff | 2019-06-27 | 1 | -1/+1 |
| | | | ... to help people escape env var hell | ||||
* | Increase default log level for docker image to INFO. (#5547) | Richard van der Hoff | 2019-06-25 | 1 | -5/+2 |
| | | | Fixes #3370. | ||||
* | Remove redundant entries from docker config | Richard van der Hoff | 2019-02-11 | 2 | -24/+1 |
| | | | | | * no_tls is now redundant (#4613) * we don't need a dummy cert any more (#4618) | ||||
* | Enable ACME support in the docker image (#4566) | Richard van der Hoff | 2019-02-05 | 2 | -2/+33 |
| | | | | | | | Also: * Fix wrapping in docker readme * Clean up some docs on the docker image * a workaround for #4554 | ||||
* | Require ECDH key exchange & remove dh_params (#4429) | Amber Brown | 2019-01-22 | 1 | -1/+0 |
| | | | * remove dh_params and set better cipher string | ||||
* | Remove obsolete settings from docker homeserver.yaml | Richard van der Hoff | 2018-12-04 | 1 | -3/+1 |
| | | | | These aren't used, because we have a `log_config` setting. | ||||
* | Remove riot.im from the list of trusted Identity Servers in the default ↵ | Neil Johnson | 2018-11-20 | 1 | -1/+3 |
| | | | | configuration (#4207) | ||||
* | Make Docker image listening on ipv6 as well as ipv4 | Cédric Laudrel | 2018-10-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Cédric Laudrel <dek@iono.me> | ||||
* | Ship the email templates as package_data | Richard van der Hoff | 2018-10-17 | 1 | -1/+3 |
| | | | | | | | | | | move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist. | ||||
* | Added 'MAX_UPLOAD_SIZE' variable and set default to "10M" | Simon Dwyer | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | Refactor docker locations and README. | Michael Kaye | 2018-08-02 | 2 | -0/+248 |
This addresses #3224 |