Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anon5r/atproto-blob-proxy
ATP Image proxy
https://github.com/anon5r/atproto-blob-proxy
atproto
Last synced: about 2 months ago
JSON representation
ATP Image proxy
- Host: GitHub
- URL: https://github.com/anon5r/atproto-blob-proxy
- Owner: anon5r
- Created: 2023-07-17T05:45:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T16:05:55.000Z (10 months ago)
- Last Synced: 2024-03-20T17:31:44.259Z (10 months ago)
- Topics: atproto
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
At-Protocol Blob proxy
=====# Specs
Runs on [Cloudflare Workers](https://workers.cloudflare.com/)
## Request URL
```
GET /proxy/image/[did]/[cid]
```# How to run
## Debug
```shell
yarn install
yarn start
```# Deploy
```shell
yarn deploy
```