This repository has no description
1# avatar
2
3avatar is a small service that fetches your pretty Bluesky avatar and caches it on Cloudflare.
4It uses a shared secret `AVATAR_SHARED_SECRET` to ensure requests only originate from the trusted appview.
5
6Set `PLC_DIRECTORY_URL` to resolve DIDs somewhere other than <https://plc.directory>,
7which a self-hosted network needs.
8
9It's deployed using `wrangler` like so:
10
11```
12npx wrangler deploy
13npx wrangler secrets put AVATAR_SHARED_SECRET
14```