Files
hassio-addons-avm/traccar/config.json
2021-06-29 12:37:08 +03:00

45 lines
908 B
JSON

{
"name": "Traccar",
"version": "0.12.0",
"slug": "traccar",
"description": "Modern GPS Tracking Platform",
"url": "https://github.com/hassio-addons/addon-traccar",
"ingress": true,
"ingress_port": 0,
"panel_icon": "mdi:car-connected",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"init": false,
"host_network": true,
"ports": {
"80/tcp": null
},
"ports_description": {
"80/tcp": "Web interface (Not required for Ingress)"
},
"map": [
"config:rw",
"ssl"
],
"services": [
"mysql:want"
],
"options": {
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"ssl": "bool",
"certfile": "str",
"keyfile": "str"
},
"image": "ghcr.io/hassio-addons/traccar/{arch}"
}