summary refs log tree commit diff
path: root/contrib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set syslog identifiers in systemd units (#5023)Christoph Müller2019-05-103-1/+3
|
* update grafana dashboardRichard van der Hoff2019-04-131-5211/+1
|
* Add systemd setup that supports workers (#4662)Luca Corbatto2019-03-155-0/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This setup is a way to manage workers with systemd. It does however not require workers. You can use this setup without workers. You just have to make sure that the homeserver is forking and writes its PID file to the location the service is looking in. The currently distributed setup in the debian package does not work in conjunction with workers. * Adds changelog * Lets systemd handle the forking Sets all services to `type=simple` and disables daemonizing on the synapse side. * Formats readme to 80 columns per line * Allows for full restart of all workers * Changes README to reflect the new setup * Adds dot to end of changelog file * Removes surplus word Co-Authored-By: targodan <targodan@users.noreply.github.com> * Adds missing word Co-Authored-By: targodan <targodan@users.noreply.github.com> * Fixes linebreak Co-Authored-By: targodan <targodan@users.noreply.github.com> * Fixes unit type
* Update example_log_config.yaml (#4820)Richard van der Hoff2019-03-071-1/+2
|
* cleanups for contrib/prometheus/READMERichard van der Hoff2019-01-301-0/+7
|
* Update docker-compose.yml (#4282)jribal2019-01-021-1/+1
| | | | | | Hi, the original docker-compose file did not work by default. You get federation port working but no client port. My proposal is to let federation port work as it is by default (8448) and let traefik handle client http/https traffic.
* Update the example systemd config to use a virtualenv (#4273)Richard van der Hoff2018-12-072-22/+31
| | | | | If you're installing as a system package, the system package should have set up the systemd config, so it's more useful to give an example of running in a virtualenv here.
* add purge_history.sh and purge_remote_media.sh scripts to contrib/purge_api/rubo772018-11-073-0/+211
| | | | Signed-off-by: Ruben Barkow <github@r.z11.de>
* Merge pull request #3778 from z3ntu/patch-1Richard van der Hoff2018-11-011-2/+4
|\ | | | | Fix build of Docker image with docker-compose
| * Fix build of Docker image with docker-composeLuca Weiss2018-09-111-2/+4
| | | | | | | | ... and fix a typo
* | Fix typo in docker-compose.ymlJonas Schürmann2018-10-311-1/+1
| | | | | | | | Signed-off-by: Jonas Schürmann <jonasschuermann@aol.de>
* | Update grafana dashboardRichard van der Hoff2018-09-251-175/+417
|/
* fix event lag graphRichard van der Hoff2018-08-071-8/+16
|
* Update README.mdMichael Kaye2018-08-031-1/+1
| | | Link to docker/README.md
* Refactor docker locations and README.Michael Kaye2018-08-024-422/+2
| | | | This addresses #3224
* Merge pull request #3543 from bebehei/dockerJan Christian Grünhage2018-08-012-7/+2
|\ | | | | Improvements for Docker usage
| * [Docker] Build docker image via composeBenedikt Heine2018-07-172-7/+2
| | | | | | | | | | | | | | It's much easier to build the image via docker-compose instead of an error-prone low-level docker call. Signed-off-by: Benedikt Heine <bebe@bebehei.de>
* | Add some documentation for using the dashboardPaul Tötterman2018-07-311-0/+6
| |
* | synapse grafana dashboardRichard van der Hoff2018-07-311-0/+4961
|/
* light grammar changesNeil Johnson2018-05-171-4/+4
|
* Note that secrets need to be retained.Michael Kaye2018-05-171-2/+7
|
* Document macaroon env var correctlyMichael Kaye2018-05-171-2/+2
|
* Merge remote-tracking branch 'upstream/master' into feat-dockerfilekaiyou2018-05-026-20/+36
|\
| * Document contrib directoryErik Johnston2018-04-202-0/+14
| |
| * Merge pull request #3075 from NotAFile/six-type-checksRichard van der Hoff2018-04-091-1/+3
| |\ | | | | | | Replace some type checks with six type checks
| | * Replace some type checks with six type checksAdrian Tschira2018-04-071-1/+3
| | | | | | | | | | | | Signed-off-by: Adrian Tschira <nota@notafile.com>
| * | make prometheus config compliant to v0.28Krombel2018-04-053-19/+19
| |/
* | Make the logging level configurablekaiyou2018-05-012-3/+4
| |
* | Fix the documentation about 'POSTGRES_DB'kaiyou2018-05-011-1/+1
| |
* | Disable logging to file and rely on the console when using Dockerkaiyou2018-02-101-8/+1
| |
* | Explicitely provide the postgres password to synapse in the Compose examplekaiyou2018-02-101-0/+1
| |
* | Remove an accidentally committed test configurationkaiyou2018-02-101-1/+1
| |
* | Generate macaroon and registration secrets, then store the results to the ↵kaiyou2018-02-102-6/+15
| | | | | | | | data dir
* | Fix the path to the log config filekaiyou2018-02-092-2/+2
| |
* | Make SYNAPSE_MACAROON_SECRET_KEY a mandatory optionkaiyou2018-02-092-3/+4
| |
* | Specify the Docker registry for the postgres imagekaiyou2018-02-081-1/+1
| |
* | Specify the Docker registry in the build tagkaiyou2018-02-081-1/+1
| |
* | Make it clear that the image has two modes of operationkaiyou2018-02-081-5/+24
| |
* | Enable email server configuration from environment variableskaiyou2018-02-082-16/+24
| |
* | Honor the SYNAPSE_REPORT_STATS parameter in the Docker imagekaiyou2018-02-081-0/+5
| |
* | Disable the Web client in the Docker imagekaiyou2018-02-082-4/+3
| |
* | Use 'synapse' as a default postgres user in Docker exampleskaiyou2018-02-082-3/+3
| |
* | Refactor the start script to better handle mandatory parameterskaiyou2018-02-083-24/+35
| |
* | Rename the permissions variable to avoid confusionkaiyou2018-02-081-3/+3
| |
* | Add some documentation about high performance storagekaiyou2018-02-081-2/+7
| |
* | Make it clear that two modes are avaiable in the documentation, improve the ↵kaiyou2018-02-082-9/+20
| | | | | | | | compose file
* | Support loading application service files from /data/appservices/kaiyou2018-02-053-2/+18
| |
* | Only generate configuration files when necessarykaiyou2018-02-051-5/+7
| |
* | Point to the 'latest' tag in the Docker documentationkaiyou2018-02-052-2/+2
| |
* | Fix a typo in the Docker READMEkaiyou2018-02-051-1/+1
| |
* | Document the cache factor environment variable for Dockerkaiyou2018-02-051-0/+1
| |
* | Add dynamic TURN configuration in the Docker imagekaiyou2018-02-052-2/+14
| |
* | Add dynamic recaptcha configuration in the Docker imagekaiyou2018-02-052-0/+11
| |
* | Run the server as an unprivileged userkaiyou2018-02-041-4/+7
| |
* | Fix multiple typoskaiyou2018-02-042-10/+16
| |
* | Update sumperdump Docker readme to match this image propertieskaiyou2018-02-041-38/+64
| |
* | Remove etc/service files from rob's branchkaiyou2018-02-043-131/+0
| |
* | Merge remote-tracking branch 'origin/rob/docker' into feat-dockerfilekaiyou2018-02-044-0/+201
|\ \
* | | Reuse environment variables of the postgres containerkaiyou2018-02-042-9/+14
| | |
* | | Provide an example docker compose filekaiyou2018-02-041-0/+32
| | |
* | | Support an external postgresql config in the Docker imagekaiyou2018-02-041-2/+11
| | |
* | | 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
| | |
* | | Add template config files for the Docker imagekaiyou2018-02-032-0/+217
| | |
* | | Initial commit including a Dockerfile for synapsekaiyou2018-02-031-0/+29
| |/ |/|
* | Make clear that the config has changed since prometheus v2Krombel2017-11-143-2/+35
| | | | | | | | | | This restores the config that is usable for prometheus pre v2.0.0 The new config only works for Prometheus v2+
* | update prometheus-config to new formatKrombel2017-11-072-23/+67
| |
* | Start traditionally, stop synctlrnbdsh2017-09-241-1/+2
| | | | | | | | Starting with synctl lead to "no config file found" Stopping also leads to some (code=exited, status=1/FAILURE), but at least now we can stop the service.
* | Remove non-existing files, add stop, use synctlrnbdsh2017-09-241-2/+2
|/ | | | | | | Non-existing files, when running the suggested from https://github.com/matrix-org/synapse#configuring-synapse /etc/synapse/log_config.yaml so the --log-config leads to an error /etc/sysconfig/synapse The environment-file or even the /etc/sysconfig does not exist in arch linux Also instead of calling python2 we use synctl, as this seems to be the proper way to start it, and it gives us a more useful error in the systemctl status. And we now allow stop (and therefore restart).
* Add prometheus configRichard van der Hoff2017-08-163-0/+436
| | | | ... from https://github.com/matrix-org/synapse-prometheus-config.
* Fix some lies, and other clarifications, in docstringsRichard van der Hoff2017-04-211-10/+6
| | | | | The documentation on get_json has been wrong ever since the very first commit to synapse...
* Bring example log config into line with defaultRichard van der Hoff2017-03-131-2/+4
|
* merge in right archlinux package, thanks to @saram-kon from ↵Matthew Hodgson2017-02-281-1/+1
| | | | https://github.com/matrix-org/synapse/pull/1956
* Update example_log_config.yamlRichard van der Hoff2017-02-171-1/+1
| | | add trailing NL
* Add an example log_config fileRichard van der Hoff2017-02-171-0/+48
|
* Use signedjson.sign instead of syutil.crypto.jsonsignAndrew Shadura2017-02-131-1/+1
| | | | | | | Functions from syutil.crypto.jsonsign are now available in signedjson, so use that instead of depending on syutil. Signed-off-by: Andrew Shadura <andrew@shadura.me>
* Add environment file to systemd unit configuration.Oleg Girko2016-04-141-0/+1
| | | | | | | | | Now there is at least one environment variable that controls synapse server's behaviour: SYNAPSE_CACHE_FACTOR. So, it makes sense to make systemd unit file to use environment configuration file that can set this variable's value. Signed-off-by: Oleg Girko <ol@infoserver.lv>
* Add another graph contribErik Johnston2016-01-211-0/+151
|
* copyrightsMatthew Hodgson2016-01-076-6/+6
|
* hacky support for video for FS CC DDMatthew Hodgson2015-08-061-3/+0
|
* hacky support for video for FS CC DDMatthew Hodgson2015-08-061-15/+25
|
* contrib/systemd: log_config.yaml: do not disable existing loggersIvan Shapovalov2015-05-311-0/+2
| | | | | | | | | It turned out that merely configuring the root logger is not enough for "catch-all" semantics. The logging subsystem also needs to be told not to disable existing loggers (so that their messages will get propagated to handlers up the logging hierarchy, not just silently discarded). Signed-off-by: Ivan Shapovalov <intelfx100@gmail.com>
* minimal docMatthew Hodgson2015-04-291-0/+4
|
* contrib/systemd: add a sample systemd unit file and a logger configurationIvan Shapovalov2015-04-292-0/+35
| | | | | | | The added logger configuration (--log-config or log_config:) uses systemd's python bindings to pass messages directly to the journal. Signed-off-by: Ivan Shapovalov <intelfx100@gmail.com>
* Add kick users scriptKegan Dougal2015-04-171-0/+93
|
* potential contributing guide & author list for synapseMatthew Hodgson2015-04-031-0/+3
|
* uncommited WIP from MWCMatthew Hodgson2015-03-142-12/+15
|
* WIP vertobridge ASMatthew Hodgson2015-03-041-0/+489
|
* Fix contrib/graph/graph2.py to handle FrozenDictErik Johnston2015-02-161-1/+2
|
* Merge branch 'develop' into pushersDavid Baker2015-01-226-0/+1833
|\ | | | | | | | | Conflicts: synapse/rest/__init__.py
| * Move experiments, graph and cmdclient into contribMark Haines2015-01-226-0/+1833
| |
* | Merge branch 'master' into pushersDavid Baker2014-12-181-0/+0
|\|
| * Remove editor junkPaul "LeoNerd" Evans2014-12-021-0/+0
| |
| * Add non-working jitsi meet bridgeDavid Baker2014-12-0210-0/+5488
| |
| * fix IO::Async abuse - thanks leoMatthew Hodgson2014-12-021-9/+11
| |
| * ignore rogue matrix call events; support verto.media RPC as a horrible hack; ↵Matthew Hodgson2014-12-023-21/+33
| | | | | | | | fix NA::Matrix dep
| * clean up a vertobot a bitMatthew Hodgson2014-12-022-5/+0
| |
| * a simple matrix->verto bot, distantly related to the irc bridgeMatthew Hodgson2014-12-025-0/+546
|
* convert to spaces before I start a holy warDavid Baker2014-12-021-205/+205
|
* Add non-working jitsi meet bridgeDavid Baker2014-12-0210-0/+5488
|
* fix IO::Async abuse - thanks leoMatthew Hodgson2014-11-281-9/+11
|
* ignore rogue matrix call events; support verto.media RPC as a horrible hack; ↵Matthew Hodgson2014-11-283-21/+33
| | | | fix NA::Matrix dep
* clean up a vertobot a bitMatthew Hodgson2014-11-282-5/+0
|
* a simple matrix->verto bot, distantly related to the irc bridgeMatthew Hodgson2014-11-285-0/+546