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
JensDiemer 423672a0df init
2022-07-11 20:34:24 +02:00

46 lines
938 B
JSON

{
"name": "django-fmd",
"id": "django-fmd",
"packaging_format": 1,
"description": {
"en": "Web based FritzBox management using Python/Django."
},
"version": "0.0.1~ynh1",
"url": "https://gitlab.com/jedie/django-find-my-device",
"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.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/django-fmd",
"default": "/django-fmd"
},
{
"name": "admin",
"type": "user"
}
]
}
}