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

64 lines
1.2 KiB
JSON
Raw Normal View History

2017-02-02 19:07:58 +01:00
{
"name": "Lstu",
"id": "lstu",
"packaging_format": 1,
"description": {
"en": "URL Shortener",
"fr": "Raccourcisseur d'URL"
2017-02-02 19:07:58 +01:00
},
2022-05-20 00:01:04 +02:00
"version": "0.25-0~ynh1",
2017-02-02 19:07:58 +01:00
"url": "https://lstu.fr",
2021-06-21 22:48:35 +02:00
"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"
},
2017-02-02 19:07:58 +01:00
"license": "WTFPL",
"maintainer": {
2018-12-21 14:39:59 +01:00
"name": "frju365",
"email": "abld@abld.info"
2017-02-02 19:07:58 +01:00
},
2020-04-19 05:16:46 +02:00
"requirements": {
2022-05-20 00:01:04 +02:00
"yunohost": ">= 4.3.0"
2020-04-19 05:16:46 +02:00
},
2019-02-03 21:40:29 +01:00
"multi_instance": true,
2017-02-02 19:07:58 +01:00
"services": [
"nginx"
],
"arguments": {
2019-02-15 00:56:34 +01:00
"install": [
2017-02-02 19:07:58 +01:00
{
"name": "domain",
2021-09-21 23:45:14 +02:00
"type": "domain"
2017-02-02 19:07:58 +01:00
},
{
"name": "path",
"type": "path",
"example": "/lstu",
"default": "/lstu"
},
{
"name": "is_public",
2017-04-21 12:54:39 +02:00
"type": "boolean",
"default": false
2019-02-14 23:39:36 +01:00
},
{
"name": "theme",
"type": "string",
"ask": {
"en": "Choose a theme",
"fr": "Choisissez un theme"
},
2022-05-20 00:01:04 +02:00
"choices": ["default", "milligram"],
2019-02-14 23:39:36 +01:00
"default": "milligram"
2019-02-15 00:56:34 +01:00
},
{
2019-02-14 23:41:28 +01:00
"name": "password",
2021-09-21 23:45:14 +02:00
"type": "password"
2017-02-02 19:07:58 +01:00
}
]
}
2019-02-21 12:36:09 +01:00
}