mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Traccar 0.10.0
This commit is contained in:
parent
2d6c386cb5
commit
647ebc3329
5 changed files with 37 additions and 30 deletions
|
@ -1021,10 +1021,10 @@ SOFTWARE.
|
||||||
[tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[tor-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[tor-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[tor-i386-shield]: https://img.shields.io/badge/i386-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/v0.9.2
|
[addon-traccar]: https://github.com/hassio-addons/addon-traccar/tree/v0.10.0
|
||||||
[addon-doc-traccar]: https://github.com/hassio-addons/addon-traccar/blob/v0.9.2/README.md
|
[addon-doc-traccar]: https://github.com/hassio-addons/addon-traccar/blob/v0.10.0/README.md
|
||||||
[traccar-issue]: https://github.com/hassio-addons/addon-traccar/issues
|
[traccar-issue]: https://github.com/hassio-addons/addon-traccar/issues
|
||||||
[traccar-version-shield]: https://img.shields.io/badge/version-v0.9.2-blue.svg
|
[traccar-version-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
|
||||||
[traccar-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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
|
[traccar-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[traccar-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[traccar-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,11 +1,24 @@
|
||||||
[Full Changelog][changelog]
|
## What’s changed
|
||||||
|
|
||||||
### Changed
|
## 🐛 Bug fixes
|
||||||
|
|
||||||
- ⬆ Upgrades Traccar to v4.11
|
- Fix typo in Ingress NGINX template @frenck (#60)
|
||||||
|
|
||||||
[changelog]: https://github.com/hassio-addons/addon-traccar/compare/v0.9.1...v0.9.2
|
## 🚀 Enhancements
|
||||||
|
|
||||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
- Refactor NGINX configuration @frenck (#56)
|
||||||
Enjoying my add-ons? Consider supporting my work:
|
|
||||||
https://github.com/sponsors/frenck or https://patreon.com/frenck
|
## 🧰 Maintenance
|
||||||
|
|
||||||
|
- Cleanup repository @frenck (#51)
|
||||||
|
- Happy New Year @frenck (#52)
|
||||||
|
- Upgrade Code of Conduct @frenck (#53)
|
||||||
|
- Add new repository workflow @frenck (#54)
|
||||||
|
- Remove obsolete webui from configuration @frenck (#59)
|
||||||
|
|
||||||
|
## ⬆️ Dependency updates
|
||||||
|
|
||||||
|
- Upgrade add-on base image to 9.1.0 @frenck (#55)
|
||||||
|
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#58)
|
||||||
|
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#57)
|
||||||
|
- Upgrade add-on base image to 9.1.1 @frenck (#61)
|
||||||
|
|
|
@ -52,7 +52,7 @@ dealing with an unknown issue. Possible values are:
|
||||||
- `debug`: Shows detailed debug information.
|
- `debug`: Shows detailed debug information.
|
||||||
- `info`: Normal (usually) interesting events.
|
- `info`: Normal (usually) interesting events.
|
||||||
- `warning`: Exceptional occurrences that are not errors.
|
- `warning`: Exceptional occurrences that are not errors.
|
||||||
- `error`: Runtime errors that do not require immediate action.
|
- `error`: Runtime errors that do not require immediate action.
|
||||||
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
||||||
|
|
||||||
Please note that each level automatically includes log messages from a
|
Please note that each level automatically includes log messages from a
|
||||||
|
@ -106,7 +106,7 @@ to your `/config/traccar.xml` file.
|
||||||
|
|
||||||
A list if all entries can be found here:
|
A list if all entries can be found here:
|
||||||
|
|
||||||
<https://github.com/hassio-addons/addon-traccar/blob/master/traccar/rootfs/etc/traccar/traccar.xml#L22>
|
<https://github.com/hassio-addons/addon-traccar/blob/main/traccar/rootfs/etc/traccar/traccar.xml#L22>
|
||||||
|
|
||||||
To find out which protocol your device uses, please refer to the Traccar
|
To find out which protocol your device uses, please refer to the Traccar
|
||||||
website: <https://www.traccar.org/devices/>
|
website: <https://www.traccar.org/devices/>
|
||||||
|
@ -114,16 +114,15 @@ website: <https://www.traccar.org/devices/>
|
||||||
## Changelog & Releases
|
## Changelog & Releases
|
||||||
|
|
||||||
This repository keeps a change log using [GitHub's releases][releases]
|
This repository keeps a change log using [GitHub's releases][releases]
|
||||||
functionality. The format of the log is based on
|
functionality.
|
||||||
[Keep a Changelog][keepchangelog].
|
|
||||||
|
|
||||||
Releases are based on [Semantic Versioning][semver], and use the format
|
Releases are based on [Semantic Versioning][semver], and use the format
|
||||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||||
based on the following:
|
based on the following:
|
||||||
|
|
||||||
- ``MAJOR``: Incompatible or major changes.
|
- `MAJOR`: Incompatible or major changes.
|
||||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
@ -151,7 +150,7 @@ check [the contributor's page][contributors].
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2018-2020 Franck Nijhof
|
Copyright (c) 2018-2021 Franck Nijhof
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -177,7 +176,6 @@ SOFTWARE.
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-traccar/81407?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-traccar/81407?u=frenck
|
||||||
[frenck]: https://github.com/frenck
|
[frenck]: https://github.com/frenck
|
||||||
[issue]: https://github.com/hassio-addons/addon-traccar/issues
|
[issue]: https://github.com/hassio-addons/addon-traccar/issues
|
||||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-traccar/releases
|
[releases]: https://github.com/hassio-addons/addon-traccar/releases
|
||||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||||
|
|
|
@ -51,11 +51,11 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-traccar/81407?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-traccar/81407?u=frenck
|
||||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||||
[github-sponsors]: https://github.com/sponsors/frenck
|
[github-sponsors]: https://github.com/sponsors/frenck
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-v0.9.2-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-traccar/tree/v0.9.2
|
[release]: https://github.com/hassio-addons/addon-traccar/tree/v0.10.0
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-traccar/raw/master/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-traccar/raw/main/images/screenshot.png
|
||||||
[traccar]: https://www.traccar.org
|
[traccar]: https://www.traccar.org
|
|
@ -1,10 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "Traccar",
|
"name": "Traccar",
|
||||||
"version": "0.9.2",
|
"version": "0.10.0",
|
||||||
"slug": "traccar",
|
"slug": "traccar",
|
||||||
"description": "Modern GPS Tracking Platform",
|
"description": "Modern GPS Tracking Platform",
|
||||||
"url": "https://github.com/hassio-addons/addon-traccar",
|
"url": "https://github.com/hassio-addons/addon-traccar",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_port": 0,
|
"ingress_port": 0,
|
||||||
"panel_icon": "mdi:car-connected",
|
"panel_icon": "mdi:car-connected",
|
||||||
|
@ -17,9 +16,6 @@
|
||||||
"i386"
|
"i386"
|
||||||
],
|
],
|
||||||
"init": false,
|
"init": false,
|
||||||
"boot": "auto",
|
|
||||||
"hassio_api": true,
|
|
||||||
"hassio_role": "default",
|
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"ports": {
|
"ports": {
|
||||||
"80/tcp": null
|
"80/tcp": null
|
||||||
|
@ -45,5 +41,5 @@
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str"
|
"keyfile": "str"
|
||||||
},
|
},
|
||||||
"image": "hassioaddons/traccar-{arch}"
|
"image": "ghcr.io/hassio-addons/traccar/{arch}"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue