Skip to content

feat: add localHost option to allow changing of federation host#17618

Open
kenshineto wants to merge 1 commit into
misskey-dev:developfrom
kenshineto:feature/set-federation-host
Open

feat: add localHost option to allow changing of federation host#17618
kenshineto wants to merge 1 commit into
misskey-dev:developfrom
kenshineto:feature/set-federation-host

Conversation

@kenshineto

Copy link
Copy Markdown

What

Add a userHost option in config that allows instances to use a seperate host for their user ids instead of using the host from the instance url.

Fix #6724

Why

This mirrors a feature that mastodon has with its LOCAL_URL and WEB_URL options. It allows instances to host their instances on any url without having to compromise their user ids. For example I am running this change on my instance social.freya.cat with all user ids @freya.cat.

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jun 24, 2026
@github-actions github-actions Bot added packages/frontend Client side specific issue/PR packages/backend Server side specific issue/PR labels Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Development

Successfully merging this pull request may close these issues.

Accept use domain different from web access

1 participant