Skip to main content

Basic implementation of webfinger that redirects to another server

Project description

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 --acct=jelmer@jelmer.uk \
     --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 ACCT=jelmer@jelmer.uk \
     -e MASTODON_SERVER=mastodon.cloud \
     -e MASTODON_USER=jelmer

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redirect-webfinger-0.0.6.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

redirect_webfinger-0.0.6-py2.py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page