mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-09 18:08:00 +00:00
31 lines
969 B
Plaintext
31 lines
969 B
Plaintext
# this is the path that the object graph will get dumped to (in JSON-LD format),
|
|
# you probably shouldn't change it, but you can if you want.
|
|
db: relay.jsonld
|
|
|
|
# Listener
|
|
listen: 0.0.0.0
|
|
port: 8080
|
|
|
|
# Note
|
|
note: "Make a note about your instance here."
|
|
|
|
# this section is for ActivityPub
|
|
ap:
|
|
# this is used for generating activitypub messages, as well as instructions for
|
|
# linking AP identities. it should be an SSL-enabled domain reachable by https.
|
|
host: 'relay.example.com'
|
|
blocked_instances:
|
|
- 'bad-instance.example.com'
|
|
- 'another-bad-instance.example.com'
|
|
whitelist_enabled: false
|
|
whitelist:
|
|
- 'good-instance.example.com'
|
|
- 'another.good-instance.example.com'
|
|
# uncomment the lines below to prevent certain activitypub software from posting
|
|
# to the relay (all known relays by default). this uses the software name in nodeinfo
|
|
#blocked_software:
|
|
#- 'activityrelay'
|
|
#- 'aoderelay'
|
|
#- 'social.seattle.wa.us-relay'
|
|
#- 'unciarelay'
|