2015-03-08 15:02:54 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "20euros",
|
2020-05-10 13:10:02 +02:00
|
|
|
|
"id": "20euros",
|
2020-05-10 10:40:23 +02:00
|
|
|
|
"packaging_format": 1,
|
2015-03-08 15:02:54 +01:00
|
|
|
|
"description": {
|
|
|
|
|
"en": "2048 - 20euros",
|
|
|
|
|
"fr": "2048 - 20euros"
|
|
|
|
|
},
|
2020-05-10 10:40:23 +02:00
|
|
|
|
"version": "1.0~ynh1",
|
|
|
|
|
"url": "https://github.com/jatekos101/20euros",
|
|
|
|
|
"license": "MIT",
|
2020-05-10 10:53:58 +02:00
|
|
|
|
"maintainer": {
|
2020-05-11 15:25:43 +02:00
|
|
|
|
"name": "eric_G",
|
|
|
|
|
"email": "ericgaspar@free.fr"
|
2015-03-08 15:02:54 +01:00
|
|
|
|
},
|
2020-05-10 10:40:23 +02:00
|
|
|
|
"requirements": {
|
|
|
|
|
"yunohost": ">= 3.7.0"
|
|
|
|
|
},
|
2020-05-10 12:02:47 +02:00
|
|
|
|
"multi_instance": true,
|
2020-05-10 10:40:23 +02:00
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
2015-03-08 15:02:54 +01:00
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2020-05-10 10:40:23 +02:00
|
|
|
|
"type": "domain",
|
2015-03-08 15:02:54 +01:00
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose a domain for 20euros",
|
|
|
|
|
"fr": "Choisissez un nom de domaine pour 20euros"
|
|
|
|
|
},
|
|
|
|
|
"example": "domain.org"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
2020-05-10 10:40:23 +02:00
|
|
|
|
"type": "path",
|
2015-03-08 15:02:54 +01:00
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose a path for 20euros",
|
|
|
|
|
"fr": "Choisissez un chemin pour 20euros"
|
|
|
|
|
},
|
|
|
|
|
"example": "/20euros",
|
|
|
|
|
"default": "/20euros"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
2020-05-10 10:40:23 +02:00
|
|
|
|
"type": "boolean",
|
2015-03-08 15:02:54 +01:00
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Is it a public game?",
|
|
|
|
|
"fr": "Est-ce un jeu public ?"
|
|
|
|
|
},
|
2020-05-10 10:40:23 +02:00
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, 20euros will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.",
|
|
|
|
|
"fr": "Si cette case est cochée, 20euros sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
|
|
|
|
"default": true
|
2015-03-08 15:02:54 +01:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|