declarative relay deployment on hetzner relay-eval.waow.tech
atproto relay
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

zlay: update reconnect cronjob PDS list URL

upstream atproto-scraping moved from state.json to dist/instances.json,
leaving the old URL with only cursor data (no pdses key). phase 1 was
silently discovering 0 hosts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1 -1
+1 -1
zlay/deploy/zlay-reconnect-cronjob.yaml
··· 27 27 - | 28 28 import json, urllib.request, urllib.error, socket, time, sys 29 29 30 - PDS_LIST_URL = "https://raw.githubusercontent.com/mary-ext/atproto-scraping/refs/heads/trunk/state.json" 30 + PDS_LIST_URL = "https://raw.githubusercontent.com/mary-ext/atproto-scraping/refs/heads/trunk/dist/instances.json" 31 31 ZLAY_HOST = "zlay.zlay.svc.cluster.local" 32 32 ZLAY_PORT = 3000 33 33