firts files set

design from https://github.com/YunoHost-Apps/my_webapp_ynh
This commit is contained in:
Garwinch 2016-12-04 18:16:03 +01:00 committed by GitHub
parent 7c82a96ca3
commit d86c2522b9

View file

@ -1,17 +1,17 @@
{ {
"name": "YunoHost example app", "name": "cagette_app",
"id": "ynhexample", "id": "cagette",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Example package for YunoHost application.", "en": "Package for Cagette;net application in YunoHost.",
"fr": "Exemple de package dapplication pour YunoHost." "fr": "Package pour lapplication Cagette.net pour YunoHost."
}, },
"url": "https://example.com", "url": "http://www.cagette.net",
"license": "free", "license": "CC Attribution-Share Alike 4.0 International",
"maintainer": { "maintainer": {
"name": "John doe", "name": "Forissier Gaspard",
"email": "john.doe@example.com", "email": "gaspard@garwinch.ddns.net",
"url": "http://example.com" "url": "https://garwinch.ddns.net"
}, },
"requirements": { "requirements": {
"yunohost": ">> 2.4.0" "yunohost": ">> 2.4.0"
@ -28,20 +28,16 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain name for ynhexample", "en": "Choose a domain name for cagette_app",
"fr": "Choisissez un nom de domaine pour ynhexample" "fr": "Choisissez un nom de domaine pour cagette_app"
}, },
"example": "example.com" "example": "example.com"
}, },
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": {
"en": "Choose a path for ynhexample", "default": "/"
"fr": "Choisissez un chemin pour ynhexample"
},
"example": "/example",
"default": "/example"
}, },
{ {
"name": "admin", "name": "admin",