mirror of
https://github.com/YunoHost-Apps/metabase_ynh.git
synced 2024-09-03 19:46:00 +02:00
0.41.2
This commit is contained in:
parent
250936f9d3
commit
d664ee91ef
3 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://downloads.metabase.com/v0.40.2/metabase.jar
|
||||
SOURCE_SUM=4d5cd90c7c12b459510dc7955c2d5a8db5845c0ed3bb8dcdc6f548182374e8e9
|
||||
SOURCE_URL=https://downloads.metabase.com/v0.41.2/metabase.jar
|
||||
SOURCE_SUM=d2303557342f3d88437d634fd38bd4b3657b7a31e5ad891e45b001801c121bf5
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=jar
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -18,4 +18,7 @@ location / {
|
|||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $http_connection;
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
|
|
@ -6,13 +6,12 @@
|
|||
"en": "Web database management tool",
|
||||
"fr": "Outil web de gestion des bases de données"
|
||||
},
|
||||
"version": "0.40.2~ynh2",
|
||||
"version": "0.41.2~ynh1",
|
||||
"url": "https://www.metabase.com/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
"website": "https://www.metabase.com/",
|
||||
"admindoc": "https://www.metabase.com/docs/latest/",
|
||||
"userdoc": "https://yunohost.org/apps",
|
||||
"code": "https://github.com/metabase/metabase"
|
||||
},
|
||||
"license": "AGPL-3.0-only",
|
||||
|
|
Loading…
Add table
Reference in a new issue