Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docker: generate our own log config | Richard van der Hoff | 2019-06-26 | 1 | -1/+8 |
| | | | | | | When running under docker, we want to use docker's own logging stuff rather than losing the logs somewhere on the container's filesystem, so let's use log configs that spit logs out to stdout instead. | ||||
* | Add support for SYNAPSE_CONFIG_DIR | Richard van der Hoff | 2019-06-26 | 1 | -0/+3 |
| | |||||
* | Docker image: add support for SYNAPSE_DATA_DIR parameter | Richard van der Hoff | 2019-06-26 | 1 | -4/+13 |
| | | | | Fixes #4830. | ||||
* | isort | Richard van der Hoff | 2019-06-25 | 1 | -4/+5 |
| | |||||
* | Add a main() function | Richard van der Hoff | 2019-06-25 | 1 | -8/+11 |
| | |||||
* | Factor out a run_generate_config function | Richard van der Hoff | 2019-06-25 | 1 | -17/+28 |
| | |||||
* | Factor out "generate_config_from_template" | Richard van der Hoff | 2019-06-25 | 1 | -41/+81 |
| | | | | ... and inline generate_secrets | ||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -19/+39 |
| | |||||
* | Fix handling of SYNAPSE_NO_TLS in docker image (#5005) | *=0=1=4=* | 2019-04-25 | 1 | -0/+12 |
| | |||||
* | Enable ACME support in the docker image (#4566) | Richard van der Hoff | 2019-02-05 | 1 | -4/+14 |
| | | | | | | | Also: * Fix wrapping in docker readme * Clean up some docs on the docker image * a workaround for #4554 | ||||
* | make python 3 work in the docker container | Jan Christian Grünhage | 2018-09-20 | 1 | -1/+2 |
| | |||||
* | Refactor docker locations and README. | Michael Kaye | 2018-08-02 | 1 | -0/+66 |
This addresses #3224 |