mirror of
https://github.com/YunoHost-Apps/sutom_ynh.git
synced 2024-09-03 20:26:15 +02:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/sutom",
|
|
"default": "/sutom"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|