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
tituspijean b58e5efec7 Remove prompt for path_url
The web UI does not handle yet installation on a subpath
2021-03-20 18:37:18 +01:00

57 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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 ladministrateur"
},
"example": "johndoe"
}
]
}
}