1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/focalboard_ynh.git synced 2024-09-03 18:36:19 +02:00

Merge pull request #8 from YunoHost-Apps/0.8.0

0.8.0
This commit is contained in:
Éric Gaspar 2021-07-13 19:13:55 +02:00 committed by GitHub
commit 6b8b1da0ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

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

View file

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