⬆️ Updating add-on Nginx Proxy Manager to 03ddc1f

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-24 20:30:33 +00:00
parent e5a05b488a
commit c3200a5c6f
5 changed files with 47 additions and 25 deletions

View file

@ -959,10 +959,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/c3fa718
[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/c3fa718/README.md
[addon-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/03ddc1f
[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/03ddc1f/README.md
[nginxproxymanager-issue]: https://github.com/hassio-addons/addon-nginx-proxy-manager/issues
[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-c3fa718-blue.svg
[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-03ddc1f-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,2 +1,31 @@
# Changelog since v0.8.1
- ⬆ Upgrades NGINX Proxy Manager to v2.6.2
# Changelog since v0.8.2
- ⬆️ Bump certbot-dns-cloudflare from 1.7.0 to 1.11.0 in /proxy-manager (#134)
Bumps [certbot-dns-cloudflare](https://github.com/certbot/certbot) from 1.7.0 to 1.11.0.
- [Release notes](https://github.com/certbot/certbot/releases)
- [Commits](https://github.com/certbot/certbot/compare/v1.7.0...v1.11.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Upgrade add-on base image to 9.1.0 (#137)
- Fix master->main in README template (#136)
- Add new repository workflow (#133)
* Add new repository workflow
* Prettified Code!
* Address add-on lint errors
* Migrate Docker build arguments
* Adjust documentation
Co-authored-by: frenck <frenck@users.noreply.github.com>
- Upgrade Code of Conduct (#132)
- Happy New Year (#131)
- Cleanup repository (#130)
- ⬆ Upgrades add-on base image to v8.0.6
- ⬆ Upgrades NGINX Proxy Manager to v2.7.1
- ⬆ Upgrades NGINX Proxy Manager to v2.7.0

View file

@ -52,7 +52,7 @@ dealing with an unknown issue. Possible values are:
- `debug`: Shows detailed debug information.
- `info`: Normal (usually) interesting events.
- `warning`: Exceptional occurrences that are not errors.
- `error`: Runtime errors that do not require immediate action.
- `error`: Runtime errors that do not require immediate action.
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
Please note that each level automatically includes log messages from a
@ -82,16 +82,15 @@ cleared automatically_
## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on
[Keep a Changelog][keepchangelog].
functionality.
Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following:
- ``MAJOR``: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates.
- `MAJOR`: Incompatible or major changes.
- `MINOR`: Backwards-compatible new features and enhancements.
- `PATCH`: Backwards-compatible bugfixes and package updates.
## Support
@ -119,7 +118,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2019-2020 Franck Nijhof
Copyright (c) 2019-2021 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
@ -145,7 +144,6 @@ SOFTWARE.
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-nginx-proxy-manager/111830?u=frenck
[frenck]: https://github.com/frenck
[issue]: https://github.com/hassio-addons/addon-nginx-proxy-manager/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-nginx-proxy-manager/releases
[semver]: http://semver.org/spec/v2.0.0.htm

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/2020.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.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-c3fa718-blue.svg
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/c3fa718
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/master/images/screenshot.gif
[release-shield]: https://img.shields.io/badge/version-03ddc1f-blue.svg
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/03ddc1f
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/main/images/screenshot.gif

View file

@ -1,11 +1,10 @@
{
"name": "Nginx Proxy Manager",
"version": "c3fa718",
"version": "03ddc1f",
"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]",
"startup": "application",
"init": false,
"arch": [
"aarch64",
@ -27,17 +26,13 @@
"81": "Proxy management web interface",
"443": "HTTPS/SSL Entrance port"
},
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"map": [
"ssl:rw",
"backup:rw"
],
"options": {},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"reset_database": "bool?"
},
"image": "hassioaddons/nginxproxymanager-{arch}"
"image": "ghcr.io/hassio-addons/nginxproxymanager/{arch}"
}