2022-04-02 17:44:57 +02:00
|
|
|
{
|
|
|
|
"name": "django-fritzconnection",
|
|
|
|
"id": "django-fritzconnection",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Web based FritzBox management using Python/Django."
|
|
|
|
},
|
2022-08-16 09:47:54 +02:00
|
|
|
"version": "0.2.0~ynh2",
|
|
|
|
"url": "https://github.com/YunoHost-Apps/django-fritzconnection_ynh",
|
2022-04-02 19:34:39 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"code": "https://github.com/jedie/django-fritzconnection"
|
|
|
|
},
|
2022-04-02 17:44:57 +02:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "Jens Diemer",
|
|
|
|
"email": "django-fritzconnection_ynh@jensdiemer.de"
|
|
|
|
},
|
|
|
|
"previous_maintainers": [],
|
|
|
|
"requirements": {
|
2022-10-04 17:52:42 +02:00
|
|
|
"yunohost": ">= 4.4"
|
2022-04-02 17:44:57 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
2022-08-16 09:47:54 +02:00
|
|
|
"nginx", "postgresql", "redis"
|
2022-04-02 17:44:57 +02:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2022-04-02 19:34:39 +02:00
|
|
|
"type": "domain"
|
2022-04-02 17:44:57 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/django-fritzconnection",
|
|
|
|
"default": "/django-fritzconnection"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
2022-04-02 19:34:39 +02:00
|
|
|
"type": "user"
|
|
|
|
}
|
2022-05-18 18:11:49 +02:00
|
|
|
]
|
2022-04-02 17:44:57 +02:00
|
|
|
}
|
|
|
|
}
|