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"
|
|
|
|
},
|
2022-05-30 13:46:25 +02:00
|
|
|
"version": "1.0.0~ynh3",
|
2022-01-28 17:15:32 +01:00
|
|
|
"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-05-30 13:46:25 +02:00
|
|
|
"multi_instance": true,
|
2022-01-28 17:15:32 +01:00
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
2022-05-30 13:46:25 +02:00
|
|
|
"install": [
|
2022-01-28 17:15:32 +01:00
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/sutom",
|
|
|
|
"default": "/sutom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|