- Jun 27, 2019
-
-
Richard van der Hoff authored
... to help people escape env var hell
-
Richard van der Hoff authored
There's not much point in binding to localhost when it's in a docker container.
-
Richard van der Hoff authored
This is mostly a documentation change, but also adds a default value for SYNAPSE_CONFIG_PATH, so that running from the generated config is the default, and will Just Work provided your config is in the right place.
-
- Jun 26, 2019
-
-
Richard van der Hoff authored
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.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fixes #4830.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
We don't want to generate any missing configs when running from a precanned config. (There's a strong argument that we don't want to do this at all, since generating a new signing key on each invocation sounds disasterous, but I don't fancy unpicking that for now.)
-
Richard van der Hoff authored
-
- Jun 25, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
... and inline generate_secrets
-
Richard van der Hoff authored
Fixes #3370.
-
Richard van der Hoff authored
Python 3.7 is apparently faster than 3.6, and should be mature enough.
-
- Jun 20, 2019
-
-
Amber Brown authored
-
- Jun 18, 2019
-
-
Richard van der Hoff authored
Fixes #5467.
-
- Jun 17, 2019
-
-
Amber Brown authored
-
- Jun 13, 2019
-
-
Neil Johnson authored
because this file is reproduced on dockerhub and relative paths don't work
-
- May 22, 2019
-
-
Steffen authored
Add missing backslash
-
- May 03, 2019
-
-
Richard van der Hoff authored
psycopg 2.8 is now out, which means that the C library gets built from source, so we now need libpq-dev when building. Turns out the need for this package is already documented in docs/postgres.rst.
-
- Apr 25, 2019
-
-
*=0=1=4=* authored
-
- Apr 16, 2019
-
-
Silke Hofstra authored
Using systemd-python allows for logging to the systemd journal, as is documented in: `synapse/contrib/systemd/log_config.yaml`. Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
- Apr 04, 2019
-
-
*=0=1=4=* authored
Correct default POSTGRES_USER in Docker README
-
- Mar 29, 2019
-
-
Jurrie Overgoor authored
Signed-off-by:
Jurrie Overgoor <1213142+Jurrie@users.noreply.github.com>
-
Jurrie Overgoor authored
Signed-off-by:
Jurrie Overgoor <1213142+Jurrie@users.noreply.github.com>
-
- Mar 07, 2019
-
-
Richard van der Hoff authored
-
- Feb 14, 2019
-
-
Richard van der Hoff authored
Make sure it refreshes the apt cache before trying to install stuff
-
- Feb 11, 2019
-
-
Richard van der Hoff authored
* no_tls is now redundant (#4613) * we don't need a dummy cert any more (#4618)
-
- Feb 05, 2019
-
-
Richard van der Hoff authored
Also: * Fix wrapping in docker readme * Clean up some docs on the docker image * a workaround for #4554
-
Richard van der Hoff authored
There are two reasons this is a good thing: * first, it means that you don't end up with stuff kicking around your working copy ending up in the build image by mistake (which can upset the pip install process) * second: it means that the docker image cache is more effective, and we can reuse docker images when iterating on the docker stuff.
-
- Jan 22, 2019
-
-
Amber Brown authored
* remove dh_params and set better cipher string
-
- Jan 12, 2019
-
-
Richard van der Hoff authored
Rewrite this in python so that it can be run in parallel.
-
- Jan 09, 2019
-
-
Richard van der Hoff authored
-
- Jan 02, 2019
-
-
Richard van der Hoff authored
since #4298, the optional dependencies are no longer installed with a simple `pip install .`, which meant that they were not being included in the debian package. The easy fix to that is dh_virtualenv --extras, but that needs dh_virtualenv 1.1...
-
- Dec 20, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Dec 04, 2018
-
-
Richard van der Hoff authored
These aren't used, because we have a `log_config` setting.
-
- Nov 20, 2018
-
-
Neil Johnson authored
-
- Oct 25, 2018
-
-
Cédric Laudrel authored
Signed-off-by:
Cédric Laudrel <dek@iono.me>
-