Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jelmer/redirect-webfinger

Simple webfinger redirect implementation (to e.g. another Mastodon server)
https://github.com/jelmer/redirect-webfinger

mastodon webfinger

Last synced: 13 days ago
JSON representation

Simple webfinger redirect implementation (to e.g. another Mastodon server)

Awesome Lists containing this project

README

        

Simple redirecting webfinger implementation
===========================================

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