mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
81bfa624b5
needed because of: https://github.com/python-poetry/poetry/issues/6013 see also: https://forum.yunohost.org/t/invalid-pep-440-version-0-16-0-ynh1/21293
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "django-for-runners",
|
|
"id": "django-for-runners",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Store your GPX tracks of your running (or other sports activity)"
|
|
},
|
|
"version": "0.15.0~ynh2",
|
|
"url": "https://github.com/jedie/django-for-runners",
|
|
"upstream": {
|
|
"license": "GPL-3.0",
|
|
"website": "https://github.com/jedie/django-for-runners",
|
|
"code": "https://github.com/jedie/django-for-runners"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"maintainer": {
|
|
"name": "Jens Diemer",
|
|
"email": "django-for-runners_ynh@jensdiemer.de"
|
|
},
|
|
"previous_maintainers": [],
|
|
"requirements": {
|
|
"yunohost": ">= 4.4"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx", "postgresql", "redis"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/django-for-runners",
|
|
"default": "/django-for-runners"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"help": {
|
|
"en": "Any YunoHost user and anonymous people from the web will be able to access the application",
|
|
"fr": "Tout utilisateur YunoHost et les personnes anonymes pourront accéder à l'application"
|
|
},
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
}
|