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
2024-02-22 15:33:49 +01:00

75 lines
1.6 KiB
TOML

#: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.12~ynh2"
maintainers = []
[upstream]
license = "GPL-3.0-only"
website = "https://www.traccar.org/"
demo = "https://www.traccar.org/demo-server/"
admindoc = "https://www.traccar.org/documentation/"
code = "https://github.com/traccar/traccar"
[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.12/traccar-other-5.12.zip"
sha256 = "25a61bea9d46d5c1b263c9a53fbdb2834c0c3ef1c0daa54ae99579c0ab4accdf"
in_subdir = false
format = "zip"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^traccar-other-.*zip$"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
api.url = "/api"
api.additional_urls = [ "/?id=" ]
api.show_tile = false
api.allowed = "visitors"
api.auth_header = false
[resources.ports]
[resources.apt]
packages = "postgresql, openjdk-11-jre-headless"
[resources.database]
type = "postgresql"