mirror of
https://github.com/YunoHost-Apps/lutim_ynh.git
synced 2024-09-03 19:36:24 +02:00
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
|
{
|
|||
|
"name": "Lutim",
|
|||
|
"id": "lutim",
|
|||
|
"description": {
|
|||
|
"en": "Leed is a minimalistic RSS feed aggregator which allows quick and non-intrusive reading of feeds.",
|
|||
|
"fr": "Leed est un agrégateur RSS minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive."
|
|||
|
Lutim est un logiciel d’hébergement d’images. Il s’agit aussi du nom du logiciel (libre) qui fournit ce service.
|
|||
|
},
|
|||
|
"developer": {
|
|||
|
"name": "Maniack Crudelis",
|
|||
|
"email": "maniack@crudelis.fr",
|
|||
|
"url": "https://lut.im/"
|
|||
|
},
|
|||
|
"multi_instance": "true",
|
|||
|
"arguments": {
|
|||
|
"install" : [
|
|||
|
{
|
|||
|
"name": "domain",
|
|||
|
"ask": {
|
|||
|
"en": "Choose a domain for Lutim",
|
|||
|
"fr": "Choisissez un domaine pour Lutim"
|
|||
|
},
|
|||
|
"example": "domain.org"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "path",
|
|||
|
"ask": {
|
|||
|
"en": "Choose a path for Lutim",
|
|||
|
"fr": "Choisissez un chemin pour Lutim"
|
|||
|
},
|
|||
|
"example": "/lutim",
|
|||
|
"default": "/lutim"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "admin",
|
|||
|
"ask": {
|
|||
|
"en": "Choose the Lutim administrator (must be an existing YunoHost user)",
|
|||
|
"fr": "Choisissez un administrateur Lutim (doit être un utilisateur YunoHost)"
|
|||
|
},
|
|||
|
"example": "john"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "is_public",
|
|||
|
"ask": {
|
|||
|
"en": "Uploading images is it public?",
|
|||
|
"fr": "L'upload des images est-il public ?"
|
|||
|
},
|
|||
|
"choices": ["Yes", "No"],
|
|||
|
"default": "No"
|
|||
|
}
|
|||
|
]
|
|||
|
}
|
|||
|
}
|