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 d’activités extérieures auto-hébergé 🚴 "
|
2023-02-17 18:52:53 +01:00
|
|
|
|
|
2023-02-26 11:39:47 +01:00
|
|
|
|
version = "0.7.12~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]
|
|
|
|
|
yunohost = ">= 11.0.9"
|
|
|
|
|
architectures = "all"
|
2023-03-02 20:28:42 +01:00
|
|
|
|
multi_instance = true
|
2023-02-17 18:52:53 +01:00
|
|
|
|
ldap = "not_relevant"
|
|
|
|
|
sso = "not_relevant"
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
[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-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]
|
|
|
|
|
main.default = 8000
|
|
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
|
packages = "postgresql, postgresql-contrib, python3-venv, libpq-dev"
|
|
|
|
|
|
|
|
|
|
[resources.database]
|
2023-02-26 11:39:47 +01:00
|
|
|
|
type = "postgresql"
|