From dcbc2ac44fd3697af65a7056bc776a70011a664d Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 17 Oct 2023 23:05:55 +0000 Subject: [PATCH] :arrow_up: Updating add-on Nginx Proxy Manager to 1d552db --- README.md | 6 +++--- nginxproxymanager/CHANGELOG.md | 1 + nginxproxymanager/DOCS.md | 14 -------------- nginxproxymanager/README.md | 4 ++-- nginxproxymanager/config.yaml | 5 +---- 5 files changed, 7 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 7defa7c03..ab2495cc0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/nginxproxymanager/CHANGELOG.md b/nginxproxymanager/CHANGELOG.md index 224cd01d0..9be105261 100644 --- a/nginxproxymanager/CHANGELOG.md +++ b/nginxproxymanager/CHANGELOG.md @@ -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) diff --git a/nginxproxymanager/DOCS.md b/nginxproxymanager/DOCS.md index 4e8f690bc..bc2714ddf 100644 --- a/nginxproxymanager/DOCS.md +++ b/nginxproxymanager/DOCS.md @@ -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 diff --git a/nginxproxymanager/README.md b/nginxproxymanager/README.md index 036679308..9e9887058 100644 --- a/nginxproxymanager/README.md +++ b/nginxproxymanager/README.md @@ -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 \ No newline at end of file diff --git a/nginxproxymanager/config.yaml b/nginxproxymanager/config.yaml index 9e9f76885..0e2793c40 100644 --- a/nginxproxymanager/config.yaml +++ b/nginxproxymanager/config.yaml @@ -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}