2020-12-23 19:53:13 +01:00
{
2021-02-28 10:56:42 +01:00
"name" : "Django Example" ,
"id" : "django_example_ynh" ,
2020-12-23 19:53:13 +01:00
"packaging_format" : 1 ,
"description" : {
2022-08-14 14:11:50 +02:00
"en" : "Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost via https://github.com/YunoHost-Apps/django_yunohost_integration"
2020-12-23 19:53:13 +01:00
} ,
2022-04-02 20:07:31 +02:00
"version" : "v0.3.0~ynh1" ,
2021-02-28 10:56:42 +01:00
"url" : "https://github.com/YunoHost-Apps/django_example_ynh" ,
2022-04-02 20:13:51 +02:00
"upstream" : {
"license" : "GPL-3.0" ,
2022-08-14 14:11:50 +02:00
"website" : "https://github.com/YunoHost-Apps/django_example_ynh" ,
"admindoc" : "https://github.com/YunoHost-Apps/django_example_ynh" ,
"userdoc" : "https://github.com/YunoHost-Apps/django_example_ynh" ,
"code" : "https://github.com/YunoHost-Apps/django_example_ynh"
2022-04-02 20:13:51 +02:00
} ,
2020-12-23 19:53:13 +01:00
"license" : "GPL-3.0" ,
"maintainer" : {
"name" : "Jens Diemer" ,
2021-02-28 10:56:42 +01:00
"email" : "django_example_ynh@jensdiemer.de"
2020-12-23 19:53:13 +01:00
} ,
"previous_maintainers" : [ ] ,
"requirements" : {
2022-08-14 14:14:37 +02:00
"yunohost" : ">= 4.3"
2020-12-23 19:53:13 +01:00
} ,
"multi_instance" : true ,
"services" : [
2022-08-14 14:26:54 +02:00
"nginx" , "postgresql" , "redis"
2020-12-23 19:53:13 +01:00
] ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
2022-04-02 20:12:23 +02:00
"type" : "domain"
2020-12-23 19:53:13 +01:00
} ,
{
"name" : "path" ,
"type" : "path" ,
2021-02-28 10:56:42 +01:00
"example" : "/django_example_ynh" ,
"default" : "/django_example_ynh"
2020-12-23 19:53:13 +01:00
} ,
{
"name" : "admin" ,
2022-04-02 20:12:23 +02:00
"type" : "user"
2020-12-23 19:53:13 +01: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
}
]
}
}