From 55df407594fa61fb8b01eee0a78592e67043b840 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 27 May 2021 09:50:32 +0200 Subject: [PATCH 01/14] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 353bc76..d8a1a31 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ location / { client_max_body_size 50M; proxy_pass http://127.0.0.1:__PORT__/; - proxy_set_header Connection ""; + proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; From 7346877026fc5e3d54a519fac70b04502d0b43b0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 27 May 2021 09:56:59 +0200 Subject: [PATCH 02/14] Update nginx.conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d8a1a31..946cc01 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -23,8 +23,8 @@ location / { proxy_http_version 1.1; # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; - more_clear_input_headers 'Accept-Encoding'; + #include conf.d/yunohost_panel.conf.inc; + #more_clear_input_headers 'Accept-Encoding'; } location /ws/ { From e9ec553bb5943d0cba4e4f790a367833cb220438 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 27 May 2021 10:07:16 +0200 Subject: [PATCH 03/14] Update nginx.conf --- conf/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 946cc01..353bc76 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ location / { client_max_body_size 50M; proxy_pass http://127.0.0.1:__PORT__/; - proxy_set_header Connection "upgrade"; + proxy_set_header Connection ""; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; @@ -23,8 +23,8 @@ location / { proxy_http_version 1.1; # Include SSOWAT user panel. - #include conf.d/yunohost_panel.conf.inc; - #more_clear_input_headers 'Accept-Encoding'; + include conf.d/yunohost_panel.conf.inc; + more_clear_input_headers 'Accept-Encoding'; } location /ws/ { From cd06dd106c8fb622c20d57e6943eed2d1780dd08 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 10 Jun 2021 10:04:35 +0200 Subject: [PATCH 04/14] 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": [ From 0bf62f5f187ae470a43f29a506cb408d287d0ad3 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 10 Jun 2021 08:04:43 +0000 Subject: [PATCH 05/14] Auto-update README --- README.md | 23 ++++++----------------- README_fr.md | 33 +++++++++++++-------------------- 2 files changed, 19 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index e9a4032..f77f6c7 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ - - ---- -