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

84 lines
2.2 KiB
TOML
Raw Normal View History

2023-02-17 18:52:53 +01:00
packaging_format = 2
2023-02-26 11:39:47 +01:00
id = "fittrackee"
name = "FitTrackee"
description.en = " Self-hosted outdoor activity tracker 🚴"
description.fr = " Traqueur dactivités extérieures auto-hébergé 🚴 "
2023-02-17 18:52:53 +01:00
2023-03-05 19:32:35 +01:00
version = "0.7.13~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"
code = "https://github.com/SamR1/FitTrackee"
2023-02-17 18:52:53 +01:00
[integration]
2023-03-05 20:41:22 +01:00
yunohost = ">= 11.1.13"
2023-02-17 18:52:53 +01:00
architectures = "all"
2023-03-02 20:28:42 +01:00
multi_instance = true
2023-03-03 14:50:39 +01:00
ldap = "false"
sso = "false"
2023-02-17 18:52:53 +01:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "domain"
full_domain = true
2023-03-08 09:35:01 +01:00
[install.path]
# this is a generic question - ask strings are automatically handled by YunoHost's core
type = "path"
2023-03-08 13:08:12 +01:00
default = "/fittrackee"
2023-03-08 09:35:01 +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-03-05 20:02:47 +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"
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"
2023-03-05 20:04:41 +01:00
type = "select"
2023-03-07 21:27:19 +01:00
choices = ["", "darksky", "visualcrossing"]
2023-03-08 13:35:51 +01:00
default = false
optional = true
2023-03-05 20:02:47 +01:00
[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"
2023-03-06 19:59:16 +01:00
type = "string"
2023-03-08 13:35:51 +01:00
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]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[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-03-03 17:49:49 +01:00
packages = "postgresql, postgresql-contrib, python3-venv"
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"