mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
54 lines
1.7 KiB
JSON
54 lines
1.7 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.2.7~ynh5",
|
|
"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.0.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",
|
|
"example": "wg.example.com",
|
|
"help": {
|
|
"en": "The web UI requires its own dedicated domain.",
|
|
"fr": "L'interface web nécessite son propre domaine."
|
|
}
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "johndoe"
|
|
}
|
|
]
|
|
}
|
|
}
|