1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cheky_ynh.git synced 2024-09-03 18:16:00 +02:00
This commit is contained in:
Gofannon 2018-05-05 11:51:02 +02:00
parent 5e999aa833
commit 215f922a25
2 changed files with 9 additions and 7 deletions

View file

@ -28,8 +28,9 @@ location YNH_WWW_PATH {
} }
# PHP configuration end # PHP configuration end
# Very important security restriction
location /var { deny all;}
# Include SSOWAT user panel. # Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc; include conf.d/yunohost_panel.conf.inc;
}
# Very important security restriction
location /Cheky/var { deny all;}

View file

@ -1,11 +1,12 @@
{ {
"name": "Cheky", "name": "cheky",
"id": "Cheky", "id": "cheky",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Cheky package for YunoHost.", "en": "Cheky package for YunoHost.",
"fr": "Application Cheky pour YunoHost." "fr": "Application Cheky pour YunoHost."
}, },
"version": "3.8.1",
"url": "https://www.cheky.net/", "url": "https://www.cheky.net/",
"license": "free", "license": "free",
"maintainer": { "maintainer": {
@ -40,8 +41,8 @@
"en": "Choose a path for Cheky", "en": "Choose a path for Cheky",
"fr": "Choisissez un chemin pour Cheky" "fr": "Choisissez un chemin pour Cheky"
}, },
"example": "/Cheky", "example": "/cheky",
"default": "/Cheky" "default": "/cheky"
}, },
{ {
"name": "password", "name": "password",