diff --git a/conf/app.src b/conf/app.src index ff93162..a8aab02 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/node-red/node-red/archive/refs/tags/2.0.1.zip -SOURCE_SUM=2944c378033240ce4286aa58c1f75797bd04d69b2c40bb30b07e30fb6ce88b58 +SOURCE_URL=https://github.com/node-red/node-red/archive/refs/tags/2.0.3.zip +SOURCE_SUM=28ef04e678695f39d895fbbd0a6abb3228d8a299f9cb71a8bc60af7f3cf17884 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/conf/nginx.conf b/conf/nginx.conf index c0d5de0..c274e69 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location ^~ __PATH__ { +location ^~ __PATH__/ { if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; @@ -15,4 +15,3 @@ location ^~ __PATH__ { # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; } - diff --git a/manifest.json b/manifest.json index 5e7a665..892dbfb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Flow-based programming for the Internet of Things", "fr": "Programmation par flux de données pour l'Internet des objets" }, - "version": "2.0.1~ynh1", + "version": "2.0.3~ynh1", "url": "https://nodered.org", "upstream": { "license": "Apache-2.0",