You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just had someone ask me why Interstellar wouldn't work with their Mbin instance that has federation disabled, and it turns out Mbin completely hides the nodeinfo route whenever federation is disabled (which I was not aware of). This route is what Interstellar uses in order to check and verify that a server is running a certain software (Mbin, Lemmy, etc.), and not just Interstellar, even several Lemmy apps (including the official Lemmy app), the joinmbin.org website, fediverse crawlers, etc. check this endpoint. I understand that the nodeinfo route is meant for federation purposes, but at this point, it's used by so many other things, I think it should still be available even if server federation is disabled.
Upon which it was agreed that nodeinfo should still be available even if federation is disabled.
To Reproduce
Disable federation in the admin settings, and you will notice the nodeinfo route no longer works.
Expected behavior
The nodeinfo route should be available even if federation is disabled.
The text was updated successfully, but these errors were encountered:
Describe the bug
Copied from matrix:
Upon which it was agreed that nodeinfo should still be available even if federation is disabled.
To Reproduce
Disable federation in the admin settings, and you will notice the nodeinfo route no longer works.
Expected behavior
The nodeinfo route should be available even if federation is disabled.
The text was updated successfully, but these errors were encountered: