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
Built Distribution
Close
Hashes for redirect_webfinger-0.0.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ccea3b01c8da3a6204c19d77c5446f18b5f9149827594f95ea0bba98ee5225f |
|
MD5 | 40eec37bbf8904ab734fe352f1d1265a |
|
BLAKE2b-256 | dcc5c269c22215d3bac0a4a16a04f2574a051de5951e04aaa1c11f57b5ba02f9 |