1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lstu_ynh.git synced 2024-09-03 19:36:12 +02:00
lstu_ynh/manifest.json
2021-06-21 22:48:35 +02:00

68 lines
1.2 KiB
JSON

{
"name": "Lstu",
"id": "lstu",
"packaging_format": 1,
"description": {
"en": "URL Shortener",
"fr": "Raccourcisseur d'URL"
},
"version": "0.23-0~ynh1",
"url": "https://lstu.fr",
"upstream": {
"license": "WTFPL",
"website": "https://lstu.fr",
"demo": "https://lstu.fr",
"admindoc": "https://framagit.org/fiat-tux/hat-softwares/lstu/wikis/home",
"code": "https://framagit.org/fiat-tux/hat-softwares/lstu"
},
"license": "WTFPL",
"maintainer": {
"name": "frju365",
"email": "abld@abld.info"
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/lstu",
"default": "/lstu"
},
{
"name": "is_public",
"type": "boolean",
"default": false
},
{
"name": "theme",
"type": "string",
"ask": {
"en": "Choose a theme",
"fr": "Choisissez un theme"
},
"choices": [
"default",
"milligram"
],
"default": "milligram"
},
{
"name": "password",
"type": "password",
"example": "Choose a password"
}
]
}
}