1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-fmd_ynh.git synced 2024-09-03 18:26:27 +02:00
django-fmd_ynh/manifest.json

47 lines
947 B
JSON
Raw Normal View History

2022-07-11 20:34:24 +02:00
{
"name": "django-fmd",
"id": "django-fmd",
"packaging_format": 1,
"description": {
"en": "Web based FritzBox management using Python/Django."
},
2022-08-10 18:52:27 +02:00
"version": "0.3.2~ynh1",
"url": "https://github.com/YunoHost-Apps/django-fmd_ynh",
2022-07-11 20:34:24 +02:00
"upstream": {
"license": "GPL-3.0",
"website": "https://gitlab.com/jedie/django-find-my-device",
"code": "https://gitlab.com/jedie/django-find-my-device"
},
"license": "GPL-3.0",
"maintainer": {
"name": "Jens Diemer",
"email": "django-fmd_ynh@jensdiemer.de"
},
"previous_maintainers": [],
"requirements": {
"yunohost": ">= 4.4"
2022-07-11 20:34:24 +02:00
},
2022-07-11 23:03:35 +02:00
"multi_instance": false,
2022-07-11 20:34:24 +02:00
"services": [
2022-08-16 08:59:39 +02:00
"nginx", "postgresql", "redis"
2022-07-11 20:34:24 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
2022-07-11 23:53:01 +02:00
"example": "/fmd",
"default": "/fmd"
2022-07-11 20:34:24 +02:00
},
{
"name": "admin",
"type": "user"
}
]
}
}