Go to file
raynor 54a544703b Updated sample files 2022-12-18 19:29:51 -05:00
.devcontainer Moved to docker format 2022-12-17 18:55:34 -05:00
config Updated sample files 2022-12-18 19:29:51 -05:00
scripts Auto restart in lieu of real health checks 2022-12-17 21:22:26 -05:00
.env.production.sample Separate federated vs local feeds 2022-12-17 20:45:49 -05:00
.gitignore Separate federated vs local feeds 2022-12-17 20:45:49 -05:00
Dockerfile Moved to docker format 2022-12-17 18:55:34 -05:00
docker-compose.yml Separate federated vs local feeds 2022-12-17 20:45:49 -05:00
readme.md Separate federated vs local feeds 2022-12-17 20:45:49 -05:00
rebuild.sh Changed rebuild to stay attached 2022-12-18 19:28:17 -05:00

readme.md

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

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

Run docker