mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
upgrade to 0.8.4
This commit is contained in:
parent
3cf701d440
commit
08831eb400
3 changed files with 10 additions and 2 deletions
|
@ -7,7 +7,7 @@ description.gl = "Rexistra as túas actividades ao aire libre 🚴"
|
||||||
description.ca = "Seguiment d'activitats a l'aire lliure autoallotjat 🚴"
|
description.ca = "Seguiment d'activitats a l'aire lliure autoallotjat 🚴"
|
||||||
description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴"
|
description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴"
|
||||||
|
|
||||||
version = "0.8.3~ynh1"
|
version = "0.8.4~ynh1"
|
||||||
|
|
||||||
maintainers = ["Thovi98"]
|
maintainers = ["Thovi98"]
|
||||||
|
|
||||||
|
@ -51,6 +51,13 @@ ram.runtime = "50M"
|
||||||
help.fr = "Choisissez un mot de passe pour l’utilisateur admin ici."
|
help.fr = "Choisissez un mot de passe pour l’utilisateur admin ici."
|
||||||
type = "password"
|
type = "password"
|
||||||
|
|
||||||
|
[install.language]
|
||||||
|
ask.en = "Choose the application language"
|
||||||
|
ask.fr = "Choisissez la langue de l'application"
|
||||||
|
type = "select"
|
||||||
|
choices = ["cs", "de", "en", "es", "eu", "fr", "gl", "it", "nb", "nl", "pl", "pt"]
|
||||||
|
default = "en"
|
||||||
|
|
||||||
[install.weather_api_provider]
|
[install.weather_api_provider]
|
||||||
ask.en = "(Optional) Choose your weather provider between Darksky and Visual Crossing"
|
ask.en = "(Optional) Choose your weather provider between Darksky and Visual Crossing"
|
||||||
ask.gl = "(Optativo) Elixe o provedor de meteoroloxía, entre Darksky e Visual Crossing"
|
ask.gl = "(Optativo) Elixe o provedor de meteoroloxía, entre Darksky e Visual Crossing"
|
||||||
|
|
|
@ -80,7 +80,7 @@ source $install_dir/.env
|
||||||
|
|
||||||
ynh_exec_warn_less $install_dir/venv/bin/ftcli db upgrade
|
ynh_exec_warn_less $install_dir/venv/bin/ftcli db upgrade
|
||||||
|
|
||||||
ynh_exec_warn_less $install_dir/venv/bin/ftcli users create $admin --email $admin_mail --password $password
|
ynh_exec_warn_less $install_dir/venv/bin/ftcli users create $admin --email $admin_mail --password $password --lang $language
|
||||||
|
|
||||||
ynh_exec_warn_less $install_dir/venv/bin/ftcli users update $admin --set-admin true
|
ynh_exec_warn_less $install_dir/venv/bin/ftcli users update $admin --set-admin true
|
||||||
|
|
||||||
|
|
|
@ -18,4 +18,5 @@ test_format = 1.0
|
||||||
test_upgrade_from.499f21b.name = "0.7.32"
|
test_upgrade_from.499f21b.name = "0.7.32"
|
||||||
test_upgrade_from.5b6ccd1.name = "0.8.0"
|
test_upgrade_from.5b6ccd1.name = "0.8.0"
|
||||||
test_upgrade_from.6c23ccf.name = "0.8.1"
|
test_upgrade_from.6c23ccf.name = "0.8.1"
|
||||||
|
test_upgrade_from.2c6b69d.name = "0.8.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue