12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "Wifi with me",
- "id": "wifiwithme",
- "packaging_format": 1,
- "description": {
- "en": "A form and a map to take a census of people who want create a radio network.",
- "fr": "Formulaire & carte pour recenser les aspirant-e-s connecté-e-s à un réseau radio."
- },
- "maintainer": {
- "name": "ljf",
- "email": "ljf+yunohost@grimaud.me"
- },
- "requirements": {
- "yunohost": ">> 2.4.0"
- },
- "multi_instance": "false",
- "services": [
- "nginx"
- ],
- "arguments": {
- "install" : [
- {
- "name": "domain",
- "type": "domain",
- "ask": {
- "en": "Choose a domain for Wifi With Me",
- "fr": "Choisissez un nom de domaine pour Wifi With Me",
- "de": "Wählen Sie bitte einen Domain für Wifi With Me"
- },
- "example": "domain.org"
- },
- {
- "name": "path",
- "type": "path",
- "ask": {
- "en": "Choose a path for Wifi With Me",
- "fr": "Choisissez l'adresse pour Wifi With Me",
- "de": "Tragen Sie bitte den Pfad für Wifi With Me ein"
- },
- "example": "/wifi-with-me",
- "default": "/wifi-with-me"
- },
- {
- "name": "admin",
- "type": "user",
- "ask": {
- "en": "Choose the Wifi With Me administrator (must be an existing YunoHost user)",
- "fr": "Choisissez l'administrateur de Wifi With Me (doit être un utilisateur YunoHost)",
- "de": "Wählen Sie bitte den WifiWithMeadministrator (muss ein vorhandener YunoHost Nutzer sein)"
- },
- "example": "johndoe"
- },
- {
- "name": "email",
- "type": "email",
- "ask": {
- "en": "Choose email were send notification",
- "fr": "Choisissez l'email vers lequel envoyer les notifications",
- "de": "Wählen Sie bitte den email"
- },
- "example": "admin@example.tld"
- }
- ]
- }
- }
|