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

74 lines
1.5 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"
version = "5.9~ynh1"
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/"
code = "https://github.com/traccar/traccar-web"
[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]
url = "https://github.com/traccar/traccar/releases/download/v5.9/traccar-other-5.9.zip"
sha256 = "38eb9f5e1fb1e208143827985f08be7cef304e6c97dfd102d93a5cf6577d6b1d"
in_subdir = false
format = "zip"
autoupdate.strategy = "latest_github_tag"
[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]
packages = "mariadb-server, openjdk-11-jre-headless"
[resources.database]
type = "mysql"