summary refs log tree commit diff
path: root/docker/conf (follow)
Commit message (Expand)AuthorAgeFilesLines
* complement: enable dirty runs (#16520)kegsay2023-10-271-2/+2
* Unix Sockets for HTTP Replication (#15708)Jason Little2023-07-111-1/+9
* Log when events are (unexpectedly) filtered out of responses in tests (#14213)Eric Eastwood2023-06-011-6/+24
* Add the ability to set the log level using the `SYNAPSE_TEST_LOG_LEVEL` envir...reivilibre2022-07-051-0/+6
* Improve startup times in Complement test runs against workers, particularly i...reivilibre2022-06-301-0/+4
* Use supervisord to supervise Postgres and Caddy in the Complement image. (#12...reivilibre2022-04-271-4/+0
* Remove code invalidated by deprecated config flag 'trust_identity_servers_for...Shay2021-11-231-8/+0
* Make `PeriodicallyFlushingMemoryHandler` the default logging handler. (#10518)reivilibre2021-08-171-7/+20
* Remove support for ACME v1 (#10194)Brendan Abolivier2021-06-171-6/+0
* Fix docker image to not log at `/homeserver.log` (#10045)Sergio Miguéns2021-05-241-1/+3
* Add a dockerfile for running a set of Synapse worker processes (#9162)Andrew Morgan2021-04-142-2/+34
* Replace `room_invite_state_types` with `room_prejoin_state` (#9700)Richard van der Hoff2021-03-301-8/+0
* Remove vestiges of uploads_path config (#9462)Richard van der Hoff2021-02-221-1/+0
* Replace 'perspectives' config block with 'trusted_key_servers' in docker home...Andrew Morgan2021-01-191-6/+4
* Increase default max_upload_size from 10M to 50M (#8502)Mateusz Przybyłowicz2020-10-091-1/+1
* Move setting of Filter into code.Erik Johnston2020-08-111-6/+0
* Fix logging config for the docker image (#6197)Richard van der Hoff2019-10-181-0/+2
* Add missing space in default logging file format generated by the Docker imag...Slavi Pantaleev2019-07-121-1/+1
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Remove SMTP_* env var functionality from docker conf (#5596)Andrew Morgan2019-07-031-19/+0
* Docker image: Add a migrate_config mode (#5567)Richard van der Hoff2019-06-271-1/+1
* Increase default log level for docker image to INFO. (#5547)Richard van der Hoff2019-06-251-5/+2
* Remove redundant entries from docker configRichard van der Hoff2019-02-112-24/+1
* Enable ACME support in the docker image (#4566)Richard van der Hoff2019-02-052-2/+33
* Require ECDH key exchange & remove dh_params (#4429)Amber Brown2019-01-221-1/+0
* Remove obsolete settings from docker homeserver.yamlRichard van der Hoff2018-12-041-3/+1
* Remove riot.im from the list of trusted Identity Servers in the default confi...Neil Johnson2018-11-201-1/+3
* Make Docker image listening on ipv6 as well as ipv4Cédric Laudrel2018-10-251-2/+2
* Ship the email templates as package_dataRichard van der Hoff2018-10-171-1/+3
* Added 'MAX_UPLOAD_SIZE' variable and set default to "10M"Simon Dwyer2018-09-161-1/+1
* Refactor docker locations and README.Michael Kaye2018-08-022-0/+248