mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Traccar to 73e681f
This commit is contained in:
parent
0cfd15f4c4
commit
d2bb2816b1
4 changed files with 26 additions and 12 deletions
|
@ -796,10 +796,10 @@ SOFTWARE.
|
|||
[tor-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[tor-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-traccar]: https://github.com/hassio-addons/addon-traccar/tree/075097e
|
||||
[addon-doc-traccar]: https://github.com/hassio-addons/addon-traccar/blob/075097e/README.md
|
||||
[addon-traccar]: https://github.com/hassio-addons/addon-traccar/tree/73e681f
|
||||
[addon-doc-traccar]: https://github.com/hassio-addons/addon-traccar/blob/73e681f/README.md
|
||||
[traccar-issue]: https://github.com/hassio-addons/addon-traccar/issues
|
||||
[traccar-version-shield]: https://img.shields.io/badge/version-075097e-blue.svg
|
||||
[traccar-version-shield]: https://img.shields.io/badge/version-73e681f-blue.svg
|
||||
[traccar-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/traccar.svg
|
||||
[traccar-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[traccar-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
2018/11/02 23:33 UTC - [075097e](https://github.com/hassio-addons/addon-traccar/commit/075097ed16012c1914074b7f7d0a5b3d82aed763) by [@frenck](https://github.com/frenck)
|
||||
> :ambulance: Makes data actually persistant
|
||||
2018/11/27 21:59 UTC - [73e681f](https://github.com/hassio-addons/addon-traccar/commit/73e681f56f0a399011705dc4365b5ee0ea7c62fa) by [@frenck](https://github.com/frenck)
|
||||
> :books: Updates README to match recent changes
|
||||
|
||||
|
|
|
@ -10,9 +10,22 @@
|
|||
|
||||
Modern GPS Tracking Platform.
|
||||
|
||||
![Traccar in the Home Assistant Frontend][screenshot]
|
||||
|
||||
## About
|
||||
|
||||
Lorem ipsum.
|
||||
Traccar is modern GPS Tracking Platform, which is now available as an Hass.io
|
||||
add-on and allows you to run your GPS Tracking software without any cloud.
|
||||
|
||||
Traccar supports more protocols and device models than any other GPS tracking
|
||||
system on the market, straight from your Hass.io instance. You can select GPS
|
||||
trackers from a variety of vendors from low-cost Chinese models to high-end
|
||||
quality brands.
|
||||
|
||||
Traccar also has native mobile apps available for Android and iOS platforms
|
||||
so that you can track those as well. AND! With the Home Assistant `traccar`
|
||||
component (introduced in 0.83) the data in Traccar will be sent back into
|
||||
your Home Assistant instance as well.
|
||||
|
||||
[Click here for the full documentation][docs]
|
||||
|
||||
|
@ -39,12 +52,13 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-traccar/blob/075097e/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-traccar/blob/73e681f/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-075097e-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-traccar/tree/075097e
|
||||
[release-shield]: https://img.shields.io/badge/version-73e681f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-traccar/tree/73e681f
|
||||
[screenshot]: https://github.com/hassio-addons/addon-traccar/raw/master/images/screenshot.png
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "Traccar",
|
||||
"version": "075097e",
|
||||
"version": "73e681f",
|
||||
"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