mirror of
https://github.com/YunoHost/example_ynh.git
synced 2024-09-03 20:06:13 +02:00
firts files set
design from https://github.com/YunoHost-Apps/my_webapp_ynh
This commit is contained in:
parent
7c82a96ca3
commit
d86c2522b9
1 changed files with 13 additions and 17 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue