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 9265d91
This commit is contained in:
parent
eb690968b2
commit
b566e5db69
4 changed files with 8 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v0.8.2
|
||||
- Grant Supervisor API access to retreive environment information (#144)
|
||||
- Upgrade add-on base image to 9.1.1 (#143)
|
||||
- ⬆ Upgrades py3-pip to 20.3.4-r0 (#140)
|
||||
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#142)
|
||||
|
|
|
@ -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-32a2222-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/32a2222
|
||||
[release-shield]: https://img.shields.io/badge/version-9265d91-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/9265d91
|
||||
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/main/images/screenshot.gif
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Nginx Proxy Manager",
|
||||
"version": "32a2222",
|
||||
"version": "9265d91",
|
||||
"slug": "nginxproxymanager",
|
||||
"description": "Manage Nginx proxy hosts with a simple, powerful interface",
|
||||
"url": "https://github.com/hassio-addons/addon-nginx-proxy-manager",
|
||||
|
@ -16,6 +16,7 @@
|
|||
"services": [
|
||||
"mysql:need"
|
||||
],
|
||||
"hassio_api": true,
|
||||
"ports": {
|
||||
"80/tcp": 80,
|
||||
"81/tcp": 81,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue