1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00
pyinventory_ynh/manifest.json

48 lines
1 KiB
JSON
Raw Normal View History

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."
},
"version": "0.19.1~ynh1",
"url": "https://github.com/jedie/PyInventory",
2022-09-13 21:08:58 +02:00
"upstream": {
"license": "GPL-3.0-or-later",
"admindoc": "https://github.com/YunoHost-Apps/pyinventory_ynh",
"userdoc": "https://github.com/jedie/PyInventory",
2022-09-13 21:08:58 +02:00
"code": "https://github.com/jedie/PyInventory"
},
"license": "GPL-3.0-or-later",
2020-12-07 16:20:37 +01:00
"maintainer": {
"name": "Jens Diemer",
"email": "pyinventory_ynh@jensdiemer.de"
2020-12-08 09:31:10 +01:00
},
"previous_maintainers": [],
2020-12-07 16:20:37 +01:00
"requirements": {
"yunohost": ">=11"
2020-12-07 16:20:37 +01:00
},
"multi_instance": true,
"services": [
"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
},
{
"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
}
}