Files
appstore/apps/traccar/source-evidence.json
T
2026-06-28 01:00:30 +08:00

12 lines
814 B
JSON

{
"repository": "https://github.com/traccar/traccar",
"dockerDocs": "https://www.traccar.org/docker/",
"composeFile": "https://github.com/traccar/traccar/blob/master/docker/compose/traccar-mysql.yaml",
"notes": [
"Official Docker documentation lists traccar/traccar images, recommended 6.14.5 tags, amd64/arm64 support, web port 8082 and GPS protocol ports 5000-5500.",
"Official MySQL compose is used as the database topology reference.",
"The appstore default exposes only Traccar Client / OsmAnd port 5055 TCP/UDP to avoid fragile 5000-5500 host port range binding during install and restart.",
"The upstream autoheal sidecar is intentionally omitted because it mounts /var/run/docker.sock; the 1Panel app keeps lower default privilege and relies on restart/healthcheck behavior."
]
}