django-for-runners_ynh/manifest.json

57 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": {
2023-04-02 20:15:56 +02:00
"en": "Store your GPX tracks of your running (or other sports activity)"
},
2023-04-04 14:21:04 +02:00
"version": "0.17.3~ynh3",
2023-04-03 09:33:24 +02:00
"url": "https://github.com/jedie/django-for-runners",
2022-04-15 16:40:14 +02:00
"upstream": {
"license": "GPL-3.0",
2023-04-03 09:33:24 +02:00
"admindoc": "https://github.com/YunoHost-Apps/django-for-runners_ynh",
2023-04-02 20:15:56 +02:00
"userdoc": "https://github.com/jedie/django-for-runners",
2022-04-15 16:40:14 +02:00
"code": "https://github.com/jedie/django-for-runners"
},
2023-04-02 20:15:56 +02:00
"license": "GPL-3.0-or-later",
2020-12-12 19:37:20 +01:00
"maintainer": {
"name": "Jens Diemer",
"email": "django-for-runners_ynh@jensdiemer.de"
},
"previous_maintainers": [],
"requirements": {
2023-04-02 20:15:56 +02:00
"yunohost": ">=11"
2020-12-12 19:37:20 +01:00
},
"multi_instance": true,
"services": [
2022-09-18 19:00:39 +02:00
"nginx", "postgresql", "redis"
2020-12-12 19:37:20 +01:00
],
"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"
2022-09-18 19:00:39 +02:00
},
{
"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
}
2020-12-12 19:37:20 +01:00
]
}
}