2020-12-07 16:20:37 +01:00
|
|
|
{
|
|
|
|
"name": "PyInventory",
|
|
|
|
"id": "pyinventory",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Web based management to catalog things including state and location etc."
|
|
|
|
},
|
2022-12-22 10:04:29 +01:00
|
|
|
"version": "0.18.0rc1~ynh1",
|
2022-12-21 22:21:42 +01:00
|
|
|
"url": "https://github.com/YunoHost-Apps/pyinventory_ynh",
|
2022-09-13 21:08:58 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"website": "https://github.com/jedie/PyInventory",
|
2022-12-21 22:21:42 +01:00
|
|
|
"admindoc": "https://github.com/jedie/PyInventory",
|
|
|
|
"userdoc": "https://github.com/jedie/PyInventory",
|
2022-09-13 21:08:58 +02:00
|
|
|
"code": "https://github.com/jedie/PyInventory"
|
|
|
|
},
|
2022-12-21 22:21:42 +01:00
|
|
|
"license": "GPL-3.0-or-later",
|
2020-12-07 16:20:37 +01:00
|
|
|
"maintainer": {
|
|
|
|
"name": "Jens Diemer",
|
2021-09-15 20:39:29 +02:00
|
|
|
"email": "pyinventory_ynh@jensdiemer.de"
|
2020-12-08 09:31:10 +01:00
|
|
|
},
|
|
|
|
"previous_maintainers": [],
|
2020-12-07 16:20:37 +01:00
|
|
|
"requirements": {
|
2022-12-21 22:21:42 +01:00
|
|
|
"yunohost": ">=11"
|
2020-12-07 16:20:37 +01:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
2022-09-15 18:16:57 +02:00
|
|
|
"nginx", "postgresql", "redis"
|
2020-12-07 16:20:37 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2022-09-13 21:08:58 +02:00
|
|
|
"type": "domain"
|
2020-12-07 16:20:37 +01:00
|
|
|
},
|
2020-12-09 12:05:24 +01:00
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/pyinventory",
|
|
|
|
"default": "/pyinventory"
|
|
|
|
},
|
2020-12-07 16:20:37 +01:00
|
|
|
{
|
2020-12-08 09:31:10 +01:00
|
|
|
"name": "admin",
|
2022-09-13 21:08:58 +02:00
|
|
|
"type": "user"
|
|
|
|
}
|
|
|
|
]
|
2020-12-07 16:20:37 +01:00
|
|
|
}
|
|
|
|
}
|