mirror of
https://github.com/YunoHost-Apps/wemawema_ynh.git
synced 2024-10-01 13:34:56 +02:00
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
||
"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~ynh3",
|
||
"url": "https://framagit.org/luc/wemawema",
|
||
"upstream": {
|
||
"license": "AGPL-3.0-only",
|
||
"demo": "https://framagit.org/luc/wemawema",
|
||
"code": "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": ">> 4.2.4"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"example": "domain.org"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/wemawema",
|
||
"default": "/wemawema"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|