1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00
hotspot_ynh/manifest.json

54 lines
1.8 KiB
JSON
Raw Normal View History

2014-11-02 21:30:56 +01:00
{
2021-05-15 20:52:43 +02:00
"name": "Wifi Hotspot",
"id": "hotspot",
"packaging_format": 1,
"description": {
"en": "Create and manager wifi networks, share Internet access and use Yunohost apps accross wifi",
"fr": "Créer et configurer des réseaux wifi, partager l'accès a Internet et utiliser les applications Yunohost via wifi"
},
2021-06-07 18:33:59 +02:00
"version": "1.2.0~ynh5",
2021-05-15 20:52:43 +02:00
"url": "https://github.com/labriqueinternet/hotspot_ynh",
"license": "AGPL-3.0",
"maintainer": {
"name": "Julien Vaubourg",
"email": "julien@vaubourg.com",
"url": "http://julien.vaubourg.com"
},
"requirements": {
2021-09-20 19:19:31 +02:00
"yunohost": ">= 4.3.0"
2021-05-15 20:52:43 +02:00
},
"multi_instance": false,
"services": [],
2021-05-15 20:52:43 +02:00
"arguments": {
"install" : [
{
"name": "wifi_ssid",
"type": "string",
"ask": {
"en": "Choose a wifi name (SSID)",
"fr": "Choisissez un nom pour le wifi (SSID)"
},
"example": "myNeutralNetwork",
"default": "myNeutralNetwork"
},
{
"name": "wifi_passphrase",
"type": "password",
"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)"
2021-10-13 01:22:32 +02:00
}
2021-05-15 20:52:43 +02:00
},
{
"name": "firmware_nonfree",
2021-10-13 01:22:32 +02:00
"type": "boolean",
2021-05-15 20:52:43 +02:00
"ask": {
2021-10-13 01:22:32 +02:00
"en": "Install non-free firmwares - in addition to the free ones - for the wifi dongle",
"fr": "Installer des firmwares non-libres (en plus des libres) pour la clé USB wifi"
2021-05-15 20:52:43 +02:00
},
2021-10-13 01:22:32 +02:00
"default": false
2021-05-15 20:52:43 +02:00
}
]
}
2014-11-02 21:30:56 +01:00
}