2023-01-11 17:45:45 +00:00
|
|
|
# Sources
|
|
|
|
streams:
|
|
|
|
# The fedi.buzz firehose stream
|
|
|
|
- "https://fedi.buzz/api/v1/streaming/public"
|
|
|
|
# You may list the streaming API of other instances here
|
|
|
|
# external https hostname
|
2022-12-19 20:20:13 +00:00
|
|
|
hostname: relay.fedi.buzz
|
2023-01-11 17:45:45 +00:00
|
|
|
# where your reverse proxy will connect to
|
2022-12-19 20:20:13 +00:00
|
|
|
listen_port: 3000
|
2023-01-11 17:45:45 +00:00
|
|
|
# ActivityPub signing keypair
|
2022-12-19 20:20:13 +00:00
|
|
|
priv_key_file: private-key.pem
|
|
|
|
pub_key_file: public-key.pem
|
2023-01-11 17:45:45 +00:00
|
|
|
# PostgreSQL
|
2022-12-19 20:20:13 +00:00
|
|
|
db: "host=localhost user=relay password=xyz dbname=buzzrelay"
|