Update README.md

This commit is contained in:
M33 2022-01-02 12:07:14 +00:00
parent 3b2dd05b5c
commit 87f09a147a

View file

@ -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).