Another kind of Farcaster hub.
279
Check out the source code! - consider starring the repository to support my work :)
farseer is another kind of Farcaster hub that does not require any sync process to operate! You can extend its functionalities using the plugin API and write your own code for it! Because the plugin system relies on Go's plugin build mode, Windows is unfortunately not supported.
This image should be used with a docker-compose.yml:
services:
farseer:
image: farseer
restart: always
ports:
- 2282 # gossipsub!
- 2283 # gRPC!
dns:
- 1.1.1.1 # for host resolution when you need to query a peer
- 1.0.0.1
volumes:
- ./config.toml:/usr/src/app/config.toml # there are a lot options you can set for the hub, so create a config.toml!
- ./hub_identity:/usr/src/app/hub_identity # this is needed for persistent identity!
Content type
Image
Digest
sha256:0c2845003…
Size
596.3 MB
Last updated
almost 2 years ago
docker pull noctisatrae/farseer