1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git synced 2024-09-03 19:36:27 +02:00
lionwiki-t2t_ynh/manifest.json

88 lines
3 KiB
JSON
Raw Normal View History

2020-03-01 11:28:28 +01:00
{
"name": "Lionwiki-t2t",
"id": "lionwikit2t",
"packaging_format": 1,
"description": {
"en": "Lionwiki-t2t is a simple CMS (content management system) in the form of a wiki engine, based on lionwiki and the txt2tags syntax, and using flat files as database.",
"fr": "Lionwiki-t2t est un système CMS de type wiki pour la création et l'entretien collectif de sites internet, utilisant des fichiers textes comme base de données."
},
"version": "1.0~ynh1",
"url": "https://lionwiki-t2t.sourceforge.io/",
"license": "free",
"maintainer": {
"name": "Eric Forgeot"
},
"requirements": {
"yunohost": ">= 3.5"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for lionwiki-t2t",
"fr": "Choisissez un nom de domaine pour lionwiki-t2t"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for lionwiki-t2t",
"fr": "Choisissez un chemin pour lionwiki-t2t"
},
"example": "/lionwiki-t2t",
"default": "/lionwiki-t2t"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
"default": "en"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
},
"example": "Choose a password"
}
]
}
}