Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`