A simple BlueSky profile labeler that can be ran on Cloudflare Workers github.com/SocksTheWolf/SimpleBSkyLabeler
cf bsky profile label bluesky cloudflare workers
1
fork

Configure Feed

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

fix robots.txt transform

this should not get transformed lol

+1 -1
+1 -1
wrangler.toml
··· 10 10 directory = "./html" 11 11 binding = "ASSETS" 12 12 html_handling = "drop-trailing-slash" 13 - run_worker_first = ["/", "!/img", "!/css", "!/js", "!/favicon.ico", "/site.webmanifest"] 13 + run_worker_first = ["/", "!/img", "!/css", "!/js", "!/favicon.ico", "/site.webmanifest", "!/robots.txt"] 14 14 15 15 # You can modify all settings past this comment 16 16 [observability]