mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Fix
This commit is contained in:
parent
799dc73f3f
commit
23c8403ee3
3 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue