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-04-22 23:52:56 +02:00

60 lines
968 B
JSON

{
"name": "Lstu",
"id": "lstu",
"packaging_format": 1,
"description": {
"en": "URL Shortener",
"fr": "Raccoursisseur d'URL"
},
"version": "0.22-0~ynh2",
"url": "https://lstu.fr",
"license": "WTFPL",
"maintainer": {
"name": "frju365",
"email": "abld@abld.info"
},
"requirements": {
"yunohost": ">= 4.1.7"
},
"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",
}
]
}
}