1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00
wireguard_ynh/manifest.json
ericgaspar a0fef6524f
v0.3.2
2021-11-06 15:32:36 +01:00

48 lines
1.5 KiB
JSON

{
"name": "WireGuard",
"id": "wireguard",
"packaging_format": 1,
"description": {
"en": "Virtual Private Networks (VPN) via WireGuard, with a web UI to ease configuration",
"fr": "Réseaux Privés Virtuels (VPN) via WireGuard, avec une web UI pour faciliter sa configuration"
},
"version": "0.3.2~ynh1",
"url": "https://github.com/ngoduykhanh/wireguard-ui",
"upstream": {
"license": "MIT",
"website": "https://www.wireguard.com/",
"code": "https://github.com/ngoduykhanh/wireguard-ui"
},
"license": "MIT",
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com"
},
"requirements": {
"yunohost": ">= 4.2.8"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "warning",
"type": "display_text",
"ask": {
"en": "WireGuard installs a Linux kernel module and will most likely require a reboot of your server to work properly.",
"fr": "WireGuard installe un module au noyau Linux et nécessite probablement un redémarrage du serveur pour fonctionner correctement."
}
},
{
"name": "domain",
"type": "domain"
},
{
"name": "admin",
"type": "user"
}
]
}
}