From cd06dd106c8fb622c20d57e6943eed2d1780dd08 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 10 Jun 2021 10:04:35 +0200 Subject: [PATCH] 0.7.0 --- conf/app.src | 4 ++-- conf/nginx.conf | 1 + manifest.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index 999c1b4..047aa5a 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/mattermost/focalboard/releases/download/v0.6.7/focalboard-server-linux-amd64.tar.gz -SOURCE_SUM=df35b7cd51dcdcfaf0e12df40a99dfa9cee579deaa535d6f5597d81ed95bfa4a +SOURCE_URL=https://github.com/mattermost/focalboard/releases/download/v0.7.0-rc1/focalboard-server-linux-amd64.tar.gz +SOURCE_SUM=4d47333797fc19917d76fe964a9cfe28d64728488615964f7d8dc95b2e440f08 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/nginx.conf b/conf/nginx.conf index 353bc76..aed4866 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,6 +6,7 @@ location / { } client_max_body_size 50M; + proxy_pass http://127.0.0.1:__PORT__/; proxy_set_header Connection ""; proxy_set_header Host $http_host; diff --git a/manifest.json b/manifest.json index 1dc2331..e3f7e11 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted alternative to Trello, Notion, and Asana", "fr": "Alternative auto-hébergée à Trello, Notion et Asana" }, - "version": "0.6.7~ynh1", + "version": "0.7.0~ynh1", "url": "https://www.focalboard.com/", "upstream": { "license": "MIT", @@ -19,7 +19,7 @@ "name": "John doe" }, "requirements": { - "yunohost": ">= 4.1.7" + "yunohost": ">= 4.2.4" }, "multi_instance": false, "services": [