1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wemawema_ynh.git synced 2024-10-01 13:34:56 +02:00
wemawema_ynh/manifest.json
2020-12-14 11:22:18 +01:00

60 lines
2 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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": "WemaWema",
"id": "wemawema",
"packaging_format": 1,
"description": {
"en": "\"WE MAKE PORN\" meme generator but it can do more.",
"fr": "Générateur de mème « WE MAKE PORN » mais il peut faire bien plus."
},
"version": "26.1~ynh2",
"url": "https://framagit.org/luc/wemawema",
"license": "AGPL-3.0-only",
"maintainer": {
"name": "Luc Didry",
"email": "luc@didry.org",
"url": "https://fiat-tux.fr"
},
"requirements": {
"yunohost": ">> 3.8.1"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for WemaWema",
"fr": "Choisissez un nom de domaine pour WemaWema"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for WemaWema",
"fr": "Choisissez un chemin pour WemaWema"
},
"example": "/wemawema",
"default": "/wemawema"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"help": {
"en": "If enabled, WemaWema will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, WemaWema sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}