Skip to content

Commit 2c7d21b

Browse files
committed
federation instructions
1 parent 6b23b9a commit 2c7d21b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pod/activitypub/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,21 @@ ActivityPub uses two different environments. Set `DOCKER_ENV` environment var to
140140

141141
### Pod - Pod
142142

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.
144158

145159
### Pod - Peertube
146160

0 commit comments

Comments
 (0)