kaiyou
|
b815aa0e2d
|
Remove an accidentally committed test configuration
|
2018-02-10 21:59:58 +01:00 |
|
kaiyou
|
6f0b1f85f9
|
Generate macaroon and registration secrets, then store the results to the data dir
|
2018-02-10 00:05:03 +01:00 |
|
kaiyou
|
ca70148c05
|
Fix the path to the log config file
|
2018-02-09 00:23:19 +01:00 |
|
kaiyou
|
e511979fe6
|
Make SYNAPSE_MACAROON_SECRET_KEY a mandatory option
|
2018-02-09 00:13:26 +01:00 |
|
kaiyou
|
a03c382966
|
Specify the Docker registry for the postgres image
|
2018-02-08 22:00:43 +01:00 |
|
kaiyou
|
48e2c641b8
|
Specify the Docker registry in the build tag
|
2018-02-08 21:58:12 +01:00 |
|
kaiyou
|
d8680c969b
|
Make it clear that the image has two modes of operation
|
2018-02-08 21:55:35 +01:00 |
|
kaiyou
|
b9b668e4bb
|
Update to Alpine 3.7 and switch to libressl
|
2018-02-08 21:39:36 +01:00 |
|
kaiyou
|
ef1f8d4be6
|
Enable email server configuration from environment variables
|
2018-02-08 20:53:12 +01:00 |
|
kaiyou
|
a0af0054ec
|
Honor the SYNAPSE_REPORT_STATS parameter in the Docker image
|
2018-02-08 20:46:11 +01:00 |
|
kaiyou
|
914a59cb8c
|
Disable the Web client in the Docker image
|
2018-02-08 20:43:45 +01:00 |
|
kaiyou
|
e174c46a29
|
Use 'synapse' as a default postgres user in Docker examples
|
2018-02-08 20:42:57 +01:00 |
|
kaiyou
|
b8a4dceb3c
|
Refactor the start script to better handle mandatory parameters
|
2018-02-08 20:41:41 +01:00 |
|
kaiyou
|
084afbb6a0
|
Rename the permissions variable to avoid confusion
|
2018-02-08 19:50:04 +01:00 |
|
kaiyou
|
58df3a8c5d
|
Add some documentation about high performance storage
|
2018-02-08 19:48:53 +01:00 |
|
kaiyou
|
63fd148724
|
Make it clear that two modes are avaiable in the documentation, improve the compose file
|
2018-02-08 19:46:11 +01:00 |
|
kaiyou
|
1ffd9cb936
|
Support loading application service files from /data/appservices/
|
2018-02-05 23:13:27 +01:00 |
|
kaiyou
|
107a5c9441
|
Add the non-tls port to the expose list
|
2018-02-05 23:02:33 +01:00 |
|
kaiyou
|
ee3b160a2a
|
Only generate configuration files when necessary
|
2018-02-05 22:57:35 +01:00 |
|
kaiyou
|
630573a932
|
Do not copy documentation files to the Docker root folder
|
2018-02-05 22:57:22 +01:00 |
|
kaiyou
|
f5364b47ec
|
Point to the 'latest' tag in the Docker documentation
|
2018-02-05 22:14:40 +01:00 |
|
kaiyou
|
d8c7da5dca
|
Fix a typo in the Docker README
|
2018-02-05 22:12:50 +01:00 |
|
kaiyou
|
cf4ef60e28
|
Document the cache factor environment variable for Docker
|
2018-02-05 22:10:03 +01:00 |
|
kaiyou
|
cd51931b62
|
Add dynamic TURN configuration in the Docker image
|
2018-02-05 21:53:53 +01:00 |
|
kaiyou
|
81010a126e
|
Add dynamic recaptcha configuration in the Docker image
|
2018-02-05 21:28:15 +01:00 |
|
kaiyou
|
8db84e9b21
|
Remove docker related files from the python manifest
|
2018-02-05 20:08:35 +01:00 |
|
kaiyou
|
e9021e16c4
|
Run the server as an unprivileged user
|
2018-02-04 23:19:08 +01:00 |
|
kaiyou
|
f72c9c1fb6
|
Fix multiple typos
|
2018-02-04 16:18:40 +01:00 |
|
kaiyou
|
b8ab78b82c
|
Add the build cache/ folder to gitignore
|
2018-02-04 15:41:54 +01:00 |
|
kaiyou
|
9a87b8aaf7
|
Update sumperdump Docker readme to match this image properties
|
2018-02-04 15:27:32 +01:00 |
|
kaiyou
|
84a9209ba7
|
Remove etc/service files from rob's branch
|
2018-02-04 15:08:43 +01:00 |
|
kaiyou
|
53965334da
|
Merge remote-tracking branch 'origin/rob/docker' into feat-dockerfile
|
2018-02-04 15:08:19 +01:00 |
|
kaiyou
|
a207cccb05
|
Reuse environment variables of the postgres container
|
2018-02-04 15:04:26 +01:00 |
|
kaiyou
|
1ba2fe114c
|
Provide an example docker compose file
|
2018-02-04 12:55:20 +01:00 |
|
kaiyou
|
042757feb2
|
Install the postgres dependencies
|
2018-02-04 12:28:42 +01:00 |
|
kaiyou
|
886c2d5019
|
Support an external postgresql config in the Docker image
|
2018-02-04 12:20:29 +01:00 |
|
kaiyou
|
f2bf0cda02
|
Generate shared secrets if not defined in the environment
|
2018-02-04 11:40:20 +01:00 |
|
kaiyou
|
6d1e28a842
|
Generate any missing keys before starting synapse
|
2018-02-04 11:14:06 +01:00 |
|
kaiyou
|
48bc22f89d
|
Allow for a wheel cache and include missing files in the build
|
2018-02-04 10:58:07 +01:00 |
|
kaiyou
|
d434ae3387
|
Add template config files for the Docker image
|
2018-02-03 20:30:08 +01:00 |
|
kaiyou
|
431476fbc4
|
Initial commit including a Dockerfile for synapse
|
2018-02-03 20:18:36 +01:00 |
|
Erik Johnston
|
3d5a25407c
|
Merge pull request #2798 from jeremycline/fedora-repo
Note that Synapse is available in Fedora
|
2018-01-17 14:28:17 +00:00 |
|
Jeremy Cline
|
4102468da9
|
Note that Synapse is available in Fedora
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
|
2018-01-16 16:14:02 -05:00 |
|
Richard van der Hoff
|
5b527d7ee1
|
Merge pull request #2674 from her001/readme-sytest
Mention SyTest in the README, after Development
|
2018-01-16 13:18:17 +00:00 |
|
Erik Johnston
|
18e3a16e8b
|
Merge branch 'release-v0.26.0' of github.com:matrix-org/synapse
|
2018-01-05 10:54:22 +00:00 |
|
Erik Johnston
|
864a6d2977
|
Bump version and changelog
|
2018-01-05 10:54:01 +00:00 |
|
Matthew Hodgson
|
3355ce650d
|
Merge pull request #2737 from Valodim/master
mention federation tester more prominently in the readme
|
2017-12-17 23:05:17 +00:00 |
|
Vincent Breitmoser
|
9419bb5776
|
mention federation tester more prominently in the readme
|
2017-12-16 22:09:53 +02:00 |
|
Erik Johnston
|
80573e3900
|
Fix rc version number
|
2017-12-13 15:15:33 +00:00 |
|
Erik Johnston
|
069ae2a5d6
|
Bump changelog and version
|
2017-12-13 15:11:22 +00:00 |
|