diff --git a/conf/nginx.conf b/conf/nginx.conf index 052c370..508fc0a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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; } diff --git a/manifest.json b/manifest.json index 7f3f7c8..5acca76 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [ diff --git a/scripts/install b/scripts/install index 85bae3d..31c9791 100644 --- a/scripts/install +++ b/scripts/install @@ -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