mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-05 03:21: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",
|
"slug": "traccar",
|
||||||
"description": "Modern GPS Tracking Platform",
|
"description": "Modern GPS Tracking Platform",
|
||||||
"url": "https://community.home-assistant.io/?u=frenck",
|
"url": "https://community.home-assistant.io/?u=frenck",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8082]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8072]",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
],
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"log_level": "info",
|
"log_level": "info",
|
||||||
"port": 8082,
|
"port": 8072,
|
||||||
"ssl": true,
|
"ssl": true,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem"
|
"keyfile": "privkey.pem"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue