mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
doc(website): Tweak configuration sections of website and update Docusaurus
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -207,8 +207,9 @@ $defs:
|
||||
- $ref: "#/$defs/RouteSyncSettings"
|
||||
- $ref: "#/$defs/ConfigSyncSettings"
|
||||
- $ref: "#/$defs/HostsSyncSettings"
|
||||
- $ref: "#/$defs/PeerDiscoverySettings"
|
||||
- $ref: "#/$defs/PeerDiscSettings"
|
||||
- $ref: "#/$defs/EndpointDiscoverySettings"
|
||||
- $ref: "#/$defs/HooksSettings"
|
||||
|
||||
BasicInterfaceSettings:
|
||||
title: Basic Interface Settings
|
||||
@@ -251,11 +252,6 @@ $defs:
|
||||
items:
|
||||
$ref: "#/$defs/Address"
|
||||
|
||||
hooks:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/$defs/HookSettings"
|
||||
|
||||
WireGuardInterfaceSettings:
|
||||
title: WireGuard Interface Settings
|
||||
type: object
|
||||
@@ -568,6 +564,14 @@ $defs:
|
||||
$ref: "#/$defs/Duration"
|
||||
default: 2s
|
||||
|
||||
HooksSettings:
|
||||
type: object
|
||||
properties:
|
||||
hooks:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/$defs/HookSettings"
|
||||
|
||||
HookSettings:
|
||||
title: Hook Settings
|
||||
description: |
|
||||
@@ -735,7 +739,7 @@ $defs:
|
||||
examples:
|
||||
- wg-local
|
||||
|
||||
PeerDiscoverySettings:
|
||||
PeerDiscSettings:
|
||||
title: Peer Discovery Settings
|
||||
description: Peer discovery finds new peers within the same community and adds them to the respective interface.
|
||||
type: object
|
||||
|
Reference in New Issue
Block a user