🎉 Release of add-on Nginx Proxy Manager 0.12.0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-06-12 19:55:53 +00:00
parent 844f184c29
commit 1f131726ae
6 changed files with 96 additions and 68 deletions

View file

@ -812,10 +812,10 @@ SOFTWARE.
[nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[nut-i386-shield]: https://img.shields.io/badge/i386-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/v0.11.0 [addon-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/v0.12.0
[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/v0.11.0/README.md [addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/v0.12.0/README.md
[nginxproxymanager-issue]: https://github.com/hassio-addons/addon-nginx-proxy-manager/issues [nginxproxymanager-issue]: https://github.com/hassio-addons/addon-nginx-proxy-manager/issues
[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg [nginxproxymanager-version-shield]: https://img.shields.io/badge/version-v0.12.0-blue.svg
[nginxproxymanager-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,29 +1,58 @@
## Whats changed ## Whats changed
## ✨ New features A long-awaited update; with relatively fewer changes than I wanted. However, it does get everything upgraded and clears the path for future overhauls. In the meantime, releasing this version to you at least can enjoy the latest.
- Add add-on translation support @frenck (#199) ## 🐛 Bug fixes
- Add logrotate @frenck (#337)
## 🚀 Enhancements
- Migrate JSON config to YAML @frenck (#298)
- Add logrotate @frenck (#337)
## 🧰 Maintenance ## 🧰 Maintenance
- Apply updated repository structure & CI workflow @frenck (#198) - ⬆️ Upgrade lock-threads workflow to 3.0.0 @frenck (#285)
- Switch to centralized GitHub Action Workflows @frenck (#297)
- ⬆️ Upgrades add-on base image to 12.0.0 @frenck (#332)
- 🚀 Update CI to latest version @frenck (#333)
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#334)
- ⬆️ Upgrades NGINX Proxy Manager to v2.9.18 @frenck (#335)
- 🧹 Clean up old migration path @frenck (#336)
## 📚 Documentation
- 📚 Documentation tweaks and updates @frenck (#338)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Upgrade add-on base image to 9.1.6 @frenck (#184) - ⬆️ Bump frenck/action-addon-information from 1.0.0 to 1.1 @dependabot (#217)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#182) - ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 @dependabot (#220)
- ⬆️ Bump certbot-dns-cloudflare from 1.13.0 to 1.14.0 in /proxy-manager @dependabot (#185) - ⬆️ Bump brpaz/hadolint-action from 1.4.0 to 1.5.0 @dependabot (#212)
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#186) - ⬆️ Bump frenck/action-addon-linter from 2 to 2.1 @dependabot (#213)
- ⬆️ Upgrades nodejs to 14.16.1-r0 @frenck (#189) - ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#215)
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#188) - ⬆️ Bump certbot-dns-cloudflare from 1.14.0 to 1.15.0 in /proxy-manager @dependabot (#208)
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#187) - ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#244)
- ⬆️ Upgrades add-on base image to v9.1.7 @frenck (#190) - ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.5.0 @dependabot (#240)
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#192) - ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#235)
- ⬆️ Upgrades nodejs to 14.16.1-r1 @frenck (#194) - ⬆️ Bump docker/build-push-action from 2.4.0 to 2.6.1 @dependabot (#238)
- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#196) - ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2.2 @dependabot (#226)
- Upgrades add-on base image to v9.2.0 @frenck (#197) - ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#224)
- ⬆️ Upgrades mariadb to 10.5.9-r0 @frenck (#200) - ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#222)
- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#202) - ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#247)
- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#203) - ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#248)
- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#205) - ⬆️ Bump certbot-dns-cloudflare from 1.15.0 to 1.17.0 in /proxy-manager @dependabot (#241)
- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#206) - ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#245)
- ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#259)
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#261)
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#262)
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#263)
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#271)
- ⬆️ Bump certbot-dns-cloudflare from 1.17.0 to 1.19.0 in /proxy-manager @dependabot (#270)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#282)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#268)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#288)
- ⬆️ Upgrades add-on base image to 12.0.0 @frenck (#332)
- ⬆️ Bump certbot-dns-cloudflare from 1.19.0 to 1.28.0 in /proxy-manager @dependabot (#331)
- ⬆️ Upgrades NGINX Proxy Manager to v2.9.18 @frenck (#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 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. 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 1. Click the Home Assistant My button below to open the add-on on your Home
and install it. 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. 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. 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: 1. Click the "OPEN WEB UI" button and login using:
@ -118,7 +122,7 @@ check [the contributor's page][contributors].
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal 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 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. 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 [contributors]: https://github.com/hassio-addons/addon-nginx-proxy-manager/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e [discord-ha]: https://discord.gg/c5DvZ4e
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons

View file

@ -50,10 +50,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 [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-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck [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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.12.0-blue.svg
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/v0.11.0 [release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/v0.12.0
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/main/images/screenshot.gif [screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/main/images/screenshot.gif

View file

@ -1,39 +0,0 @@
{
"name": "Nginx Proxy Manager",
"version": "0.11.0",
"slug": "nginxproxymanager",
"description": "Manage Nginx proxy hosts with a simple, powerful interface",
"url": "https://github.com/hassio-addons/addon-nginx-proxy-manager",
"webui": "http://[HOST]:[PORT:81]",
"init": false,
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"services": [
"mysql:need"
],
"hassio_api": true,
"ports": {
"80/tcp": 80,
"81/tcp": 81,
"443/tcp": 443
},
"ports_description": {
"80/tcp": "HTTP Entrance port",
"81/tcp": "Proxy management web interface",
"443/tcp": "HTTPS/SSL Entrance port"
},
"map": [
"ssl:rw",
"backup:rw"
],
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"reset_database": "bool?"
},
"image": "ghcr.io/hassio-addons/nginxproxymanager/{arch}"
}

View file

@ -0,0 +1,32 @@
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
codenotary: codenotary@frenck.dev
description: Manage Nginx proxy hosts with a simple, powerful interface
hassio_api: true
image: ghcr.io/hassio-addons/nginxproxymanager/{arch}
init: false
map:
- ssl:rw
- backup:rw
name: Nginx Proxy Manager
ports:
443/tcp: 443
80/tcp: 80
81/tcp: 81
ports_description:
443/tcp: HTTPS/SSL Entrance port
80/tcp: HTTP Entrance port
81/tcp: Proxy management web interface
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
reset_database: bool?
services:
- mysql:need
slug: nginxproxymanager
url: https://github.com/hassio-addons/addon-nginx-proxy-manager
version: 0.12.0
webui: http://[HOST]:[PORT:81]