django-fritzconnection_ynh/manifest.json

47 lines
993 B
JSON
Raw Normal View History

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-05-15 19:35:11 +02:00
"version": "0.2.0~ynh1",
2022-04-02 17:44:57 +02:00
"url": "https://github.com/jedie/django-fritzconnection",
2022-04-02 19:34:39 +02:00
"upstream": {
"license": "GPL-3.0",
"website": "https://github.com/jedie/django-fritzconnection",
"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": {
"yunohost": ">= 4.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"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-04-02 17:44:57 +02:00
]
}
}