mirror of
https://github.com/YunoHost-Apps/kiwiirc_ynh.git
synced 2024-09-03 19:35:59 +02:00
Fix
This commit is contained in:
parent
1160f7be30
commit
e3130a231c
3 changed files with 2 additions and 7 deletions
|
@ -4,11 +4,6 @@ location __PATH__/ {
|
|||
# Path to source
|
||||
alias __FINALPATH__/ ;
|
||||
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
"website": "https://kiwiirc.com/",
|
||||
"demo": "https://kiwiirc.com/nextclient",
|
||||
"admindoc": "https://github.com/kiwiirc/kiwiirc/wiki",
|
||||
"userdoc": "https://yunohost.org/apps",
|
||||
"code": "https://github.com/kiwiirc/kiwiirc"
|
||||
},
|
||||
"license": "AGPL-3.0-only",
|
||||
|
@ -21,7 +20,7 @@
|
|||
"name": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.2.4"
|
||||
"yunohost": ">= 4.3.0"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
|
@ -90,6 +90,7 @@ mv ../sources/webircgateway/* $webircgateway_path
|
|||
chmod 750 "$webircgateway_path"
|
||||
chmod -R o-rwx "$webircgateway_path"
|
||||
chown -R $app:www-data "$webircgateway_path"
|
||||
chmod +x "$webircgateway_path/kiwiirc"
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue