2020-10-11 14:45:13 +02:00
|
|
|
{
|
|
|
|
"name": "WireGuard",
|
|
|
|
"id": "wireguard",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-06-03 22:02:25 +02:00
|
|
|
"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"
|
2020-10-11 14:45:13 +02:00
|
|
|
},
|
2021-09-09 21:15:09 +02:00
|
|
|
"version": "0.3.2~ynh1",
|
2020-10-11 14:45:13 +02:00
|
|
|
"url": "https://github.com/ngoduykhanh/wireguard-ui",
|
2021-06-03 22:02:25 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "MIT",
|
|
|
|
"website": "https://www.wireguard.com/",
|
|
|
|
"code": "https://github.com/ngoduykhanh/wireguard-ui"
|
|
|
|
},
|
2020-10-11 14:45:13 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "tituspijean",
|
|
|
|
"email": "tituspijean@outlook.com"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2021-11-06 15:32:36 +01:00
|
|
|
"yunohost": ">= 4.2.8"
|
2020-10-11 14:45:13 +02:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
2021-01-14 18:36:36 +01:00
|
|
|
{
|
|
|
|
"name": "warning",
|
|
|
|
"type": "display_text",
|
|
|
|
"ask": {
|
2021-01-22 21:23:38 +01:00
|
|
|
"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."
|
2021-01-14 18:36:36 +01:00
|
|
|
}
|
|
|
|
},
|
2020-10-11 14:45:13 +02:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-11-06 15:32:36 +01:00
|
|
|
"type": "domain"
|
2020-10-11 14:45:13 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
2021-11-06 15:32:36 +01:00
|
|
|
"type": "user"
|
2020-10-11 14:45:13 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|