feat(federation): Add bridge support to Lysand

This commit is contained in:
Jesse Wierzbinski 2024-05-17 07:56:13 -10:00
parent a603b602e6
commit 7a591a024e
No known key found for this signature in database
3 changed files with 47 additions and 2 deletions

View file

@ -288,6 +288,16 @@ reactions = []
banners = []
avatars = []
# For bridge software, such as lysand-org/activitypub
# Bridges must be hosted separately from the main Lysand process
[federation.bridge]
enabled = false
# Only lysand-ap exists for now
software = "lysand-ap"
# WARNING: These IPs will have signature checks disabled.
# Only use the bridge software if you trust it.
allowed_ips = ["192.168.1.0/24"]
[instance]
name = "Lysand"
description = "A Lysand instance"