Files
pi-hosted/template/apps/wireguard-server.json
2022-09-21 22:39:49 -04:00

57 lines
1.4 KiB
JSON

{
"categories": [
"Other",
"VPN"
],
"description": "Fast VPN Server with easy to use User Interface",
"env": [
{
"default": "example.domain.com",
"description": "Set here your DDNS domain",
"label": "WG_HOST",
"name": "WG_HOST"
},
{
"default": "ENTER AN ADMIN PASSWORD",
"description": "Leave blank to access WebUI without loggin",
"label": "PASSWORD",
"name": "PASSWORD"
},
{
"default": "51820",
"label": "WG_PORT",
"name": "WG_PORT"
},
{
"default": "1.1.1.1",
"label": "WG_DEFAULT_DNS",
"name": "WG_DEFAULT_DNS"
},
{
"default": "10.8.0.x",
"label": "WG_DEFAULT_ADDRESS",
"name": "WG_DEFAULT_ADDRESS"
},
{
"default": "0.0.0.0/0, ::/0",
"label": "WG_ALLOWED_IPS",
"name": "WG_ALLOWED_IPS"
}
],
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/wireguard.png",
"name": "wg-easy",
"officialDoc": "https://github.com/WeeJeWel/wg-easy/#1-install-docker",
"piHostedDoc": "wireguard-install.md",
"videoID": "N.13",
"platform": "linux",
"repository": {
"stackfile_arm32": "stack/wireguard-easy.yml",
"stackfile_arm64": "stack/wireguard-easy.yml",
"stackfile_amd64": "stack/wireguard-easy.yml",
"url": "https://github.com/pi-hosted/pi-hosted"
},
"title": "Wireguard Server",
"type": 3,
"webpage": "https://github.com/WeeJeWel/wg-easy/"
}