Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add domain configuration #8

Open
rumdood opened this issue Feb 4, 2023 · 1 comment
Open

Add domain configuration #8

rumdood opened this issue Feb 4, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rumdood
Copy link
Owner

rumdood commented Feb 4, 2023

Site should be domain aware to match ActivityPub expectations. This would also allow simpler locators, storing just the account alias instead of the full path.

Alternatively the search could be domain agnostic but only store the account alias without the domain so it would work regardless of domain.

@rumdood rumdood added the enhancement New feature or request label Feb 4, 2023
@rumdood rumdood self-assigned this Feb 4, 2023
@rumdood
Copy link
Owner Author

rumdood commented Feb 7, 2023

Still need to add the ability for the management API to accept a locator of just "someuser" and either have it append that to the locator record (e.g. turn "someuser" into "[email protected]" or need to change the webfinger request handler to strip out the domain from requests and assume all requests are for the current domain (probably the better option).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant