1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/20euros_ynh.git synced 2024-09-03 18:05:53 +02:00
20euros_ynh/manifest.json

60 lines
1.8 KiB
JSON
Raw Normal View History

2015-03-08 15:02:54 +01:00
{
"name": "20euros",
"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": {
2015-03-08 15:02:54 +01:00
"name": "Moul",
"email": "moul@moul.re"
},
2020-05-10 10:40:23 +02:00
"requirements": {
"yunohost": ">= 3.7.0"
},
2020-05-10 10:53:58 +02:00
"multi_instance": false,
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 doesnt have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, 20euros sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
2015-03-08 15:02:54 +01:00
}
]
}
}