mirror of
https://github.com/YunoHost-Apps/framagames_ynh.git
synced 2024-09-03 18:36:28 +02:00
initial commit
This commit is contained in:
parent
1c2726d944
commit
6305974ef4
2 changed files with 4 additions and 55 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "Multi Instances Webapp",
|
||||
"id": "webapp_multi_inst",
|
||||
"name": "Framagames",
|
||||
"id": "framagames",
|
||||
"description": {
|
||||
"en": "Multi Instances Web App without FTP access",
|
||||
"fr": "Multi Instances Web App vide sans accès FTP"
|
||||
"en": "Set of games Framagames from Framasoft",
|
||||
"fr": "Ensemble de jeux Framagames venant de Framasoft"
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "polytan02",
|
||||
|
|
|
@ -1,51 +0,0 @@
|
|||
{
|
||||
"name": "Multi Instances Webapp",
|
||||
"id": "webapp_multi",
|
||||
"description": {
|
||||
"en": "Multi Instances Web App without FTP access",
|
||||
"fr": "Multi Instances Web App vide sans accès FTP"
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "Polytan02",
|
||||
"email": "polytan02@mcgva.org"
|
||||
},
|
||||
"multi_instance": "true",
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for your Webapp",
|
||||
"fr": "Choisissez un domaine pour votre Webapp"
|
||||
},
|
||||
"example": "domain.org"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for your Webapp",
|
||||
"fr": "Choisissez un chemin pour votre Webapp"
|
||||
},
|
||||
"example": "/site",
|
||||
"default": "/site"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"ask": {
|
||||
"en": "Choose the YunoHost user",
|
||||
"fr": "Choisissez l'utilisateur YunoHost associé"
|
||||
},
|
||||
"example": "johndoe"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"ask": {
|
||||
"en": "Is it a public website ?",
|
||||
"fr": "Est-ce un site public ?"
|
||||
},
|
||||
"choices": ["Yes", "No"],
|
||||
"default": "Yes"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue