1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/traccar_ynh.git synced 2024-09-03 20:35:56 +02:00
traccar_ynh/manifest.toml

75 lines
1.6 KiB
TOML
Raw Normal View History

2023-11-19 14:02:19 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "traccar"
name = "Traccar"
description.en = "GPS tracking platform"
description.fr = "Plateforme de suivi GPS"
2024-01-27 21:37:27 +01:00
version = "5.12~ynh1"
2023-11-19 14:02:19 +01:00
maintainers = ["eric_G"]
[upstream]
2023-11-19 14:18:22 +01:00
license = "GPL-3.0-only"
2023-11-19 14:02:19 +01:00
website = "https://www.traccar.org/"
demo = "https://www.traccar.org/demo-server/"
admindoc = "https://www.traccar.org/documentation/"
2024-01-16 12:13:49 +01:00
code = "https://github.com/traccar/traccar"
2023-11-19 14:02:19 +01:00
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
2024-01-27 21:37:27 +01:00
url = "https://github.com/traccar/traccar-web/archive/refs/tags/v5.12.tar.gz"
sha256 = "90a811d31af534ba4378e9bf466a86c50e3fd512efd195b201c24e25b036310c"
2023-11-19 14:02:19 +01:00
in_subdir = false
format = "zip"
autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "^traccar-other-.*zip$"
2023-11-19 14:02:19 +01:00
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
api.url = "/api"
api.show_tile = false
api.allowed = "visitors"
api.auth_header = false
[resources.ports]
[resources.apt]
2023-11-19 14:38:21 +01:00
packages = "postgresql, openjdk-11-jre-headless"
2023-11-19 14:02:19 +01:00
[resources.database]
2023-11-19 14:38:21 +01:00
type = "postgresql"