2022-01-28 17:15:32 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "Sutom",
|
|
|
|
|
"id": "sutom",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "Wordle-based online word game",
|
|
|
|
|
"fr": "Jeu de lettres en ligne basé sur Wordle"
|
|
|
|
|
},
|
|
|
|
|
"version": "1.0.0~ynh1",
|
|
|
|
|
"url": "https://sutom.nocle.fr/",
|
|
|
|
|
"upstream": {
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"website": "https://sutom.nocle.fr/",
|
|
|
|
|
"demo": "https://sutom.nocle.fr/",
|
|
|
|
|
"code": "https://framagit.org/JonathanMM/sutom"
|
|
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "",
|
|
|
|
|
"email": ""
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
|
|
|
|
"yunohost": ">= 4.3.0"
|
|
|
|
|
},
|
2022-01-28 17:41:43 +01:00
|
|
|
|
"multi_instance": false,
|
2022-01-28 17:15:32 +01:00
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
|
|
|
|
"example": "/sutom",
|
|
|
|
|
"default": "/sutom"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
2022-01-28 17:31:19 +01:00
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, Sutom 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, Sutom sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
2022-01-28 17:15:32 +01:00
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|