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",
"id": "ynhexample",
"name": "cagette_app",
"id": "cagette",
"packaging_format": 1,
"description": {
"en": "Example package for YunoHost application.",
"fr": "Exemple de package dapplication pour YunoHost."
"en": "Package for Cagette;net application in YunoHost.",
"fr": "Package pour lapplication 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",