init
This commit is contained in:
45
traccar/config.json
Normal file
45
traccar/config.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"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}"
|
||||
}
|
||||
Reference in New Issue
Block a user