feat: add localHost option to allow changing of federation host#17222
feat: add localHost option to allow changing of federation host#17222kenshineto wants to merge 1 commit intomisskey-dev:developfrom
Conversation
|
このPRによるapi.jsonの差分 |
Backend memory usage comparisonBefore GC
After GC
After Request
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #17222 +/- ##
============================================
+ Coverage 13.97% 63.56% +49.59%
============================================
Files 237 1161 +924
Lines 11273 116254 +104981
Branches 3728 8365 +4637
============================================
+ Hits 1575 73902 +72327
- Misses 7578 40148 +32570
- Partials 2120 2204 +84 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I use to have this setup where config.url was changed to I manually went though every use of |
ec29e21 to
a730f59
Compare
b5e62b3 to
983f2a0
Compare
1fc6705 to
8f270a2
Compare
|
Renamed option form |
fb9f7f7 to
cdb6e5f
Compare
…osts from the instance url
What
Add a
userHostoption in config that allows instances to use a seperate host for their user ids instead of using the host from the instance url.For #17212
Why
This mirrors a feature that mastodon has with its
LOCAL_URLandWEB_URLoptions. 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 instancesocial.freya.catwith all user ids@freya.cat.Additional info (optional)
Checklist