mirror of
https://github.com/YunoHost-Apps/focalboard_ynh.git
synced 2024-09-03 18:36:19 +02:00
0.7.0
This commit is contained in:
parent
e9ec553bb5
commit
cd06dd106c
3 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue