mirror of
https://github.com/YunoHost-Apps/metabase_ynh.git
synced 2024-09-03 19:46:00 +02:00
0.42.4
This commit is contained in:
parent
0a22cbabe5
commit
0941112703
4 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://downloads.metabase.com/v0.42.0/metabase.jar
|
||||
SOURCE_SUM=392c91a63256df82edab6c211a94eae3c39ae0ca7f042b3f4fd7fd16deee34e1
|
||||
SOURCE_URL=https://downloads.metabase.com/v0.42.4/metabase.jar
|
||||
SOURCE_SUM=6e2dd9153b878367f75680e3edbbbaa5b4d6fb4f878977823dc58cc201d76682
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=jar
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -5,7 +5,7 @@ MB_JETTY_PORT=__PORT__
|
|||
MB_DB_TYPE=postgres
|
||||
MB_DB_DBNAME=__DB_NAME__
|
||||
MB_DB_PORT=5432
|
||||
MB_DB_USER=__DB_NAME__
|
||||
MB_DB_USER=__DB_USER__
|
||||
MB_DB_PASS=__DB_PWD__
|
||||
MB_DB_HOST=localhost
|
||||
MB_EMOJI_IN_LOGS=false
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Web database management tool",
|
||||
"fr": "Outil web de gestion des bases de données"
|
||||
},
|
||||
"version": "0.42.0~ynh1",
|
||||
"version": "0.42.4~ynh1",
|
||||
"url": "https://www.metabase.com/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
|
|
@ -73,7 +73,7 @@ db_name=$(ynh_sanitize_dbid --db_name=$app)
|
|||
db_user=$db_name
|
||||
ynh_app_setting_set --app=$app --key=db_name --value=$db_name
|
||||
ynh_psql_test_if_first_run
|
||||
ynh_psql_setup_db --db_user=$db_name --db_name=$db_name
|
||||
ynh_psql_setup_db --db_user=$db_user --db_name=$db_name
|
||||
|
||||
#=================================================
|
||||
# CREATE DEDICATED USER
|
||||
|
|
Loading…
Add table
Reference in a new issue