mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on TasmoAdmin to 649ba29
This commit is contained in:
parent
c6b1628a24
commit
887efb6722
5 changed files with 10 additions and 15 deletions
|
@ -1146,10 +1146,10 @@ SOFTWARE.
|
|||
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/8dea3c2
|
||||
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/8dea3c2/README.md
|
||||
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/649ba29
|
||||
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/649ba29/README.md
|
||||
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
|
||||
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-8dea3c2-blue.svg
|
||||
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-649ba29-blue.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,9 +1,2 @@
|
|||
# Changelog since v0.10.0
|
||||
- ✏ Split add-on documentation
|
||||
- ⬆ Upgrades git to 2.24.3-r0
|
||||
- ⬆ Upgrades php7 to 7.3.18-r0
|
||||
- 🔨 Implement OCI image specification on labels
|
||||
- ⬆ Upgrades add-on base image to v7.2.0
|
||||
- 🔨 Disable Docker init
|
||||
- ⬆ Upgrades php7 to 7.3.16-r0
|
||||
- ⬆ Upgrades base image to v7.1.0
|
||||
# Changelog since v0.11.0
|
||||
- ✏ Add note on OTA over SSL (#87)
|
||||
|
|
|
@ -59,6 +59,8 @@ you are troubleshooting.
|
|||
Enables/Disables SSL (HTTPS) on the web interface of TasmoAdmin
|
||||
Panel. Set it `true` to enable it, `false` otherwise.
|
||||
|
||||
**Note** Tasmota does not support OTA via SSL
|
||||
|
||||
### Option: `certfile`
|
||||
|
||||
The certificate file to use for SSL.
|
||||
|
|
|
@ -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]: 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-8dea3c2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/8dea3c2
|
||||
[release-shield]: https://img.shields.io/badge/version-649ba29-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/649ba29
|
||||
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "TasmoAdmin",
|
||||
"version": "8dea3c2",
|
||||
"version": "649ba29",
|
||||
"slug": "sonweb",
|
||||
"description": "Centrally manage all your Sonoff-Tasmota devices",
|
||||
"url": "https://github.com/hassio-addons/addon-tasmoadmin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue