-
Notifications
You must be signed in to change notification settings - Fork 448
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
🌏 Testing federation while there is no frontend yet #10686
Milestone
Comments
30 tasks
nickvergessen
modified the milestones:
v18.0.0-beta.1,
💙 Next Beta (28),
💞 Next Major (29)
Nov 2, 2023
Frontend shortcut: modify method Lines 246 to 249 in 8f98923
with following code: addableRemotes() {
if (this.searchResults !== []) {
return this.searchResults.filter((item) => item.source === 'remotes')
.concat(this.addableUsers.map(user => ({
...user,
id: user.id + '@' + window.location.host,
label: user.label + '@' + window.location.host,
source: 'remotes',
})))
} |
16 tasks
When using julius docker container (when using the
|
nickvergessen
modified the milestones:
v19.0.0-beta.3,
💞 Next Beta (29),
v19.0.0-beta.4
Mar 19, 2024
Moving 2+3 into the readme, the rest is not needed anymore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Couple of manual steps are needed at the moment before being able to execute federation things locally.
Lists something like the following for me:
v4
USERID@SERVERIP
or when you use a domain to access nextcloud use that, e.g.[email protected]
remotes
Send API Request
The text was updated successfully, but these errors were encountered: