mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
make weather install questions optional
This commit is contained in:
parent
89d5e3dc4f
commit
b1cf07bee3
1 changed files with 3 additions and 3 deletions
|
@ -46,14 +46,14 @@ ram.runtime = "50M"
|
|||
help.en = "As Darksky is deprecating his api, it is suggested to opt for Visual Crossing"
|
||||
help.fr = "Comme Darksky déprécie son API, il est suggéré d'opter pour Visual Crossing"
|
||||
type = "select"
|
||||
choices = [" ","darksky", "visualcrossing"]
|
||||
default = " "
|
||||
choices = ["darksky", "visualcrossing"]
|
||||
optional = true
|
||||
|
||||
[install.weather_key]
|
||||
ask.en = "Insert here the api key from the chosen weather provider"
|
||||
ask.fr = "Insérez ici la clé API du fournisseur de météo choisi"
|
||||
type = "string"
|
||||
default = ""
|
||||
optional = true
|
||||
|
||||
[resources]
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue