⬆️ Updating add-on Nginx Proxy Manager to 1d552db

This commit is contained in:
Community Hass.io Add-ons Bot 2023-10-17 23:05:55 +00:00
parent 80f705fe5b
commit dcbc2ac44f
5 changed files with 7 additions and 23 deletions

View file

@ -876,10 +876,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/e8fd835
[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/e8fd835/README.md
[addon-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/1d552db
[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/1d552db/README.md
[nginxproxymanager-issue]: https://github.com/hassio-addons/addon-nginx-proxy-manager/issues
[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-e8fd835-blue.svg
[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-1d552db-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.12.3
- Remove MariaDB/MySQL support (#474)
- Clean up upstream user (#473)
- ⬆️ Update NGINX to v1.24.0-r7 (#472)

View file

@ -19,8 +19,6 @@ Nginx proxy manager by providing additional Nginx directives.
The installation of this add-on is pretty straightforward and not different in
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. Click the Home Assistant My button below to open the add-on on your Home
Assistant instance.
@ -64,24 +62,12 @@ more severe level, e.g., `debug` also shows `info` messages. By default,
the `log_level` is set to `info`, which is the recommended setting unless
you are troubleshooting.
### Option: `reset_database`
By setting to `true` provides the option to delete and recreate the database. As
the data is held within the MariaDB addon, it is not removed on an uninstall.
**Note**: _Once the database is reset the configuration for the addon will be
cleared automatically_
## Known issues and limitations
- The original NGinx Proxy Manager has support for forwarding TCP/UDP streams,
which is removed from this add-on. It makes no sense from a
Home Assistant / Home perspective and, by removing it, it also
removed the need for this add-on to run on the Docker host network.
- This add-on stores its database on the MariaDB add-on. This also means that
by taking a snapshot of just the Nginx Proxy Manager add-on, will not
contain the data from this add-on. Please make sure you backup both
the Nginx Proxy Manager and the MariaDB add-ons.
## Changelog & Releases

View file

@ -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-e8fd835-blue.svg
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/e8fd835
[release-shield]: https://img.shields.io/badge/version-1d552db-blue.svg
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/1d552db
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/main/images/screenshot.gif

View file

@ -1,5 +1,5 @@
name: Nginx Proxy Manager
version: e8fd835
version: 1d552db
slug: nginxproxymanager
description: Manage Nginx proxy hosts with a simple, powerful interface
url: https://github.com/hassio-addons/addon-nginx-proxy-manager
@ -12,8 +12,6 @@ arch:
- armhf
- armv7
- i386
services:
- mysql:need
hassio_api: true
ports:
80/tcp: 80
@ -30,5 +28,4 @@ backup_exclude:
- '*/logs'
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
reset_database: bool?
image: ghcr.io/hassio-addons/nginxproxymanager/{arch}