⬆️ Updating add-on Nginx Proxy Manager to 38ea91c

This commit is contained in:
Community Hass.io Add-ons Bot 2022-06-12 19:46:31 +00:00
parent 8416714126
commit df982f05f7
5 changed files with 17 additions and 10 deletions

View file

@ -881,10 +881,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/1006bd4
[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/1006bd4/README.md
[addon-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/38ea91c
[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/38ea91c/README.md
[nginxproxymanager-issue]: https://github.com/hassio-addons/addon-nginx-proxy-manager/issues
[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-1006bd4-blue.svg
[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-38ea91c-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

View file

@ -1,4 +1,5 @@
# Changelog since v0.11.0
- 📚 Documentation tweaks and updates (#338)
- Add logrotate (#337)
- 🧹 Clean up old migration path (#336)
- ⬆️ Upgrades NGINX Proxy Manager to v2.9.18 (#335)

View file

@ -21,8 +21,12 @@ comparison to installing any other Home Assistant add-on.
1. Ensure you are running the MariaDB add-on. This add-on is required to use
the Nginx Proxy Manager add-on as it uses the database services provided.
1. Search for the "Nginx Proxy Manager" add-on in the Supervisor add-on store
and install it.
1. Click the Home Assistant My button below to open the add-on on your Home
Assistant instance.
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
1. Click the "Install" button to install the add-on.
1. Start the "Nginx Proxy Manager" add-on
1. Check the logs of the "Nginx Proxy Manager" add-on to see if everything went well.
1. Click the "OPEN WEB UI" button and login using:
@ -118,7 +122,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2019-2021 Franck Nijhof
Copyright (c) 2019-2022 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
@ -138,6 +142,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_nginxproxymanager&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
[contributors]: https://github.com/hassio-addons/addon-nginx-proxy-manager/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e
[discord]: https://discord.me/hassioaddons

View file

@ -53,10 +53,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-nginx-proxy-manager/111830?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/2021.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.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-1006bd4-blue.svg
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/1006bd4
[release-shield]: https://img.shields.io/badge/version-38ea91c-blue.svg
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/38ea91c
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/main/images/screenshot.gif

View file

@ -28,5 +28,5 @@ services:
- mysql:need
slug: nginxproxymanager
url: https://github.com/hassio-addons/addon-nginx-proxy-manager
version: 1006bd4
version: 38ea91c
webui: http://[HOST]:[PORT:81]