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
Éric Gaspar 87928bdbe6
Testing (#18)
* Cleaning up (#9)

* Update README_fr.md

* cleaning up

* Fix package_checker warning

* permission rework

* From source

* Update app.src

* fix

* fix

* Set SVG badge

* Update README_fr.md

* Small fix

* Small fixes

* Cleaning up

* Update manifest.json

* Update change_url

* Update manifest.json

* Update upgrade

* Add user

* Fix

* fix

* Update install

* Fix

* [autopatch] Update issue and PR templates (#16)

* Testing (#13)

- Set permissions

* [autopatch] Update issue and PR templates (#15)

Co-authored-by: Yunohost-Bot <>

* [autopatch] Update issue and PR templates

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: Yunohost-Bot <>

* Update manifest.json

* Update check_process

* Update restore

* Cleaning up

* Auto-update README

* Auto-update README

* Update manifest.json

* Auto-update README

* update to 4.3

* Update manifest.json

* Auto-update README

* Update manifest.json

* Auto-update README

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Yunohost-Bot <>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-12-24 21:29:58 +01:00

51 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "20 euros",
"id": "20euros",
"packaging_format": 1,
"description": {
"en": "2048 variant with Euro coins and notes",
"fr": "Variante de 2048 avec pièces et billets en euros"
},
"version": "1.0~ynh6",
"url": "https://github.com/jatekos101/20euros",
"upstream": {
"license": "MIT",
"website": "https://github.com/jatekos101/20euros",
"code": "https://github.com/jatekos101/20euros"
},
"license": "MIT",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/20euros",
"default": "/20euros"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"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."
},
"default": true
}
]
}
}