mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
68 lines
1.7 KiB
JSON
68 lines
1.7 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.12.0rc2~ynh2",
|
|
"url": "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.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Django-For-Runners",
|
|
"fr": "Choisissez un domaine pour Django-For-Runners"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Django-For-Runners",
|
|
"fr": "Choisissez un chemin pour Django-For-Runners"
|
|
},
|
|
"example": "/django-for-runners",
|
|
"default": "/django-for-runners"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"ask": {
|
|
"en": "Choose an admin user for Django-For-Runners",
|
|
"fr": "Choisissez l'administrateur pour Django-For-Runners"
|
|
},
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Should Django-For-Runners be public accessible?",
|
|
"fr": "Django-For-Runners doit-il être accessible au public ?"
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|