mirror of
https://github.com/YunoHost-Apps/cheky_ynh.git
synced 2024-09-03 18:16:00 +02:00
fix: remarks from https://github.com/YunoHost-Apps/LBCAlerte_ynh/pull/3
This commit is contained in:
parent
5e999aa833
commit
215f922a25
2 changed files with 9 additions and 7 deletions
|
@ -28,8 +28,9 @@ location YNH_WWW_PATH {
|
|||
}
|
||||
# PHP configuration end
|
||||
|
||||
# Very important security restriction
|
||||
location /var { deny all;}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
|
||||
# Very important security restriction
|
||||
location /Cheky/var { deny all;}
|
||||
}
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"name": "Cheky",
|
||||
"id": "Cheky",
|
||||
"name": "cheky",
|
||||
"id": "cheky",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Cheky package for YunoHost.",
|
||||
"fr": "Application Cheky pour YunoHost."
|
||||
},
|
||||
"version": "3.8.1",
|
||||
"url": "https://www.cheky.net/",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
|
@ -40,8 +41,8 @@
|
|||
"en": "Choose a path for Cheky",
|
||||
"fr": "Choisissez un chemin pour Cheky"
|
||||
},
|
||||
"example": "/Cheky",
|
||||
"default": "/Cheky"
|
||||
"example": "/cheky",
|
||||
"default": "/cheky"
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
|
|
Loading…
Reference in a new issue