mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Nginx Proxy Manager to ee5a984
This commit is contained in:
parent
aa4626a419
commit
7249d79d7e
4 changed files with 33 additions and 12 deletions
|
@ -959,10 +959,10 @@ SOFTWARE.
|
|||
[nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[nut-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[nut-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/03ddc1f
|
||||
[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/03ddc1f/README.md
|
||||
[addon-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/ee5a984
|
||||
[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/ee5a984/README.md
|
||||
[nginxproxymanager-issue]: https://github.com/hassio-addons/addon-nginx-proxy-manager/issues
|
||||
[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-03ddc1f-blue.svg
|
||||
[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-ee5a984-blue.svg
|
||||
[nginxproxymanager-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[nginxproxymanager-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,25 @@
|
|||
# Changelog since v0.8.2
|
||||
- ⬆ Upgrades py3-pip to 20.3.4-r0 (#140)
|
||||
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#142)
|
||||
|
||||
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.1 to v1.4.
|
||||
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
|
||||
- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.1...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0)
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#141)
|
||||
|
||||
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15.
|
||||
- [Release notes](https://github.com/actions/stale/releases)
|
||||
- [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45)
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆ Upgrades NGINX Proxy Manager to v2.7.3 (#138)
|
||||
- Add missing type to port definitions (#139)
|
||||
- ⬆️ Bump certbot-dns-cloudflare from 1.7.0 to 1.11.0 in /proxy-manager (#134)
|
||||
|
||||
Bumps [certbot-dns-cloudflare](https://github.com/certbot/certbot) from 1.7.0 to 1.11.0.
|
||||
|
|
|
@ -57,6 +57,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[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-03ddc1f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/03ddc1f
|
||||
[release-shield]: https://img.shields.io/badge/version-ee5a984-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/ee5a984
|
||||
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/main/images/screenshot.gif
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Nginx Proxy Manager",
|
||||
"version": "03ddc1f",
|
||||
"version": "ee5a984",
|
||||
"slug": "nginxproxymanager",
|
||||
"description": "Manage Nginx proxy hosts with a simple, powerful interface",
|
||||
"url": "https://github.com/hassio-addons/addon-nginx-proxy-manager",
|
||||
|
@ -17,14 +17,14 @@
|
|||
"mysql:need"
|
||||
],
|
||||
"ports": {
|
||||
"80": 80,
|
||||
"81": 81,
|
||||
"443": 443
|
||||
"80/tcp": 80,
|
||||
"81/tcp": 81,
|
||||
"443/tcp": 443
|
||||
},
|
||||
"ports_description": {
|
||||
"80": "HTTP Entrance port",
|
||||
"81": "Proxy management web interface",
|
||||
"443": "HTTPS/SSL Entrance port"
|
||||
"80/tcp": "HTTP Entrance port",
|
||||
"81/tcp": "Proxy management web interface",
|
||||
"443/tcp": "HTTPS/SSL Entrance port"
|
||||
},
|
||||
"map": [
|
||||
"ssl:rw",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue