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.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-armv7-shield]: https://img.shields.io/badge/armv7-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-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.13.1/README.md
|
||||
[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.14.0/README.md
|
||||
[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-amd64-shield]: https://img.shields.io/badge/amd64-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)
|
||||
- ⬆ Upgrades PHP to 7.3.23 (#100)
|
||||
- ⬆ Upgrades nginx to 1.18.0-r1
|
||||
- ⬆ Upgrades add-on base image to v8.0.5
|
||||
- Cleanup repository @frenck (#109)
|
||||
- Happy New Year @frenck (#110)
|
||||
- Upgrade Code of Conduct @frenck (#111)
|
||||
- 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
|
||||
Enjoying my add-ons? Consider supporting my work:
|
||||
https://github.com/sponsors/frenck or https://patreon.com/frenck
|
||||
- 📚 Remove non-existing IPv6 option from documentation @erikpendragon (#107)
|
||||
|
||||
## ⬆️ 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
|
||||
certfile: fullchain.pem
|
||||
keyfile: privkey.pem
|
||||
ipv6: true
|
||||
```
|
||||
|
||||
**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_
|
||||
|
||||
### Option: `ipv6`
|
||||
|
||||
Set this option too `false` to disable IPv6 support.
|
||||
|
||||
## Embedding into Home Assistant
|
||||
|
||||
It is possible to embed the TasmoAdmin interface directly into Home Assistant,
|
||||
|
@ -97,16 +92,15 @@ panel_iframe:
|
|||
## Changelog & Releases
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
functionality. The format of the log is based on
|
||||
[Keep a Changelog][keepchangelog].
|
||||
functionality.
|
||||
|
||||
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:
|
||||
|
||||
- ``MAJOR``: Incompatible or major changes.
|
||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
||||
- `MAJOR`: Incompatible or major changes.
|
||||
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||
|
||||
## Support
|
||||
|
||||
|
@ -134,7 +128,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
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
|
||||
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
|
||||
[frenck]: https://github.com/frenck
|
||||
[issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
|
||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-tasmoadmin/releases
|
||||
[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
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[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]: 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.13.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.13.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.14.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "TasmoAdmin",
|
||||
"version": "0.13.1",
|
||||
"version": "0.14.0",
|
||||
"slug": "sonweb",
|
||||
"description": "Centrally manage all your Sonoff-Tasmota devices",
|
||||
"url": "https://github.com/hassio-addons/addon-tasmoadmin",
|
||||
|
@ -14,9 +14,6 @@
|
|||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
|
@ -37,5 +34,5 @@
|
|||
"certfile": "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