mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Default response in manifest
This commit is contained in:
parent
02bd4596ae
commit
eda2289737
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,7 @@ ram.runtime = "50M"
|
||||||
[install.path]
|
[install.path]
|
||||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
||||||
type = "path"
|
type = "path"
|
||||||
default = "/helloworld"
|
default = "/fittrackee"
|
||||||
|
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
|
@ -53,12 +53,14 @@ ram.runtime = "50M"
|
||||||
help.fr = "Comme Darksky déprécie son API, il est suggéré d'opter pour Visual Crossing"
|
help.fr = "Comme Darksky déprécie son API, il est suggéré d'opter pour Visual Crossing"
|
||||||
type = "select"
|
type = "select"
|
||||||
choices = ["", "darksky", "visualcrossing"]
|
choices = ["", "darksky", "visualcrossing"]
|
||||||
|
default = ""
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[install.weather_key]
|
[install.weather_key]
|
||||||
ask.en = "(Optional) Insert here the api key from the chosen weather provider"
|
ask.en = "(Optional) Insert here the api key from the chosen weather provider"
|
||||||
ask.fr = "(Optionnel) Insérez ici la clé API du fournisseur de météo choisi"
|
ask.fr = "(Optionnel) Insérez ici la clé API du fournisseur de météo choisi"
|
||||||
type = "string"
|
type = "string"
|
||||||
|
default = ""
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
|
Loading…
Reference in a new issue