diff --git a/README.md b/README.md index a053a80..a225c8a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Minimalist kanban board, focused on compactness and readability -**Shipped version:** 1.0~ynh4 +**Shipped version:** 1.0~ynh5 **Demo:** https://nullboard.io/preview diff --git a/README_fr.md b/README_fr.md index f35920f..7e0caae 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Kanban minimaliste, axé sur la compacité et la lisibilité -**Version incluse :** 1.0~ynh4 +**Version incluse :** 1.0~ynh5 **Démo :** https://nullboard.io/preview diff --git a/conf/app.src b/conf/app.src index 77a76ee..27c5916 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/apankrat/nullboard/archive/f803756b054d1cf4aa2094800e1ac4a0561df9df.tar.gz -SOURCE_SUM=b24f38872c8d4327ea570c41e0454dd9bce0b6f337c68aa3440fc7ac42901912 +SOURCE_URL=https://github.com/apankrat/nullboard/archive/46525687c4da36b36f123af4364a1c193fedf637.tar.gz +SOURCE_SUM=7406dfd698245f4ebc8e91b9d3f0f5ced29fb2370de69ba60ed14cf819b77d0e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/nginx.conf b/conf/nginx.conf index db8e4c6..eafecc7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,11 +6,6 @@ location __PATH__/ { index nullboard.html; - # 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 d85b443..2855dea 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Minimalist kanban board, focused on compactness and readability", "fr": "Kanban minimaliste, axé sur la compacité et la lisibilité" }, - "version": "1.0~ynh4", + "version": "1.0~ynh5", "url": "https://nullboard.io/preview", "upstream": { "license": "BSD-2-Clause", @@ -20,7 +20,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.2.4" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ diff --git a/scripts/restore b/scripts/restore index fe6325c..c2459ec 100644 --- a/scripts/restore +++ b/scripts/restore @@ -30,8 +30,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=1 -test ! -d $final_path \ - || ynh_die --message="There is already a directory: $final_path " +test ! -d $final_path || ynh_die --message="There is already a directory: $final_path " #================================================= # STANDARD RESTORATION STEPS