summary refs log tree commit diff
path: root/contrib/docker/start.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor docker locations and README.Michael Kaye2018-08-021-66/+0
* Generate macaroon and registration secrets, then store the results to the dat...kaiyou2018-02-101-5/+14
* Fix the path to the log config filekaiyou2018-02-091-1/+1
* Make SYNAPSE_MACAROON_SECRET_KEY a mandatory optionkaiyou2018-02-091-2/+2
* Refactor the start script to better handle mandatory parameterskaiyou2018-02-081-23/+33
* Rename the permissions variable to avoid confusionkaiyou2018-02-081-3/+3
* Support loading application service files from /data/appservices/kaiyou2018-02-051-0/+4
* Only generate configuration files when necessarykaiyou2018-02-051-5/+7
* Run the server as an unprivileged userkaiyou2018-02-041-4/+7
* Generate shared secrets if not defined in the environmentkaiyou2018-02-041-4/+11
* Generate any missing keys before starting synapsekaiyou2018-02-041-12/+13
* Allow for a wheel cache and include missing files in the buildkaiyou2018-02-041-0/+1
* Initial commit including a Dockerfile for synapsekaiyou2018-02-031-0/+29