From 1019a18b15a6b154b756cad55a75994d46b88bb7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 13 Jul 2021 18:26:08 +0200 Subject: [PATCH 1/2] 0.8.0 --- conf/app.src | 4 ++-- conf/config.json | 3 ++- manifest.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index 9ba12c3..0a1ed21 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/mattermost/focalboard/releases/download/v0.7.0/focalboard-server-linux-amd64.tar.gz -SOURCE_SUM=39e00162517f7b41536d618bfee7223635bce2ce5844f25283b99b26c40a2a80 +SOURCE_URL=https://github.com/mattermost/focalboard/releases/download/v0.8.0/focalboard-server-linux-amd64.tar.gz +SOURCE_SUM=69022aac1b9029e47986acd94466a964ef987a73c556aa23b5eee5c981152d76 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/config.json b/conf/config.json index 8e8dc13..c7d837f 100644 --- a/conf/config.json +++ b/conf/config.json @@ -3,9 +3,10 @@ "port": __PORT__, "dbtype": "postgres", "dbconfig": "postgres://__DB_NAME__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable&connect_timeout=10", - "postgres_dbconfig": "dbname=focalboard sslmode=disable", + "postgres_dbconfig": "dbname=__APP__ sslmode=disable", "useSSL": false, "webpath": "./pack", + "filesdriver": "local", "filespath": "./files", "telemetry": false, "session_expire_time": 2592000, diff --git a/manifest.json b/manifest.json index e3f7e11..5a85392 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.7.0~ynh1", + "version": "0.8.0~ynh1", "url": "https://www.focalboard.com/", "upstream": { "license": "MIT", From 5dc1bdd1fabe4805e742e87d3016a5e31dc17e8b Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Tue, 13 Jul 2021 16:26:21 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f77f6c7..982e83c 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Self-hosted alternative to Trello, Notion, and Asana -**Shipped version:** 0.7.0~ynh1 +**Shipped version:** 0.8.0~ynh1 diff --git a/README_fr.md b/README_fr.md index ce57223..45383ba 100755 --- 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 Alternative auto-hébergée à Trello, Notion et Asana -**Version incluse :** 0.7.0~ynh1 +**Version incluse :** 0.8.0~ynh1