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
Copy file name to clipboardExpand all lines: pod/activitypub/README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,21 @@ ActivityPub uses two different environments. Set `DOCKER_ENV` environment var to
140
140
141
141
### Pod - Pod
142
142
143
-
...
143
+
### Federate pod1 with pod2
144
+
145
+
- Sign in with `admin`
146
+
- Go to the [Administration pannel > Followings](http://pod.localhost:8000/admin/activitypub/following/) > Add following
147
+
- Type `http://pod2.localhost:8001` in *Object* and save
148
+
- On the [Followings list](http://pod.localhost:8000/admin/activitypub/following/) select the new object, and select `Send the federation request` in the action list, refresh.
149
+
- If the status is *Following request accepted* then select the object again, and choose `Reindex instance videos` in the action list.
150
+
151
+
### Federate pod2 with pod1
152
+
153
+
- Sign in with `admin`
154
+
- Go to the [Administration pannel > Followings](http://pod2.localhost:8001/admin/activitypub/following/) > Add following
155
+
- Type `http://pod.localhost:8000` in *Object* and save
156
+
- On the [Followings list](http://pod2.localhost:8001/admin/activitypub/following/) select the new object, and select `Send the federation request` in the action list, refresh.
157
+
- If the status is *Following request accepted* then select the object again, and choose `Reindex instance videos` in the action list.
0 commit comments