mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
47 lines
1 KiB
JSON
47 lines
1 KiB
JSON
{
|
|
"name": "PyInventory",
|
|
"id": "pyinventory",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Web based management to catalog things including state and location etc."
|
|
},
|
|
"version": "0.19.2~ynh1",
|
|
"url": "https://github.com/jedie/PyInventory",
|
|
"upstream": {
|
|
"license": "GPL-3.0-or-later",
|
|
"admindoc": "https://github.com/YunoHost-Apps/pyinventory_ynh",
|
|
"userdoc": "https://github.com/jedie/PyInventory",
|
|
"code": "https://github.com/jedie/PyInventory"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "Jens Diemer",
|
|
"email": "pyinventory_ynh@jensdiemer.de"
|
|
},
|
|
"previous_maintainers": [],
|
|
"requirements": {
|
|
"yunohost": ">=11"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx", "postgresql", "redis"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/pyinventory",
|
|
"default": "/pyinventory"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|