mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Activated ActivityPub Federation
This commit is contained in:
parent
28c4afa4b0
commit
fb05004e2a
@ -1,4 +1,5 @@
|
|||||||
# role docker-pixelfed
|
# role docker-pixelfed
|
||||||
|
|
||||||
## hard cleanup
|
## hard cleanup
|
||||||
```bash
|
```bash
|
||||||
docker-compose down
|
docker-compose down
|
||||||
|
@ -21,5 +21,5 @@
|
|||||||
src: env.j2
|
src: env.j2
|
||||||
dest: "{{docker_compose_path}}env"
|
dest: "{{docker_compose_path}}env"
|
||||||
mode: '770'
|
mode: '770'
|
||||||
force: no
|
force: yes
|
||||||
notify: recreate pixelfed
|
notify: recreate pixelfed
|
@ -83,11 +83,11 @@ EXP_REC=false
|
|||||||
EXP_LOOPS=false
|
EXP_LOOPS=false
|
||||||
|
|
||||||
## ActivityPub Federation
|
## ActivityPub Federation
|
||||||
ACTIVITY_PUB=false
|
ACTIVITY_PUB=true
|
||||||
AP_REMOTE_FOLLOW=false
|
AP_REMOTE_FOLLOW=true
|
||||||
AP_SHAREDINBOX=false
|
AP_SHAREDINBOX=true
|
||||||
AP_INBOX=false
|
AP_INBOX=true
|
||||||
AP_OUTBOX=false
|
AP_OUTBOX=true
|
||||||
ATOM_FEEDS=true
|
ATOM_FEEDS=true
|
||||||
NODEINFO=true
|
NODEINFO=true
|
||||||
WEBFINGER=true
|
WEBFINGER=true
|
||||||
|
Loading…
Reference in New Issue
Block a user