mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
add manifest
This commit is contained in:
parent
ba476e4bb3
commit
8fbe38d3a0
1 changed files with 35 additions and 0 deletions
35
manifest.json
Normal file
35
manifest.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "Yourls",
|
||||
"id": "yourls",
|
||||
"description": {
|
||||
"en": "A drop-in, low-overhead monitoring web dashboard for a linux machine.",
|
||||
"fr": "Un tableau de bord leger pour le monitoring d'un serveur linux."
|
||||
},
|
||||
"developer": {
|
||||
"name": "courgette",
|
||||
"email": "courgette@farcie.fr",
|
||||
"url": "http://thomaslebeau.fr"
|
||||
},
|
||||
"multi_instance": "false",
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for Yourls",
|
||||
"fr": "Choisissez un domaine pour Yourls"
|
||||
},
|
||||
"example": "domain.org"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for Yourls",
|
||||
"fr": "Choisissez un chemin pour Yourls"
|
||||
},
|
||||
"example": "/yourls",
|
||||
"default": "/yourls"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue