Damus
Dave profile picture
Dave
@Dave
#podping Gossip monitor now factored out into it's own repo:

https://github.com/Podcastindex-org/podping-monitor

Live at: https://ppmonitor.podcastindex.org/

Anyone can run a monitor:

docker run -d --name podping-monitor \
--restart unless-stopped \
--log-opt max-size=10m \
--log-opt max-file=3 \
-v $(pwd)/data:/data/gossip \
-e IROH_NODE_KEY_FILE=/data/gossip/node.key \
-e KNOWN_PEERS_FILE=/data/gossip/known_peers.txt \
-p 80:8090 \
podcastindexorg/podping-monitor:latest

Set your ~/data permissions correctly.