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",