Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ddd348b09a | ||
|
a333a0cfb0 | ||
|
b08767dc17 | ||
|
d7539d6585 | ||
|
a1d8c3b2ee | ||
|
a023246104 | ||
|
19c6c630c5 | ||
|
4c58a95a73 |
@@ -26,3 +26,18 @@
|
|||||||
[1.0.0]
|
[1.0.0]
|
||||||
* First stable release
|
* First stable release
|
||||||
* Add support for gl200 protocol port 5004
|
* Add support for gl200 protocol port 5004
|
||||||
|
|
||||||
|
[1.0.1]
|
||||||
|
* Add GPS103 port 5001
|
||||||
|
|
||||||
|
[1.0.2]
|
||||||
|
* Add TAIP port 5031
|
||||||
|
|
||||||
|
[1.0.3]
|
||||||
|
* Update traccar to 5.4
|
||||||
|
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.4)
|
||||||
|
|
||||||
|
[1.1.0]
|
||||||
|
* Update traccar to 5.5
|
||||||
|
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.5)
|
||||||
|
|
@@ -3,10 +3,10 @@
|
|||||||
"title": "Traccar",
|
"title": "Traccar",
|
||||||
"author": "Traccar developers",
|
"author": "Traccar developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"tagline": "Modern GPS Tracking Platform",
|
"tagline": "Modern GPS Tracking Platform",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"upstreamVersion": "5.3",
|
"upstreamVersion": "5.5",
|
||||||
"minBoxVersion": "7.1.0",
|
"minBoxVersion": "7.1.0",
|
||||||
"memoryLimit": 1073741824,
|
"memoryLimit": 1073741824,
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
@@ -37,6 +37,16 @@
|
|||||||
"title": "GL200 Protocol Port",
|
"title": "GL200 Protocol Port",
|
||||||
"description": "Port over which GL200 clients can connect",
|
"description": "Port over which GL200 clients can connect",
|
||||||
"defaultValue": 5004
|
"defaultValue": 5004
|
||||||
|
},
|
||||||
|
"GPS103_PORT": {
|
||||||
|
"title": "GPS103 Protocol Port",
|
||||||
|
"description": "Port over which GPS103 clients can connect",
|
||||||
|
"defaultValue": 5001
|
||||||
|
},
|
||||||
|
"TAIP_PORT": {
|
||||||
|
"title": "TAIP Protocol Port",
|
||||||
|
"description": "Port over which TAIP clients can connect",
|
||||||
|
"defaultValue": 5031
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"website": "https://www.traccar.org",
|
"website": "https://www.traccar.org",
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=5.3
|
ARG VERSION=5.5
|
||||||
|
|
||||||
RUN wget https://github.com/traccar/traccar/releases/download/v${VERSION}/traccar-linux-64-${VERSION}.zip -O traccar.zip && \
|
RUN wget https://github.com/traccar/traccar/releases/download/v${VERSION}/traccar-linux-64-${VERSION}.zip -O traccar.zip && \
|
||||||
unzip traccar.zip && \
|
unzip traccar.zip && \
|
||||||
|
658
test/package-lock.json
generated
658
test/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -10,10 +10,10 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.0.0",
|
"mocha": "^10.1.0",
|
||||||
"selenium-webdriver": "^4.3.1"
|
"selenium-webdriver": "^4.6.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^103.0.0"
|
"chromedriver": "^107.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user