mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "PyInventory",
|
|
"id": "pyinventory",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Web based management to catalog things including state and location etc."
|
|
},
|
|
"version": "0.9.2~ynh1",
|
|
"url": "https://github.com/jedie/PyInventory",
|
|
"license": "GPL-3.0",
|
|
"maintainer": {
|
|
"name": "Jens Diemer",
|
|
"email": "pyinventory_yng@jensdiemer.de"
|
|
},
|
|
"previous_maintainers": [],
|
|
"requirements": {
|
|
"yunohost": ">= 4.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for PyInventory",
|
|
"fr": "Choisissez un domaine pour PyInventory"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for PyInventory",
|
|
"fr": "Choisissez un chemin pour PyInventory"
|
|
},
|
|
"example": "/pyinventory",
|
|
"default": "/pyinventory"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"ask": {
|
|
"en": "Choose an admin user for PyInventory",
|
|
"fr": "Choisissez l'administrateur pour PyInventory"
|
|
},
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Should PyInventory be public accessible?",
|
|
"fr": "PyInventory doit-il être accessible au public ?"
|
|
},
|
|
"help": {
|
|
"en": "Any YunoHost user and anonymous people from the web will be able to access the application",
|
|
"fr": "Tout utilisateur YunoHost et les personnes anonymes pourront accéder à l'application"
|
|
},
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
}
|