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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file redirect-webfinger-0.0.6.tar.gz.
File metadata
- Download URL: redirect-webfinger-0.0.6.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7710e518b9de953d736c91fad262fdb98e041b80df8fbc2fc5b0a735ed1859d
|
|
| MD5 |
98f2d1f32d9ac8004d7f98183d7b9689
|
|
| BLAKE2b-256 |
98fd430762d90d21a4dfce01e12e2d0c8a5820964bd25a5299c1e7201a49eddd
|
File details
Details for the file redirect_webfinger-0.0.6-py2.py3-none-any.whl.
File metadata
- Download URL: redirect_webfinger-0.0.6-py2.py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4ff1fbc2e3583c36c23461feb07f413b6dbb0671a4838a7cc448a026655c17a
|
|
| MD5 |
102789ae9173956ec5e768654f56fafd
|
|
| BLAKE2b-256 |
963985590b55c744c93ebd86aea9f40e740e3ac05131ca366b0d4c198dfad566
|