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

48 lines
1.4 KiB
JSON
Raw Normal View History

2015-03-08 15:02:54 +01:00
{
2020-12-14 10:10:18 +01:00
"name": "20 euros",
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": "A 2048 variant with Euro coins and notes.",
"fr": "Une variante 2048 avec pièces et billets en euros."
2015-03-08 15:02:54 +01:00
},
2021-03-15 09:46:22 +01:00
"version": "1.0~ynh4",
2020-05-10 10:40:23 +02:00
"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": ""
2015-03-08 15:02:54 +01:00
},
2020-05-10 10:40:23 +02:00
"requirements": {
2021-03-07 20:37:35 +01:00
"yunohost": ">= 4.1.7"
2020-05-10 10:40:23 +02:00
},
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
"example": "domain.org"
},
{
"name": "path",
2020-05-10 10:40:23 +02:00
"type": "path",
2015-03-08 15:02:54 +01:00
"example": "/20euros",
"default": "/20euros"
},
{
"name": "is_public",
2020-05-10 10:40:23 +02:00
"type": "boolean",
"help": {
2020-12-14 10:10:18 +01:00
"en": "If enabled, 20 euros 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, 20 euros sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
2020-05-10 10:40:23 +02:00
},
"default": true
2015-03-08 15:02:54 +01:00
}
]
}
}