1
0
Fork 0
fake-firehose/readme.md

25 lines
727 B
Markdown
Raw Normal View History

2022-12-17 05:20:35 +00:00
# Fake Firehose
This project generates the mythical "firehose" relay that small Mastodon instances look for,
at least to get content.
It's a little crazy.
Find a better way to do it and issue a pull request, or just tell me where your new repo is :)
## How to run it
2022-12-18 01:45:49 +00:00
In the config folder there are three files
- domains-federated
- domains-local
- hashtags
If you want the full on public feed from an instance, put it in the domains-federated file, one domain per line
If you only want the local feed from an instance, put it on the domains-local file, one domain per line
If you want to follow a hashtag you're out of luck because I didn't get that far. But it will go into the hashtags file.
Build docker
2022-12-17 05:20:35 +00:00
Run docker