{ "name": "Django Example", "id": "django_example_ynh", "packaging_format": 1, "description": { "en": "Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost." }, "version": "v0.3.0~ynh1", "url": "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": ">= 4.0" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "domain.org" }, { "name": "path", "type": "path", "example": "/django_example_ynh", "default": "/django_example_ynh" }, { "name": "admin", "type": "user", "example": "johndoe" }, { "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 } ] } }