mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
86 lines
2.6 KiB
JSON
Executable file
86 lines
2.6 KiB
JSON
Executable file
{
|
|
"name": "Plume",
|
|
"id": "plume",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Federated blogging application",
|
|
"fr": "Une application de blogging fédérée."
|
|
},
|
|
"version": "0.5.0~ynh1",
|
|
"url": "https://baptiste.gelez.xyz/",
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": [
|
|
{
|
|
"name": "Anmol Sharma",
|
|
"email": "anmol@datamol.org"
|
|
},
|
|
{
|
|
"name": "yalh76"
|
|
}],
|
|
"requirements": {
|
|
"yunohost": ">= 3.5"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for Plume",
|
|
"fr": "Choisissez un nom de domaine pour Plume"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"ask": {
|
|
"en": "Choose the Plume administrator (must be an existing YunoHost user)",
|
|
"fr": "Choisissez l'administrateur de Plume (doit être un utilisateur YunoHost existant)"
|
|
},
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?",
|
|
"fr": "Est-ce une application publique ?"
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"ask": {
|
|
"en": "Set the administrator password",
|
|
"fr": "Définissez le mot de passe administrateur"
|
|
},
|
|
"example": "Choose a password"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose a name for your Plume instance",
|
|
"fr": "Choisissez un nom pour votre instance Plume"
|
|
},
|
|
"example": "My blog",
|
|
"default": "My blog"
|
|
},
|
|
{
|
|
"name": "registration",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is registrations open to everyone?",
|
|
"fr": "Les inscriptions sont t'elles ouvertes à tout le monde?"
|
|
},
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
}
|