16 lines
521 B
Text
16 lines
521 B
Text
|
|
{
|
||
|
|
name = "wireguard",
|
||
|
|
version = "15",
|
||
|
|
description = "WireGuard VPN server via wg-easy — UDP LB-IPAM endpoint with web UI",
|
||
|
|
tags = ["vpn", "network", "security"],
|
||
|
|
modes = ["cluster"],
|
||
|
|
dependencies = [],
|
||
|
|
provides = [{ id = "vpn-server", version = "15", interface = "wireguard" }],
|
||
|
|
requires = [
|
||
|
|
{ capability = "block-storage-csi", kind = 'Required },
|
||
|
|
{ capability = "lb-ipam", kind = 'Required },
|
||
|
|
],
|
||
|
|
conflicts_with = [],
|
||
|
|
best_practices = ["bp_007"],
|
||
|
|
}
|