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

47 lines
957 B
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."
},
2022-10-03 18:29:27 +02:00
"version": "0.17.0~ynh1",
2020-12-07 16:20:37 +01:00
"url": "https://github.com/jedie/PyInventory",
2022-09-13 21:08:58 +02:00
"upstream": {
"license": "GPL-3.0",
"website": "https://github.com/jedie/PyInventory",
"code": "https://github.com/jedie/PyInventory"
},
2020-12-07 16:20:37 +01:00
"license": "GPL-3.0",
"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": {
2022-09-13 21:08:58 +02:00
"yunohost": ">= 4.4"
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
}
}