mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on TasmoAdmin 0.12.0
This commit is contained in:
parent
f5129fa87b
commit
7a54be2a57
5 changed files with 17 additions and 15 deletions
|
@ -4,16 +4,16 @@ This is a general maintenance release, without any breaking changes.
|
|||
|
||||
### 🔨 Changes
|
||||
|
||||
- ⬆ Upgrades base image to v7.1.0
|
||||
- ⬆ Upgrades php7 to 7.3.16-r0
|
||||
- 🔨 Disable Docker init
|
||||
- ⬆ Upgrades add-on base image to v7.2.0
|
||||
- 🔨 Implement OCI image specification on labels
|
||||
- ⬆ Upgrades php7 to 7.3.18-r0
|
||||
- ⬆ Upgrades git to 2.24.3-r0
|
||||
- ✏ Split add-on documentation
|
||||
- ✏ Add note on OTA over SSL (#87)
|
||||
- ⬆️ Upgrades TasmoAdmin to v1.6.5 (#92)
|
||||
- ⬆ Upgrades add-on base image to v8.0.1
|
||||
- ⬆ Upgrades nginx to 1.18.0-r0
|
||||
- ⬆ Upgrades php7 to 7.3.21-r0
|
||||
- ⬆ Upgrades git to 2.26.2-r0
|
||||
- 🔥 Remove old sonweb migration path
|
||||
- 🔥 Remove Renovatebot
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.10.0...v0.11.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.11.0...v0.12.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work:
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -50,6 +50,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-v0.11.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.11.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.12.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.12.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "TasmoAdmin",
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"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