2023-02-17 18:52:53 +01:00
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
2023-02-26 11:39:47 +01:00
|
|
|
|
id = "fittrackee"
|
|
|
|
|
name = "FitTrackee"
|
2023-03-08 18:49:40 +01:00
|
|
|
|
description.en = "Self-hosted outdoor activity tracker 🚴"
|
|
|
|
|
description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴"
|
2023-02-17 18:52:53 +01:00
|
|
|
|
|
2023-09-14 19:03:30 +02:00
|
|
|
|
version = "0.7.23~ynh1"
|
2023-02-17 18:52:53 +01:00
|
|
|
|
|
2023-02-26 11:39:47 +01:00
|
|
|
|
maintainers = ["Thovi98"]
|
2023-02-17 18:52:53 +01:00
|
|
|
|
|
|
|
|
|
[upstream]
|
2023-02-26 11:39:47 +01:00
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
|
website = "https://samr1.github.io/FitTrackee"
|
|
|
|
|
demo = ""
|
|
|
|
|
admindoc = "https://samr1.github.io/FitTrackee"
|
2023-08-25 11:46:05 +02:00
|
|
|
|
code = "https://github.com/SamR1/FitTrackee"
|
2023-02-17 18:52:53 +01:00
|
|
|
|
|
|
|
|
|
[integration]
|
2023-08-25 11:46:05 +02:00
|
|
|
|
yunohost = ">= 11.2"
|
|
|
|
|
architectures = "all"
|
2023-03-02 20:28:42 +01:00
|
|
|
|
multi_instance = true
|
2023-03-08 18:54:11 +01:00
|
|
|
|
ldap = false
|
2023-08-25 11:46:05 +02:00
|
|
|
|
sso = false
|
|
|
|
|
disk = "50M"
|
|
|
|
|
ram.build = "50M"
|
|
|
|
|
ram.runtime = "50M"
|
2023-02-17 18:52:53 +01:00
|
|
|
|
|
|
|
|
|
[install]
|
|
|
|
|
[install.domain]
|
|
|
|
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
|
|
|
type = "domain"
|
2023-03-08 13:37:38 +01:00
|
|
|
|
|
2023-02-17 18:52:53 +01:00
|
|
|
|
[install.init_main_permission]
|
|
|
|
|
type = "group"
|
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
|
|
|
type = "user"
|
|
|
|
|
|
2023-04-13 19:51:18 +02:00
|
|
|
|
[install.password]
|
|
|
|
|
help.en = "Choose a password for your admin user here."
|
|
|
|
|
help.fr = "Choisissez un mot de passe pour l’utilisateur admin ici."
|
|
|
|
|
type = "password"
|
|
|
|
|
|
2023-03-08 18:49:40 +01:00
|
|
|
|
[install.weather_provider]
|
|
|
|
|
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"
|
2023-04-13 13:31:17 +02:00
|
|
|
|
help.en = "Since Fittrackee 0.7.15, only Visual Crossing is supported"
|
|
|
|
|
help.fr = "Depuis Fittrackee 0.7.15, seul Visual Crossing est supporté"
|
2023-03-08 18:49:40 +01:00
|
|
|
|
type = "select"
|
2023-04-13 13:31:17 +02:00
|
|
|
|
choices = ["", "visualcrossing"]
|
2023-03-08 23:27:04 +01:00
|
|
|
|
default = "visualcrossing"
|
2023-03-08 18:49:40 +01:00
|
|
|
|
optional = true
|
|
|
|
|
|
|
|
|
|
[install.weather_key]
|
|
|
|
|
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"
|
|
|
|
|
type = "string"
|
|
|
|
|
default = false
|
|
|
|
|
optional = true
|
2023-03-05 20:02:47 +01:00
|
|
|
|
|
2023-02-27 23:14:35 +01:00
|
|
|
|
[resources]
|
2023-02-17 18:52:53 +01:00
|
|
|
|
[resources.system_user]
|
2023-09-03 15:15:14 +02:00
|
|
|
|
allow_email = true
|
2023-02-17 18:52:53 +01:00
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.data_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
2023-04-20 18:40:23 +02:00
|
|
|
|
main.auth_header = false
|
2023-04-20 20:30:37 +02:00
|
|
|
|
|
2023-02-17 18:52:53 +01:00
|
|
|
|
[resources.ports]
|
2023-03-03 14:50:39 +01:00
|
|
|
|
main.default = 5000
|
2023-02-17 18:52:53 +01:00
|
|
|
|
|
2023-03-03 17:07:24 +01:00
|
|
|
|
[resources.apt]
|
2023-06-13 21:17:02 +02:00
|
|
|
|
packages = "postgresql, postgresql-contrib, python3, python3-venv, libopenjp2-7"
|
2023-03-03 15:38:01 +01:00
|
|
|
|
|
2023-02-17 18:52:53 +01:00
|
|
|
|
[resources.database]
|
2023-02-26 11:39:47 +01:00
|
|
|
|
type = "postgresql"
|