mirror of
https://github.com/YunoHost-Apps/django-fritzconnection_ynh.git
synced 2024-09-03 18:26:24 +02:00
46 lines
1 KiB
JSON
46 lines
1 KiB
JSON
{
|
|
"name": "django-fritzconnection",
|
|
"id": "django-fritzconnection",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Web based FritzBox management using Python/Django."
|
|
},
|
|
"version": "0.2.0~ynh2",
|
|
"url": "https://github.com/YunoHost-Apps/django-fritzconnection_ynh",
|
|
"upstream": {
|
|
"license": "GPL-3.0",
|
|
"website": "https://github.com/jedie/django-fritzconnection",
|
|
"code": "https://github.com/jedie/django-fritzconnection"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"maintainer": {
|
|
"name": "Jens Diemer",
|
|
"email": "django-fritzconnection_ynh@jensdiemer.de"
|
|
},
|
|
"previous_maintainers": [],
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx", "postgresql", "redis"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/django-fritzconnection",
|
|
"default": "/django-fritzconnection"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|