mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on TasmoAdmin 0.5.0
This commit is contained in:
parent
48f36098b9
commit
c0d1e233e1
4 changed files with 20 additions and 17 deletions
|
@ -631,10 +631,10 @@ SOFTWARE.
|
|||
[spotify-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-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/v0.4.0
|
||||
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.4.0/README.md
|
||||
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.5.0
|
||||
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.5.0/README.md
|
||||
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
|
||||
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
|
||||
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.5.0-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
|
||||
|
|
|
@ -2,11 +2,10 @@
|
|||
|
||||
### Changed
|
||||
|
||||
- Upgrades TasmoAdmin to 1.5.4
|
||||
- GitLab CI now using the latest Hadolint
|
||||
- Upgrades base image to v2.0.1
|
||||
- Upgrades nginx to 1.14.0-r0
|
||||
- Upgrades php to 7.2.7-r0
|
||||
- Upgrades git to 2.18.0-r0
|
||||
- Upgrades base image to v2.1.1
|
||||
- Updates README and links
|
||||
- Enables SSL by default
|
||||
- Upgrades PHP to 7.2.8-r1
|
||||
- Sets default Shell
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.3.0...v0.4.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.4.0...v0.5.0
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
||||
|
||||
[![Support my work on Patreon][patreon-shield]][patreon]
|
||||
|
||||
Centrally manage all your Sonoff-Tasmota devices.
|
||||
|
||||
## About
|
||||
|
@ -42,13 +44,15 @@ If you are more interested in stable releases of our add-ons:
|
|||
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[docs]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.4.0/README.md
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.5.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/2018.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.4.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.4.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.5.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "TasmoAdmin",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"slug": "sonweb",
|
||||
"description": "Centrally manage all your Sonoff-Tasmota devices",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-tasmoadmin/54155?u=frenck",
|
||||
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"options": {
|
||||
"log_level": "info",
|
||||
"ssl": false,
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"ipv6": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue