From abe9d3b792242e0d78f7351effd3817543c96fe3 Mon Sep 17 00:00:00 2001 From: Oliphant Date: Mon, 1 May 2023 07:16:23 +0000 Subject: [PATCH] automated commit on 2023-05-01 07:16:23 --- RUNNING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RUNNING.md b/RUNNING.md index 2ad865d..4cf31c1 100644 --- a/RUNNING.md +++ b/RUNNING.md @@ -41,3 +41,10 @@ The remaining steps are performed on these sourcefiles, not pulled from urls. If you customize the list of sources in `pull.conf.toml` you should also update them in the various `config/*.conf.toml` files as needed. You will likely also need to customize the `fedisync.sh` to your needs as well if you make these changes. + +## Pushing to Your Own Server +If you don't want to generate blocklists so much as push these lists to your server, that's an option, too. + +An example of this is in `fedisync-push.sh`. You can copy it to `/local/fedisync-push.sh` and modify it. If you want to push to a git repo, that references `fedisync-git.sh`. If you want to automatically sync a merged or list to your own server, you should modify the `fedisync-example-server.sh` script should be modified for your use. + +You will need a [very permissive API key](https://writer.oliphant.social/oliphant/how-to-sync-up-blocklist-changes-from-trusted-sources#generate-an-admin-api-token) created for your server to allow the push script to talk to it.