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
|
||||
|
||||
## hard cleanup
|
||||
```bash
|
||||
docker-compose down
|
||||
|
@ -21,5 +21,5 @@
|
||||
src: env.j2
|
||||
dest: "{{docker_compose_path}}env"
|
||||
mode: '770'
|
||||
force: no
|
||||
force: yes
|
||||
notify: recreate pixelfed
|
@ -83,11 +83,11 @@ EXP_REC=false
|
||||
EXP_LOOPS=false
|
||||
|
||||
## ActivityPub Federation
|
||||
ACTIVITY_PUB=false
|
||||
AP_REMOTE_FOLLOW=false
|
||||
AP_SHAREDINBOX=false
|
||||
AP_INBOX=false
|
||||
AP_OUTBOX=false
|
||||
ACTIVITY_PUB=true
|
||||
AP_REMOTE_FOLLOW=true
|
||||
AP_SHAREDINBOX=true
|
||||
AP_INBOX=true
|
||||
AP_OUTBOX=true
|
||||
ATOM_FEEDS=true
|
||||
NODEINFO=true
|
||||
WEBFINGER=true
|
||||
|
Loading…
Reference in New Issue
Block a user