django-for-runners_ynh/manifest.json

47 lines
976 B
JSON
Raw Normal View History

2020-12-12 19:37:20 +01:00
{
2021-10-10 14:35:06 +02:00
"name": "django-for-runners",
2020-12-12 19:37:20 +01:00
"id": "django-for-runners",
"packaging_format": 1,
"description": {
"en": "Store your GPX tracks of your running (or other sports activity)"
},
2022-04-16 12:10:56 +02:00
"version": "0.13.0~ynh2",
2020-12-12 19:37:20 +01:00
"url": "https://github.com/jedie/django-for-runners",
2022-04-15 16:40:14 +02:00
"upstream": {
"license": "GPL-3.0",
"website": "https://github.com/jedie/django-for-runners",
"code": "https://github.com/jedie/django-for-runners"
},
2020-12-12 19:37:20 +01:00
"license": "GPL-3.0",
"maintainer": {
"name": "Jens Diemer",
"email": "django-for-runners_ynh@jensdiemer.de"
},
"previous_maintainers": [],
"requirements": {
"yunohost": ">= 4.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
2022-04-15 16:40:57 +02:00
"type": "domain"
2020-12-12 19:37:20 +01:00
},
{
"name": "path",
"type": "path",
"example": "/django-for-runners",
"default": "/django-for-runners"
},
{
"name": "admin",
2022-04-15 16:40:57 +02:00
"type": "user"
}
2020-12-12 19:37:20 +01:00
]
}
}