mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 19:41:27 +00:00
🎉 Release of add-on TasmoAdmin 0.14.0
This commit is contained in:
parent
50e9796317
commit
f8396ec51b
5 changed files with 29 additions and 35 deletions
|
@ -999,10 +999,10 @@ SOFTWARE.
|
||||||
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[spotify-i386-shield]: https://img.shields.io/badge/i386-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.13.1
|
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.14.0
|
||||||
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.13.1/README.md
|
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.14.0/README.md
|
||||||
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
|
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
|
||||||
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.13.1-blue.svg
|
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg
|
||||||
[tasmoadmin-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,14 +1,18 @@
|
||||||
[Full Changelog][changelog]
|
## What’s changed
|
||||||
|
|
||||||
### 🔨 Changes
|
## 🧰 Maintenance
|
||||||
|
|
||||||
- 🔥 Remove portable dir from upstream (#99)
|
- Cleanup repository @frenck (#109)
|
||||||
- ⬆ Upgrades PHP to 7.3.23 (#100)
|
- Happy New Year @frenck (#110)
|
||||||
- ⬆ Upgrades nginx to 1.18.0-r1
|
- Upgrade Code of Conduct @frenck (#111)
|
||||||
- ⬆ Upgrades add-on base image to v8.0.5
|
- Add new repository workflow @frenck (#112)
|
||||||
|
|
||||||
[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.13.0...v0.13.1
|
## 📚 Documentation
|
||||||
|
|
||||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
- 📚 Remove non-existing IPv6 option from documentation @erikpendragon (#107)
|
||||||
Enjoying my add-ons? Consider supporting my work:
|
|
||||||
https://github.com/sponsors/frenck or https://patreon.com/frenck
|
## ⬆️ Dependency updates
|
||||||
|
|
||||||
|
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#113)
|
||||||
|
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#114)
|
||||||
|
- Upgrade add-on base image to 9.1.2 @frenck (#115)
|
||||||
|
|
|
@ -31,7 +31,6 @@ log_level: info
|
||||||
ssl: false
|
ssl: false
|
||||||
certfile: fullchain.pem
|
certfile: fullchain.pem
|
||||||
keyfile: privkey.pem
|
keyfile: privkey.pem
|
||||||
ipv6: true
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note**: _This is just an example, don't copy and past it! Create your own!_
|
**Note**: _This is just an example, don't copy and past it! Create your own!_
|
||||||
|
@ -73,10 +72,6 @@ The private key file to use for SSL.
|
||||||
|
|
||||||
**Note**: _The file MUST be stored in `/ssl/`, which is the default_
|
**Note**: _The file MUST be stored in `/ssl/`, which is the default_
|
||||||
|
|
||||||
### Option: `ipv6`
|
|
||||||
|
|
||||||
Set this option too `false` to disable IPv6 support.
|
|
||||||
|
|
||||||
## Embedding into Home Assistant
|
## Embedding into Home Assistant
|
||||||
|
|
||||||
It is possible to embed the TasmoAdmin interface directly into Home Assistant,
|
It is possible to embed the TasmoAdmin interface directly into Home Assistant,
|
||||||
|
@ -97,16 +92,15 @@ panel_iframe:
|
||||||
## Changelog & Releases
|
## Changelog & Releases
|
||||||
|
|
||||||
This repository keeps a change log using [GitHub's releases][releases]
|
This repository keeps a change log using [GitHub's releases][releases]
|
||||||
functionality. The format of the log is based on
|
functionality.
|
||||||
[Keep a Changelog][keepchangelog].
|
|
||||||
|
|
||||||
Releases are based on [Semantic Versioning][semver], and use the format
|
Releases are based on [Semantic Versioning][semver], and use the format
|
||||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||||
based on the following:
|
based on the following:
|
||||||
|
|
||||||
- ``MAJOR``: Incompatible or major changes.
|
- `MAJOR`: Incompatible or major changes.
|
||||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
@ -134,7 +128,7 @@ check [the contributor's page][contributors].
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2018-2020 Franck Nijhof
|
Copyright (c) 2018-2021 Franck Nijhof
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -160,7 +154,6 @@ SOFTWARE.
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tasmoadmin/54155?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tasmoadmin/54155?u=frenck
|
||||||
[frenck]: https://github.com/frenck
|
[frenck]: https://github.com/frenck
|
||||||
[issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
|
[issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
|
||||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-tasmoadmin/releases
|
[releases]: https://github.com/hassio-addons/addon-tasmoadmin/releases
|
||||||
[semver]: http://semver.org/spec/v2.0.0.html
|
[semver]: http://semver.org/spec/v2.0.0.html
|
||||||
|
|
|
@ -46,10 +46,10 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tasmoadmin/54155?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tasmoadmin/54155?u=frenck
|
||||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||||
[github-sponsors]: https://github.com/sponsors/frenck
|
[github-sponsors]: https://github.com/sponsors/frenck
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-v0.13.1-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.13.1
|
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.14.0
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "TasmoAdmin",
|
"name": "TasmoAdmin",
|
||||||
"version": "0.13.1",
|
"version": "0.14.0",
|
||||||
"slug": "sonweb",
|
"slug": "sonweb",
|
||||||
"description": "Centrally manage all your Sonoff-Tasmota devices",
|
"description": "Centrally manage all your Sonoff-Tasmota devices",
|
||||||
"url": "https://github.com/hassio-addons/addon-tasmoadmin",
|
"url": "https://github.com/hassio-addons/addon-tasmoadmin",
|
||||||
|
@ -14,9 +14,6 @@
|
||||||
"armv7",
|
"armv7",
|
||||||
"i386"
|
"i386"
|
||||||
],
|
],
|
||||||
"boot": "auto",
|
|
||||||
"hassio_api": true,
|
|
||||||
"hassio_role": "default",
|
|
||||||
"map": [
|
"map": [
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
|
@ -37,5 +34,5 @@
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str"
|
"keyfile": "str"
|
||||||
},
|
},
|
||||||
"image": "hassioaddons/sonweb-{arch}"
|
"image": "ghcr.io/hassio-addons/tasmoadmin/{arch}"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue