summary refs log tree commit diff
path: root/docs/systemd-with-workers/workers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `worker_replication_*` settings from worker doc (#15872)Dirk Klimpel2023-07-075-21/+1
| | | Co-authored-by: Mathieu Velten <mathieuv@matrix.org>
* Remove `worker_replication_*` settings (#15491)Jason Little2023-05-111-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add master to the instance_map as part of Complement, have ReplicationEndpoint look at instance_map for master. * Fix typo in drive by. * Remove unnecessary worker_replication_* bits from unit tests and add master to instance_map(hopefully in the right place) * Several updates: 1. Switch from master to main for naming the main process in the instance_map. Add useful constants for easier adjustment of names in the future. 2. Add backwards compatibility for worker_replication_* to allow time to transition to new style. Make sure to prioritize declaring main directly on the instance_map. 3. Clean up old comments/commented out code. 4. Adjust unit tests to match with new code. 5. Adjust Complement setup infrastructure to only add main to the instance_map if workers are used and remove now unused options from the worker.yaml template. * Initial Docs upload * Changelog * Missed some commented out code that can go now * Remove TODO comment that no longer holds true. * Fix links in docs * More docs * Remove debug logging * Apply suggestions from code review Co-authored-by: reivilibre <olivier@librepush.net> * Apply suggestions from code review Co-authored-by: reivilibre <olivier@librepush.net> * Update version to latest, include completeish before/after examples in upgrade notes. * Fix up and docs too --------- Co-authored-by: reivilibre <olivier@librepush.net>
* Include `x_forwarded` in workers example configs (#14667)villepeh2023-01-133-2/+3
|
* Add sample worker files for `pusher` and `federation_sender` (#14077)Dirk Klimpel2022-10-072-0/+16
| | | Signed-off-by: Dirk Klimpel <dirk@klimpel.org>
* Add some cross references to worker documentation (#13974)Dirk Klimpel2022-09-301-0/+14
| | | | Signed-off-by: Dirk Klimpel <dirk@klimpel.org>
* Remove documentation of legacy `frontend_proxy` worker app (#13645)Richard van der Hoff2022-08-301-0/+2
| | | | | This has been the same as a generic_worker since #6964, so let's get rid of it. Fixes #3717
* Add some example configurations for worker (#12492)Dirk Klimpel2022-04-253-1/+33
| | | Signed-off-by: Dirk Klimpel <dirk@klimpel.org>
* Replace `federation_reader` with `generic_worker` in docs (#12457)Dirk Klimpel2022-04-142-13/+13
|
* Fixup worker doc (again) (#8000)Erik Johnston2020-08-061-1/+1
|
* Make systemd-with-workers doc official (#7234)Richard van der Hoff2020-04-081-0/+13
Simplify and update this documentation, and make it part of the core dist.