1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwiirc_ynh.git synced 2024-09-03 19:35:59 +02:00
This commit is contained in:
ericgaspar 2022-02-02 22:58:35 +01:00
parent 1160f7be30
commit e3130a231c
3 changed files with 2 additions and 7 deletions

View file

@ -4,11 +4,6 @@ location __PATH__/ {
# Path to source # Path to source
alias __FINALPATH__/ ; alias __FINALPATH__/ ;
# Force usage of https
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
# Include SSOWAT user panel. # Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc; include conf.d/yunohost_panel.conf.inc;
} }

View file

@ -13,7 +13,6 @@
"website": "https://kiwiirc.com/", "website": "https://kiwiirc.com/",
"demo": "https://kiwiirc.com/nextclient", "demo": "https://kiwiirc.com/nextclient",
"admindoc": "https://github.com/kiwiirc/kiwiirc/wiki", "admindoc": "https://github.com/kiwiirc/kiwiirc/wiki",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/kiwiirc/kiwiirc" "code": "https://github.com/kiwiirc/kiwiirc"
}, },
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
@ -21,7 +20,7 @@
"name": "" "name": ""
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.2.4" "yunohost": ">= 4.3.0"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [

View file

@ -90,6 +90,7 @@ mv ../sources/webircgateway/* $webircgateway_path
chmod 750 "$webircgateway_path" chmod 750 "$webircgateway_path"
chmod -R o-rwx "$webircgateway_path" chmod -R o-rwx "$webircgateway_path"
chown -R $app:www-data "$webircgateway_path" chown -R $app:www-data "$webircgateway_path"
chmod +x "$webircgateway_path/kiwiirc"
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION