https://github.com/lpardue/simmervigor-worker
Simple router based on hono
https://github.com/lpardue/simmervigor-worker
Last synced: about 1 year ago
JSON representation
Simple router based on hono
- Host: GitHub
- URL: https://github.com/lpardue/simmervigor-worker
- Owner: LPardue
- License: mit
- Created: 2024-11-30T17:51:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T18:06:14.000Z (over 1 year ago)
- Last Synced: 2025-01-29T19:32:05.699Z (over 1 year ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cloudflare worker for https://simmervig.org, using [hono](https://hono.dev).
Its a very simple worker, providing the validation token for BlueSky (served
from /.well-known/atproto-did) and redirecting everything else to
https://lucaspardue.com.
# Installation / Deployment
```
npm install
npm run dev
```
```
npm run deploy
```
# Verification
```
curl -v https://simmervig.org/.well-known/atproto-did
```