1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/metabase_ynh.git synced 2024-09-03 19:46:00 +02:00
This commit is contained in:
ericgaspar 2021-11-11 22:18:18 +01:00
parent 250936f9d3
commit d664ee91ef
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://downloads.metabase.com/v0.40.2/metabase.jar SOURCE_URL=https://downloads.metabase.com/v0.41.2/metabase.jar
SOURCE_SUM=4d5cd90c7c12b459510dc7955c2d5a8db5845c0ed3bb8dcdc6f548182374e8e9 SOURCE_SUM=d2303557342f3d88437d634fd38bd4b3657b7a31e5ad891e45b001801c121bf5
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=jar SOURCE_FORMAT=jar
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false

View file

@ -18,4 +18,7 @@ location / {
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection; proxy_set_header Connection $http_connection;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
} }

View file

@ -6,13 +6,12 @@
"en": "Web database management tool", "en": "Web database management tool",
"fr": "Outil web de gestion des bases de données" "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/", "url": "https://www.metabase.com/",
"upstream": { "upstream": {
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"website": "https://www.metabase.com/", "website": "https://www.metabase.com/",
"admindoc": "https://www.metabase.com/docs/latest/", "admindoc": "https://www.metabase.com/docs/latest/",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/metabase/metabase" "code": "https://github.com/metabase/metabase"
}, },
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",