mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-04 19:11:31 +00:00
🔨 Changed default port to avoid conflicts with motionEye
This commit is contained in:
parent
075097ed16
commit
6cd2bf69bf
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue