mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2026-03-28 03:00:22 +01:00
Initial commit
Functional, without SSO
This commit is contained in:
66
manifest.json
Normal file
66
manifest.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"name": "LBCAlerte",
|
||||
"id": "LBCAlerte",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "LBCAlerte package for YunoHost.",
|
||||
"fr": "Application LBCAlerte pour YunoHost."
|
||||
},
|
||||
"url": "https://alerte.ilatumi.org/",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "JimboJoe",
|
||||
"email": "jimmy@monin.net",
|
||||
"url": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">> 2.4.0"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm",
|
||||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for LBCAlerte",
|
||||
"fr": "Choisissez un nom de domaine pour LBCAlerte"
|
||||
},
|
||||
"example": "example.com"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for LBCAlerte",
|
||||
"fr": "Choisissez un chemin pour LBCAlerte"
|
||||
},
|
||||
"example": "/LBCAlerte",
|
||||
"default": "/LBCAlerte"
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"type": "password",
|
||||
"ask": {
|
||||
"en": "Password for admin account",
|
||||
"fr": "Mot de passe compte admin"
|
||||
},
|
||||
"example": "password"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public application?",
|
||||
"fr": "Est-ce une application publique ?"
|
||||
},
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user