mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🔨 Renames SonWEB to TasmoAdmin
This commit is contained in:
parent
4911a93b16
commit
cd4cf69647
6 changed files with 3 additions and 3 deletions
8
tasmoadmin/CHANGELOG.md
Normal file
8
tasmoadmin/CHANGELOG.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixes firmwares being blocked for download
|
||||
- Fixes SSL support for OTA server
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-sonweb/compare/v0.1.0...v0.1.1
|
37
tasmoadmin/README.md
Normal file
37
tasmoadmin/README.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Community Hass.io Add-ons: SonWEB
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
|
||||
|
||||
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
||||
|
||||
Centrally manage all your Sonoff-Tasmota devices.
|
||||
|
||||
## About
|
||||
|
||||
SonWEB is an administrative web interface to manage all your Sonoff-Tasmota
|
||||
flashed devices centrally. Some of its features:
|
||||
|
||||
- Scans your networks and adds your devices automatically
|
||||
- See the status off all your devices quick and easy
|
||||
- Configure all your devices from a single place
|
||||
- Send out firmware updates over the air to one or more your devices at once
|
||||
- Can automatically download the latest firmware for you
|
||||
|
||||
[Click here for the full documentation][docs]
|
||||
|
||||
![SonWEB screenshot][screenshot]
|
||||
|
||||
[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-sonweb/blob/v0.1.1/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-sonweb/54155?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sonweb/tree/v0.1.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-sonweb/raw/master/images/screenshot.png
|
41
tasmoadmin/config.json
Normal file
41
tasmoadmin/config.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "SonWEB",
|
||||
"version": "0.1.1",
|
||||
"slug": "sonweb",
|
||||
"description": "Centrally manage all your Sonoff-Tasmota devices",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-sonweb/54155?u=frenck",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9541]",
|
||||
"startup": "system",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"i386"
|
||||
],
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
"ports": {
|
||||
"9541/tcp": 9541
|
||||
},
|
||||
"options": {
|
||||
"log_level": "info",
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"ipv6": false
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"ipv6": "bool"
|
||||
},
|
||||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||
},
|
||||
"image": "hassioaddons/sonweb-{arch}"
|
||||
}
|
BIN
tasmoadmin/icon.png
Normal file
BIN
tasmoadmin/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
tasmoadmin/logo.png
Normal file
BIN
tasmoadmin/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
Loading…
Add table
Add a link
Reference in a new issue