aa13ce6698
* update container registry & version As shown on the readme they moved to gitHub container registry * update version in config.json * update tipi_version
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Wireguard",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8082,
|
|
"requirements": {
|
|
"ports": [
|
|
51820
|
|
]
|
|
},
|
|
"id": "wg-easy",
|
|
"tipi_version": 6,
|
|
"version": "12",
|
|
"categories": [
|
|
"network"
|
|
],
|
|
"description": "Access your homeserver from anywhere even on your mobile device. Wireguard-easy is a simple tool to configure and manage Wireguard VPN servers. It is written in Go and uses the official Wireguard client. You have to open and redirect port 51820 to your homeserver in order to connect.",
|
|
"short_desc": "VPN server for your homeserver",
|
|
"author": "WeeJeWel",
|
|
"source": "https://github.com/WeeJeWel/wg-easy/",
|
|
"form_fields": [
|
|
{
|
|
"type": "fqdnip",
|
|
"label": "Your public IP address or domain name",
|
|
"required": true,
|
|
"env_variable": "WIREGUARD_HOST"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"label": "Password",
|
|
"max": 50,
|
|
"min": 3,
|
|
"required": true,
|
|
"env_variable": "WIREGUARD_PASSWORD"
|
|
},
|
|
{
|
|
"type": "ip",
|
|
"label": "Default DNS server",
|
|
"required": false,
|
|
"env_variable": "WIREGUARD_DNS"
|
|
}
|
|
],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|