1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

some cleaning

This commit is contained in:
Thomas 2023-03-08 18:49:40 +01:00 committed by GitHub
parent dd158a9d0a
commit d6db6d0df4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 18 deletions

View file

View file

View file

@ -2,10 +2,10 @@ packaging_format = 2
id = "fittrackee" id = "fittrackee"
name = "FitTrackee" name = "FitTrackee"
description.en = " Self-hosted outdoor activity tracker 🚴" description.en = "Self-hosted outdoor activity tracker 🚴"
description.fr = " Traqueur dactivités extérieures auto-hébergé 🚴 " description.fr = "Traqueur dactivités extérieures auto-hébergé 🚴"
version = "0.7.13~ynh1" version = "0.7.14~ynh1"
maintainers = ["Thovi98"] maintainers = ["Thovi98"]
@ -39,22 +39,22 @@ ram.runtime = "50M"
# 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 = "user" type = "user"
# [install.weather_provider] [install.weather_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.fr = "(Optionnel) Choisissez votre fournisseur météo entre Darksky et Visual Crossing" ask.fr = "(Optionnel) Choisissez votre fournisseur météo entre Darksky et Visual Crossing"
# help.en = "As Darksky is deprecating his api, it is suggested to opt for Visual Crossing" 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" 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 = "" default = "visualcrossing"
# 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 = false default = false
# optional = true optional = true
[resources] [resources]
[resources.system_user] [resources.system_user]