From d86c2522b977c6de044466c9b9c37609a340d23d Mon Sep 17 00:00:00 2001 From: Garwinch Date: Sun, 4 Dec 2016 18:16:03 +0100 Subject: [PATCH] firts files set design from https://github.com/YunoHost-Apps/my_webapp_ynh --- manifest.json | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/manifest.json b/manifest.json index 513d033..8db5cc9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,17 +1,17 @@ { - "name": "YunoHost example app", - "id": "ynhexample", + "name": "cagette_app", + "id": "cagette", "packaging_format": 1, "description": { - "en": "Example package for YunoHost application.", - "fr": "Exemple de package d’application pour YunoHost." + "en": "Package for Cagette;net application in YunoHost.", + "fr": "Package pour l’application Cagette.net pour YunoHost." }, - "url": "https://example.com", - "license": "free", + "url": "http://www.cagette.net", + "license": "CC Attribution-Share Alike 4.0 International", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com", - "url": "http://example.com" + "name": "Forissier Gaspard", + "email": "gaspard@garwinch.ddns.net", + "url": "https://garwinch.ddns.net" }, "requirements": { "yunohost": ">> 2.4.0" @@ -28,20 +28,16 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain name for ynhexample", - "fr": "Choisissez un nom de domaine pour ynhexample" + "en": "Choose a domain name for cagette_app", + "fr": "Choisissez un nom de domaine pour cagette_app" }, "example": "example.com" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for ynhexample", - "fr": "Choisissez un chemin pour ynhexample" - }, - "example": "/example", - "default": "/example" + + "default": "/" }, { "name": "admin",