🎉 Release of add-on TasmoAdmin 0.16.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-11 11:34:47 +00:00
parent d1e802e169
commit c186ee673f
7 changed files with 75 additions and 79 deletions

View file

@ -901,10 +901,10 @@ SOFTWARE.
[tailscale-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[tailscale-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[tailscale-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.15.0
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.15.0/README.md
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.16.0
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.16.0/README.md
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.16.0-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,15 +1,49 @@
## Whats changed
## ✨ New features
## 🐛 Bug fixes
- Add add-on translation support @frenck (#150)
- Fix SSL @subxero (#189)
## 🚀 Enhancements
- Migrate JSON config to YAML @frenck (#219)
## 🧰 Maintenance
- Apply updated repository structure & CI workflow @frenck (#149)
- 🚀 Add-on CI improvements @frenck (#190)
- ⬆️ Upgrade lock-threads workflow to 3.0.0 @frenck (#205)
- Switch to centralized GitHub Action Workflows @frenck (#218)
## 📚 Documentation
- 🚑 Fix contributing link in readme @frenck (#191)
## ⬆️ Dependency updates
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#144)
- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#145)
- Upgrades add-on base image to v9.2.0 @frenck (#148)
- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#166)
- ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#165)
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#164)
- ⬆️ Upgrades add-on base image to v9.2.1 @frenck (#167)
- ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2.2 @dependabot (#169)
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#172)
- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#176)
- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.5.0 @dependabot (#177)
- ⬆️ Upgrades add-on base image to v10.0.0 @frenck (#178)
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#180)
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#179)
- ⬆️ Upgrades php7 to 7.4.21-r0 @frenck (#181)
- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#182)
- ⬆️ Upgrades php7 to 7.4.22-r0 @frenck (#185)
- ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#186)
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#192)
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#193)
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#194)
- ⬆️ Upgrades php7 to 7.4.24-r0 @frenck (#200)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#196)
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#198)
- ⬆️ Upgrades add-on base image to 10.1.0 @frenck (#201)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#204)
- ⬆️ Upgrades add-on base image to 10.1.1 @frenck (#206)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#210)
- ⬆️ Upgrades php7 to 7.4.25-r0 @frenck (#217)
- ⬆️ Upgrades add-on base image to 10.2.2 @frenck (#220)

View file

@ -34,6 +34,6 @@ Some of its features:
[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.15.0-blue.svg
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.15.0
[release-shield]: https://img.shields.io/badge/version-v0.16.0-blue.svg
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.16.0
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png

View file

@ -1,38 +0,0 @@
{
"name": "TasmoAdmin",
"version": "0.15.0",
"slug": "sonweb",
"description": "Centrally manage all your Sonoff-Tasmota devices",
"url": "https://github.com/hassio-addons/addon-tasmoadmin",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9541]",
"startup": "system",
"init": false,
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"map": [
"ssl"
],
"ports": {
"9541/tcp": 9541
},
"ports_description": {
"9541/tcp": "TasmoAdmin web interface"
},
"options": {
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"ssl": "bool",
"certfile": "str",
"keyfile": "str"
},
"image": "ghcr.io/hassio-addons/tasmoadmin/{arch}"
}

30
tasmoadmin/config.yaml Normal file
View file

@ -0,0 +1,30 @@
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
description: Centrally manage all your Sonoff-Tasmota devices
image: ghcr.io/hassio-addons/tasmoadmin/{arch}
init: false
map:
- ssl
name: TasmoAdmin
options:
certfile: fullchain.pem
keyfile: privkey.pem
ssl: true
ports:
9541/tcp: 9541
ports_description:
9541/tcp: TasmoAdmin web interface
schema:
certfile: str
keyfile: str
log_level: list(trace|debug|info|notice|warning|error|fatal)?
ssl: bool
slug: sonweb
startup: system
url: https://github.com/hassio-addons/addon-tasmoadmin
version: 0.16.0
webui: '[PROTO:ssl]://[HOST]:[PORT:9541]'

View file

@ -1,15 +0,0 @@
configuration:
certfile:
description: 'The certificate file to use for SSL. Note that this file must exist in the /ssl/ folder.'
name: 'Certificate file'
keyfile:
description: 'The private key file to use for SSL. Note that this file must exist in the /ssl/ folder.'
name: 'Private key file'
log_level:
description: 'Controls the level of log details the add-on provides.'
name: 'Log level'
ssl:
description: 'Enables/Disables SSL (HTTPS) on the web interface.'
name: SSL
network:
9541/tcp: 'Web interface'

View file

@ -1,15 +0,0 @@
configuration:
certfile:
description: 'The certificate file to use for SSL. Note that this file must exist in the /ssl/ folder.'
name: 'Certificate file'
keyfile:
description: 'The private key file to use for SSL. Note that this file must exist in the /ssl/ folder.'
name: 'Private key file'
log_level:
description: 'Bepaalt het niveau van de logs die de add-on toont.'
name: 'Log niveau'
ssl:
description: 'Enables/Disables SSL (HTTPS) on the web interface.'
name: SSL
network:
9541/tcp: Webinterface