mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Nginx Proxy Manager 0.7.0-beta.1
This commit is contained in:
parent
a09f4d240c
commit
b9d5df2258
5 changed files with 32 additions and 21 deletions
|
@ -2,21 +2,23 @@
|
|||
|
||||
### 🔨 Changes
|
||||
|
||||
- 🔨 Update community forum links
|
||||
- ⬆ Upgrades apache2-utils to 2.4.43-r0
|
||||
- 🔨 Disable IPv6 by default
|
||||
- 🔨 Disable Docker init
|
||||
- ⬆ Upgrades add-on base image to v7.2.0
|
||||
- 🔨 Implement OCI image specification on labels
|
||||
- ⬆ Upgrades git to 2.24.3-r0
|
||||
- ⬆ Upgrades python2 to 2.7.18-r0
|
||||
- ⬆ Upgrades mariadb to 10.4.13-r0
|
||||
- ⬆ Upgrades openssl to 1.1.1g-r0
|
||||
- ✏ Split add-on documentation
|
||||
- ⬆ Upgrades NGINX Proxy Manager to v2.3.0
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-nginx-proxy-manager/compare/v0.5.0...v0.6.0
|
||||
- ✏ Correct typo in code comment (#94)
|
||||
- ⬆ Upgrades build-base to 0.5-r2
|
||||
- ⬆ Upgrades git to 2.26.2-r0
|
||||
- ⬆ Upgrades yarn to 1.22.4-r0
|
||||
- ⬆ Upgrades certbot to 1.4.0-r0
|
||||
- ⬆ Upgrades nginx to 1.18.0-r0
|
||||
- 🔥 Remove Renovatebot
|
||||
- ⬆ Upgrades apache2-utils to 2.4.46-r0
|
||||
- ⬆ Upgrades NGINX Proxy Manager to v2.5.0
|
||||
- ✨ Add certbot-dns-cloudflare
|
||||
- 🚑 Bump to Python3
|
||||
- 🚑 Add Python2 to satisfy node-gyp
|
||||
- ⬆ Upgrades add-on base image to v8.0.3
|
||||
- ✨ Add option to reset database (#104)
|
||||
- ⬆ Upgrades nodejs to 12.18.4-r
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-nginx-proxy-manager/compare/v0.6.0...v0.7.0-beta.1
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work:
|
||||
https://github.com/sponsors/frenck or https://patreon.com/frenck
|
|
@ -60,6 +60,14 @@ 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,
|
||||
|
|
|
@ -54,6 +54,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-v0.6.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/v0.6.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.7.0-beta.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/v0.7.0-beta.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/master/images/screenshot.gif
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Nginx Proxy Manager",
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0-beta.1",
|
||||
"slug": "nginxproxymanager",
|
||||
"description": "Manage Nginx proxy hosts with a simple, powerful interface",
|
||||
"url": "https://github.com/hassio-addons/addon-nginx-proxy-manager",
|
||||
|
@ -36,7 +36,8 @@
|
|||
],
|
||||
"options": {},
|
||||
"schema": {
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"reset_database": "bool?"
|
||||
},
|
||||
"image": "hassioaddons/nginxproxymanager-{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue