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
Release files for redirect-webfinger 0.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| redirect-webfinger-0.0.6.tar.gz | 6.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| redirect_webfinger-0.0.6-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size:14.5 kB
Release files / redirect-webfinger-0.0.6.tar.gz
| Download URL | redirect-webfinger-0.0.6.tar.gz |
|---|---|
| Size | 6.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f7710e518b9de953d736c91fad262fdb98e041b80df8fbc2fc5b0a735ed1859d
|
|
BLAKE2b-256 checksum How to use checksums |
98fd430762d90d21a4dfce01e12e2d0c8a5820964bd25a5299c1e7201a49eddd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.1
|
Release files / redirect_webfinger-0.0.6-py2.py3-none-any.whl
| Download URL | redirect_webfinger-0.0.6-py2.py3-none-any.whl |
|---|---|
| Size | 7.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
c4ff1fbc2e3583c36c23461feb07f413b6dbb0671a4838a7cc448a026655c17a
|
|
BLAKE2b-256 checksum How to use checksums |
963985590b55c744c93ebd86aea9f40e740e3ac05131ca366b0d4c198dfad566
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.1
|