Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-05 | Convert ACME docs to md | Andrew Morgan | 3 | -100/+2 | |
2019-02-05 | Add link to ACME docs from README | Andrew Morgan | 1 | -0/+6 | |
2019-02-05 | Move ACME docs to docs/ACME.rst and link from UPGRADE. | Andrew Morgan | 3 | -98/+102 | |
2019-02-05 | Don't imply self-signed certs are required | Andrew Morgan | 1 | -16/+17 | |
2019-02-05 | Move things from README.rst to UPDATE.md (#4569) | Richard van der Hoff | 2 | -442/+490 | |
The readme was getting pretty unmanageable and hard to grok. This is an attempt to simplify things by moving installation instructions from the README to a separate file. I've tried to resist the temptation to fix too much stuff while I'm here - it mostly just copies-and-pastes from one doc to the other, and changes from rst to md syntax. | |||||
2019-02-05 | Enable ACME support in the docker image (#4566) | Richard van der Hoff | 6 | -41/+116 | |
Also: * Fix wrapping in docker readme * Clean up some docs on the docker image * a workaround for #4554 | |||||
2019-02-05 | Docker: only copy what we need to the build image (#4562) | Richard van der Hoff | 2 | -1/+5 | |
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. | |||||
2019-02-05 | Fix default ACME config for py2 (#4564) | Richard van der Hoff | 2 | -1/+2 | |
Fixes #4559 | |||||
2019-02-05 | switch docker image to py3 by default (#4558) | Richard van der Hoff | 2 | -4/+5 | |
Switch the matrixdotorg/synapse:latest Docker image to use python 3 | |||||
2019-02-05 | fix typo in config comments (#4557) | Richard van der Hoff | 2 | -2/+3 | |
2019-02-01 | Fix nginx capatilization | Andrew Morgan | 1 | -2/+2 | |
2019-02-01 | Address comments | Andrew Morgan | 1 | -17/+13 | |
2019-02-01 | Update README.rst | Richard van der Hoff | 1 | -1/+1 | |
Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com> | |||||
2019-02-01 | Update README.rst | Richard van der Hoff | 1 | -1/+1 | |
Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com> | |||||
2019-02-01 | Actually need to enable it | Andrew Morgan | 1 | -0/+8 | |
2019-02-01 | 0.99.0rc4 v0.99.0rc4 | Richard van der Hoff | 5 | -4/+12 | |
2019-02-01 | Address changes | Andrew Morgan | 1 | -22/+13 | |
2019-02-01 | Remove error and add link to foks fed t |