summary refs log tree commit diff
path: root/docker (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update proxy github/anoa/synapse_coap_proxy anoa/synapse_coap_proxyErik Johnston2019-02-131-0/+0
|
* Update proxyErik Johnston2019-02-131-0/+0
|
* Update proxyErik Johnston2019-02-132-0/+1
|
* Update flate fileErik Johnston2019-02-131-0/+1
|
* Compress some client dataErik Johnston2019-02-131-0/+40
|
* Update maps and proxyBrendan Abolivier2019-02-133-9/+18
|
* Update proxy mapsBrendan Abolivier2019-02-132-8/+30
|
* Update proxy & mapsBrendan Abolivier2019-02-132-0/+3
|
* Update proxyBrendan Abolivier2019-02-131-0/+0
|
* Update proxyBrendan Abolivier2019-02-133-1/+9
|
* Remove riot.im from the list of trusted Identity Servers in the default ↵Neil Johnson2019-02-131-1/+3
| | | | configuration (#4207)
* Update coap-proxyErik Johnston2019-02-131-0/+0
|
* Update proxy version and mapsBrendan Abolivier2019-02-133-1/+16
|
* Strip signatures and hashes on outgoing eventsErik Johnston2019-02-131-0/+0
|
* use right scriptMatthew Hodgson2019-02-131-1/+1
|
* switch to registering users via add_users.shMatthew Hodgson2019-02-132-2/+4
|
* add basic jaeger supportErik Johnston2019-02-132-2/+2
|
* Fix proxyBrendan Abolivier2019-02-131-0/+0
|
* Use UDP-able proxyBrendan Abolivier2019-02-131-0/+0
|
* Fix cbor encoding in the proxy and enable it by defaultBrendan Abolivier2019-02-132-1/+1
|
* Update proxyBrendan Abolivier2019-02-134-1/+17
|
* Start synapse + proxy in the same containerBrendan Abolivier2019-02-133-3/+3
|
* Make the Docker image run both synapse and the proxyBrendan Abolivier2019-02-138-3/+627
|
* Add SYNAPSE_LOG_HOST to enable HTTP logging for PDU trackingErik Johnston2019-02-131-0/+13
|
* secret password; more timeoutMatthew Hodgson2019-02-131-1/+1
|
* meshsim DockerfileMatthew Hodgson2019-02-133-23/+59
|
* Make Docker image listening on ipv6 as well as ipv4Cédric Laudrel2018-10-251-2/+2
| | | | Signed-off-by: Cédric Laudrel <dek@iono.me>
* Ship the email templates as package_dataRichard van der Hoff2018-10-171-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.
* Further reduce the size of the docker image (#3972)Richard van der Hoff2018-10-011-25/+46
| | | | Rewrite the dockerfile as a multistage build: this means we can get rid of a whole load of cruft which we don't need.
* Update DockerfileJan Christian Grünhage2018-09-251-1/+0
|
* make python 3 work in the docker containerJan Christian Grünhage2018-09-202-2/+5
|
* Add a way to run tests in PostgreSQL in Docker (#3699)Amber Brown2018-09-202-0/+32
|
* Added description for "SYNAPSE_MAX_UPLOAD_SIZE" variable.Simon Dwyer2018-09-161-1/+1
|
* Added description for "SYNAPSE_MAX_UPLOAD_SIZE" variable.Simon Dwyer2018-09-161-0/+1
|
* Added 'MAX_UPLOAD_SIZE' variable and set default to "10M"Simon Dwyer2018-09-161-1/+1
|
* add runtime dependenciesJan Christian Grünhage2018-09-101-5/+10
|
* Move COPY before RUN and merge RUNsMathijs van Gorcum2018-09-101-5/+5
|
* Remove build requirements after buildingMathijs van Gorcum2018-09-101-2/+3
|
* update docker base-image to alpine 3.8Jan Christian Grünhage2018-08-091-1/+1
|
* Update README.mdMichael Kaye2018-08-031-1/+1
| | | Link to contrib/docker
* Address SPAG issuesMichael Kaye2018-08-021-2/+4
|
* Refactor docker locations and README.Michael Kaye2018-08-025-0/+471
This addresses #3224