Activated ActivityPub Federation

This commit is contained in:
Kevin Veen-Birkenbach 2022-12-05 09:18:52 +01:00
parent 4940546bd4
commit b744049491
3 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,5 @@
# role docker-pixelfed # role docker-pixelfed
## hard cleanup ## hard cleanup
```bash ```bash
docker-compose down docker-compose down

View File

@ -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

View File

@ -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