this post was submitted on 11 Apr 2025
20 points (100.0% liked)

Selfhosted

46562 readers
2285 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hello everyone I recently got mastodon running on my server and everything seems to be running fine.

the trouble I'm having now though is with my username being shown differently on different remote instances.
I set my local domain to example.com
and my web domain to mastodon.example.com
following the guide from mastodon
masto-docs

it mentions adding this to the nginx of example.com

location /.well-known/webfinger {
  add_header Access-Control-Allow-Origin '*';
  return 301 https://mastodon.example.com$request_uri;
}

so I did that and it seems to be working as when I search my username from another mastodon instance my user shows up how I expect user@example.com

but when I search for my user on pixelfed it shows up as user@mastodon.example.com

Im using nginx proxy manager instead of nginx so maybe I added the webfinger to the wrong place? also from searching around online there might be other things I need to add for a more broad federation fix instead of just mastodon but Im not really sure what all that means

fediverse custom domains

top 1 comments
sorted by: hot top controversial new old
[–] variants_of_concern@lemmy.one 5 points 3 weeks ago

nvm I got confimation from Pixelfed that it does not do webfingers yet so its not something I messed up