⬆️ Updating add-on TasmoAdmin to 3cc0410

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-05 17:56:16 +00:00
parent 36ba1dcec2
commit 7c699fb3b0
5 changed files with 11 additions and 16 deletions

View file

@ -1186,10 +1186,10 @@ SOFTWARE.
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[spotify-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [spotify-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/c7ae2f9 [addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/3cc0410
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/c7ae2f9/README.md [addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/3cc0410/README.md
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-c7ae2f9-blue.svg [tasmoadmin-version-shield]: https://img.shields.io/badge/version-3cc0410-blue.svg
[tasmoadmin-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sonweb-armhf.svg [tasmoadmin-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sonweb-armhf.svg
[tasmoadmin-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tasmoadmin-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,5 +1,5 @@
# Changelog since v0.13.0 # Changelog since v0.13.1
- ⬆ Upgrades add-on base image to v8.0.5 - 📚 Remove non-existing IPv6 option from documentation (#107)
- ⬆ Upgrades nginx to 1.18.0-r1
- ⬆ Upgrades PHP to 7.3.23 (#100) There is no IPV6 option in config.json causing a supervisor error if enabled
- 🔥 Remove portable dir from upstream (#99) "WARNING (MainThread) [supervisor.addons.validate] Unknown options ipv6"

View file

@ -31,7 +31,6 @@ log_level: info
ssl: false ssl: false
certfile: fullchain.pem certfile: fullchain.pem
keyfile: privkey.pem keyfile: privkey.pem
ipv6: true
``` ```
**Note**: _This is just an example, don't copy and past it! Create your own!_ **Note**: _This is just an example, don't copy and past it! Create your own!_
@ -73,10 +72,6 @@ The private key file to use for SSL.
**Note**: _The file MUST be stored in `/ssl/`, which is the default_ **Note**: _The file MUST be stored in `/ssl/`, which is the default_
### Option: `ipv6`
Set this option too `false` to disable IPv6 support.
## Embedding into Home Assistant ## Embedding into Home Assistant
It is possible to embed the TasmoAdmin interface directly into Home Assistant, It is possible to embed the TasmoAdmin interface directly into Home Assistant,

View file

@ -53,6 +53,6 @@ If you are more interested in stable releases of our add-ons:
[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-c7ae2f9-blue.svg [release-shield]: https://img.shields.io/badge/version-3cc0410-blue.svg
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/c7ae2f9 [release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/3cc0410
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "TasmoAdmin", "name": "TasmoAdmin",
"version": "c7ae2f9", "version": "3cc0410",
"slug": "sonweb", "slug": "sonweb",
"description": "Centrally manage all your Sonoff-Tasmota devices", "description": "Centrally manage all your Sonoff-Tasmota devices",
"url": "https://github.com/hassio-addons/addon-tasmoadmin", "url": "https://github.com/hassio-addons/addon-tasmoadmin",