0 purchases
redirectwebfinger 0.0.6
This simple webfinger implementation just redirects
a single webfinger address to another server. I use it to
allow people to find my mastodon profile via my
personal server.
Example usage:
$ redirect-webfinger [email protected] \
--mastodon-server=mastodon.cloud \
--mastodon-user=jelmer
The only URL it exposes is /.well-known/webfinger, which
you would probably want to expose via your reverse HTTP proxy.
Or using docker/podman:
$ podman run ghcr.io/jelmer/redirect-webfinger \
-e [email protected] \
-e MASTODON_SERVER=mastodon.cloud \
-e MASTODON_USER=jelmer
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.