automated commit on 2023-05-01 07:18:06

This commit is contained in:
Oliphant 2023-05-01 07:18:06 +00:00
parent abe9d3b792
commit e8efd8f767
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ If you customize the list of sources in `pull.conf.toml` you should also update
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.
If you don't want to 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.
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, 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.