django-for-runners_ynh/manifest.json

61 lines
1.4 KiB
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)"
},
2021-11-22 23:17:44 +01:00
"version": "0.12.1~ynh1",
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",
"type": "domain",
"ask": {
2021-10-10 14:35:06 +02:00
"en": "Choose a domain for django-for-runners",
"fr": "Choisissez un domaine pour django-for-runners"
2020-12-12 19:37:20 +01:00
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
2021-10-10 14:35:06 +02:00
"en": "Choose a path for django-for-runners",
"fr": "Choisissez un chemin pour django-for-runners"
2020-12-12 19:37:20 +01:00
},
"example": "/django-for-runners",
"default": "/django-for-runners"
},
{
"name": "admin",
"type": "user",
"ask": {
2021-10-10 14:35:06 +02:00
"en": "Choose an admin user for django-for-runners",
"fr": "Choisissez l'administrateur pour django-for-runners"
2020-12-12 19:37:20 +01:00
},
"example": "johndoe"
}
]
}
}