mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
b58e5efec7
The web UI does not handle yet installation on a subpath
57 lines
1.9 KiB
JSON
57 lines
1.9 KiB
JSON
{
|
||
"name": "WireGuard",
|
||
"id": "wireguard",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Virtual Private Networks (VPN) via WireGuard, with a web UI",
|
||
"fr": "Réseaux Privés Virtuels (VPN) via WireGuard, avec une web UI"
|
||
},
|
||
"version": "0.2.7~ynh2",
|
||
"url": "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",
|
||
"ask": {
|
||
"en": "Choose a domain name for WireGuard UI",
|
||
"fr": "Choisissez un nom de domaine pour WireGuard UI"
|
||
},
|
||
"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",
|
||
"ask": {
|
||
"en": "Choose an admin user",
|
||
"fr": "Choisissez l’administrateur"
|
||
},
|
||
"example": "johndoe"
|
||
}
|
||
]
|
||
}
|
||
}
|