mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
2a195bc33b
* Add Enable/Disable Service feature * Add Secure/Unsecure Wifi feature
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "Wifi Hotspot",
|
|
"id": "hotspot",
|
|
"description": {
|
|
"en": "Wifi Hotspot",
|
|
"fr": "Hotspot Wifi"
|
|
},
|
|
"license": "AGPL-3",
|
|
"developer": {
|
|
"name": "Julien Vaubourg",
|
|
"email": "julien@vaubourg.com",
|
|
"url": "http://julien.vaubourg.com"
|
|
},
|
|
"multi_instance": "false",
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for the web administration",
|
|
"fr": "Choisissez un domaine pour l'administration web"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"ask": {
|
|
"en": "Choose a path for the web administration",
|
|
"fr": "Choissez un chemin pour l'administration web"
|
|
},
|
|
"example": "/wifiadmin",
|
|
"default": "/wifiadmin"
|
|
},
|
|
{
|
|
"name": "wifi_ssid",
|
|
"ask": {
|
|
"en": "Choose a wifi name (SSID)",
|
|
"fr": "Choisissez un nom pour le wifi (SSID)"
|
|
},
|
|
"example": "myNeutralNetwork",
|
|
"default": "myNeutralNetwork"
|
|
},
|
|
{
|
|
"name": "wifi_passphrase",
|
|
"ask": {
|
|
"en": "Choose a wifi password (at least 8 characters for WPA2)",
|
|
"fr": "Choisissez un mot de passe wifi (au minimum 8 caractères pour le WPA2)"
|
|
},
|
|
"example": "VhegT8oev0jZI"
|
|
},
|
|
{
|
|
"name": "firmware_nonfree",
|
|
"ask": {
|
|
"en": "Install non-free firmwares for the wifi dongle (yes/no)",
|
|
"fr": "Installer des firmwares non-libres pour la clé USB wifi (yes/no)"
|
|
},
|
|
"example": "yes",
|
|
"default": "yes"
|
|
}
|
|
]
|
|
}
|
|
}
|