mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "Django Example",
|
|
"id": "django_example",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Demo YunoHost Application to demonstrate the integration of a Django project",
|
|
"fr": "Démonstration d'intégration d'un projet Django dand YunoHost"
|
|
},
|
|
"version": "0.2.0~ynh1",
|
|
"url": "https://github.com/YunoHost-Apps/django_example_ynh",
|
|
"upstream": {
|
|
"license": "GPL-3.0",
|
|
"website": "https://github.com/YunoHost-Apps/django_example_ynh",
|
|
"admindoc": "https://github.com/YunoHost-Apps/django_example_ynh",
|
|
"userdoc": "https://github.com/jedie/django-example",
|
|
"code": "https://github.com/YunoHost-Apps/django_example_ynh"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"maintainer": {
|
|
"name": "Jens Diemer",
|
|
"email": "django_example_ynh@jensdiemer.de"
|
|
},
|
|
"previous_maintainers": [],
|
|
"requirements": {
|
|
"yunohost": ">=11"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx", "postgresql", "redis"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/django_example_ynh",
|
|
"default": "/django_example_ynh"
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|