diff --git a/README.md b/README.md index d0e5887..5ddfccf 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,22 @@ This particular setting in your instance configuration yaml in the `.config/defa signToActivityPubGet: true ``` +## Fill your global timeline with relays +Bootstraping a new instance, solo or small sized, is a real pain. You will see only content from people you follow. A solution to fill your TL is to register your instance to relays, that will repeat content from others instances to your TL. +Here is a list of popular relays: +``` +https://relay.intahnet.co.uk/inbox + +https://relay.pettingzoo.co/inbox + +https://relay.blob.cat/inbox + +https://relay.fedi.agency/inbox + +https://relay.homunyan.com/inbox +``` + + ## Arm64 specific Deploying your misskey instance on arm64 using docker is pretty straightforward, you will need to use some generic flavor of docker images instead of specific/pined version from the original docker-compose.yml file (see the exemple yaml file in this repository).