mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(federation): ✨ Add bridge support to Lysand
This commit is contained in:
parent
a603b602e6
commit
7a591a024e
3 changed files with 47 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue