mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on TasmoAdmin 0.7.0
This commit is contained in:
parent
1b81abf7f6
commit
003ae4f5dc
4 changed files with 24 additions and 27 deletions
|
@ -2,18 +2,20 @@
|
|||
|
||||
### Changed
|
||||
|
||||
- Upgrades git to 2.18.1-r0
|
||||
- Removes BountySource links
|
||||
- Fixes spelling error in Dockerfile
|
||||
- Upgrades nginx to 1.14.2-r0
|
||||
- Removes Anchore.io links
|
||||
- Updates maintenance year to 2019
|
||||
- Upgrades add-on base image to 2.3.1
|
||||
- Upgrades PHP to 7.2.13-r0
|
||||
- Configure Renovate (#35)
|
||||
- Replaces add-on link with GitHub link
|
||||
- :arrow_up: Upgrades add-on base image to 3.0.1
|
||||
- :sparkles: Adds ARMv7 support
|
||||
- :arrow_up: Upgrades PHP to 7.2.14-r0
|
||||
- :arrow_up: Upgrades git to 2.20.1-r0
|
||||
- :arrow_up: Upgrades TasmoAdmin to v1.6.1-beta1
|
||||
- :hammer: Makes log_level optional
|
||||
- :fire: Removes IPv6 switch
|
||||
- :fire: Removes custom log format override
|
||||
- :hammer: Rewrite add-on onto Bashio
|
||||
- :hammer: Makes NGinx wait for PHP-FPM before starting
|
||||
- :hammer: Output proper info messages when services start
|
||||
- :ambulance: Fixes incorrect timeout command call
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.6.0...v0.6.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.6.1...v0.7.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -30,13 +30,13 @@ Some of its features:
|
|||
[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-tasmoadmin/blob/v0.6.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.7.0/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-tasmoadmin/54155?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.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-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.6.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.6.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.7.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "TasmoAdmin",
|
||||
"version": "0.6.1",
|
||||
"version": "0.7.0",
|
||||
"slug": "sonweb",
|
||||
"description": "Centrally manage all your Sonoff-Tasmota devices",
|
||||
"url": "https://github.com/hassio-addons/addon-tasmoadmin",
|
||||
|
@ -10,6 +10,7 @@
|
|||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"boot": "auto",
|
||||
|
@ -22,21 +23,15 @@
|
|||
"9541/tcp": 9541
|
||||
},
|
||||
"options": {
|
||||
"log_level": "info",
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"ipv6": false
|
||||
"keyfile": "privkey.pem"
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"ipv6": "bool"
|
||||
},
|
||||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||
"keyfile": "str"
|
||||
},
|
||||
"image": "hassioaddons/sonweb-{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue