🔨 Changed default port to avoid conflicts with motionEye

This commit is contained in:
Franck Nijhof 2018-11-27 22:47:21 +01:00
parent 075097ed16
commit 6cd2bf69bf
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -4,7 +4,7 @@
"slug": "traccar",
"description": "Modern GPS Tracking Platform",
"url": "https://community.home-assistant.io/?u=frenck",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8082]",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8072]",
"startup": "services",
"arch": [
"aarch64",
@ -23,7 +23,7 @@
],
"options": {
"log_level": "info",
"port": 8082,
"port": 8072,
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"