From 8257b4ba271a4ae35564967d3d4076006e65c23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 24 Dec 2022 20:48:34 +0100 Subject: [PATCH] 1.4.5 --- conf/app.src | 4 ++-- conf/nginx.conf | 3 ++- manifest.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index 58825a8..fefe536 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.4.4.tar.gz -SOURCE_SUM=e7d2a6435628bf17555fef497f84d5406c8fec1b3f6618a55457e70be6df7b61 +SOURCE_URL=https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.4.5.tar.gz +SOURCE_SUM=715c08f76dfb25d7df7d3886a40f7042622eae1b6c3aa8e4f033ffefab936d4a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/nginx.conf b/conf/nginx.conf index 21a201c..90fbc09 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,5 @@ -location / { +#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; +location __PATH__/ { proxy_pass http://127.0.0.1:__PORT__; proxy_redirect off; diff --git a/manifest.json b/manifest.json index 9179316..007a62a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Application for managing and sharing recipes, planning meals, building shopping lists and much much more!", "fr": "Gérez et partagez vos recettes, planifiez vos repas, créez vos listes de courses et beaucoup plus encore !" }, - "version": "1.4.4~ynh1", + "version": "1.4.5~ynh1", "url": "https://tandoor.dev", "upstream": { "license": "AGPL-3.0-or-later",