Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwdeane/webfinger-worker
Use your own domain for Mastodon discoverability using the WebFinger protocol.
https://github.com/jwdeane/webfinger-worker
Last synced: 14 days ago
JSON representation
Use your own domain for Mastodon discoverability using the WebFinger protocol.
- Host: GitHub
- URL: https://github.com/jwdeane/webfinger-worker
- Owner: jwdeane
- Created: 2022-12-22T23:58:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T23:58:40.000Z (about 2 years ago)
- Last Synced: 2024-06-12T13:07:11.641Z (7 months ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webfinger Worker
Use your own domain for Mastodon discoverability using the WebFinger protocol.
## Init
`npm ci`
## Customise
To cusomise for your own use:
1. Update the route in [wrangler.toml](./wrangler.toml) to point to your domain, e.g. `example.com/.well-known/webfinger*`
1. Update the webfinger response in [src/webfinger.js](./src/webfinger.js)## Deploy
`wrangler publish`