diff --git a/README.md b/README.md index 945a6e591..cbb939ed1 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,19 @@ Manage battery backup (UPS) devices [:books: Network UPS Tools add-on documentation][addon-doc-nut] +### ✓ [Nginx Proxy Manager][addon-nginxproxymanager] + +![Latest Version][nginxproxymanager-version-shield] +![Supports armhf Architecture][nginxproxymanager-armhf-shield] +![Supports aarch64 Architecture][nginxproxymanager-aarch64-shield] +![Supports amd64 Architecture][nginxproxymanager-amd64-shield] +![Supports i386 Architecture][nginxproxymanager-i386-shield] +![Docker Pulls][nginxproxymanager-pulls-shield] + +Manage Nginx proxy hosts with a simple, powerful interface + +[:books: Nginx Proxy Manager add-on documentation][addon-doc-nginxproxymanager] + ### ✓ [Node-RED][addon-node-red] ![Latest Version][node-red-version-shield] @@ -549,6 +562,7 @@ on the correct GitHub repository matching the add-on. - [Open an issue for the add-on: MQTT Server & Web client][mqtt-issue] - [Open an issue for the add-on: Matrix][matrix-issue] - [Open an issue for the add-on: Network UPS Tools][nut-issue] +- [Open an issue for the add-on: Nginx Proxy Manager][nginxproxymanager-issue] - [Open an issue for the add-on: Node-RED][node-red-issue] - [Open an issue for the add-on: Octobox][octobox-issue] - [Open an issue for the add-on: Phlex][phlex-issue] @@ -794,6 +808,15 @@ SOFTWARE. [nut-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [nut-armhf-shield]: https://img.shields.io/badge/armhf-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/53be99a +[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/53be99a/README.md +[nginxproxymanager-issue]: https://github.com/hassio-addons/addon-nginx-proxy-manager/issues +[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-53be99a-blue.svg +[nginxproxymanager-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/nginxproxymanager.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 +[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/ce78c3e [addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/ce78c3e/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues diff --git a/nginxproxymanager/CHANGELOG.md b/nginxproxymanager/CHANGELOG.md new file mode 100644 index 000000000..f8b35253e --- /dev/null +++ b/nginxproxymanager/CHANGELOG.md @@ -0,0 +1,7 @@ +2019/02/20 21:37 UTC - [53be99a](https://github.com/hassio-addons/addon-nginx-proxy-manager/commit/53be99a49723ea8d8615c5135c611abd562b3714) by [@renovate[bot]](https://github.com/apps/renovate) +> Configure Renovate (#1) + +* Add renovate.json + +* Update renovate.json + diff --git a/nginxproxymanager/README.md b/nginxproxymanager/README.md new file mode 100644 index 000000000..da69f0b4a --- /dev/null +++ b/nginxproxymanager/README.md @@ -0,0 +1,61 @@ +# Community Hass.io Add-ons: Nginx Proxy Manager + +[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] + +[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum] + +[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] + +[![Support my work on Patreon][patreon-shield]][patreon] + +Manage Nginx proxy hosts with a simple, powerful interface. + +## About + +This add-on enables you to easily forward incoming connections to anywhere, +including free SSL, without having to know too much about Nginx or Letsencrypt. + +Forward you domain to your Home Assistant, Hass.io add-ons, or websites running +at home or anywhere else, straight from a simple, powerful interface. + +Want to protect the website with a username/password? Well, it can do that too! +Enable authentication and create a list of usernames/password that can access +that specific application. + +For the power users, you can customize the behavior of each host in the +Nginx proxy manager by providing additional Nginx directives. + +[Click here for the full documentation][docs] + +## WARNING! THIS IS AN EDGE VERSION! + +This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds +add-ons are based upon the latest development version. + +- They may not work at all. +- They might stop working at any time. +- They could have a negative impact on your system. + +This repository was created for: + +- Anybody willing to test. +- Anybody interested in trying out upcoming add-ons or add-on features. +- Developers. + +If you are more interested in stable releases of our add-ons: + + + +[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg +[buymeacoffee]: https://www.buymeacoffee.com/frenck +[discord-shield]: https://img.shields.io/discord/478094546522079232.svg +[discord]: https://discord.me/hassioaddons +[docs]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/53be99a/README.md +[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg +[forum]: https://community.home-assistant.io/?u=frenck +[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg +[patreon-shield]: https://www.frenck.nl/images/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-53be99a-blue.svg +[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/53be99a \ No newline at end of file diff --git a/nginxproxymanager/config.json b/nginxproxymanager/config.json new file mode 100644 index 000000000..65dabd077 --- /dev/null +++ b/nginxproxymanager/config.json @@ -0,0 +1,37 @@ +{ + "name": "Nginx Proxy Manager", + "version": "53be99a", + "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", + "arch": [ + "aarch64", + "amd64", + "armhf", + "i386" + ], + "ports": { + "80": 80, + "81": 81, + "443": 443 + }, + "boot": "auto", + "hassio_api": true, + "hassio_role": "default", + "homeassistant_api": false, + "host_network": false, + "apparmor": true, + "map": [ + "ssl:rw" + ], + "options": {}, + "schema": { + "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?" + }, + "environment": { + "LOG_FORMAT": "{LEVEL}: {MESSAGE}" + }, + "image": "hassioaddons/nginxproxymanager" +} \ No newline at end of file diff --git a/nginxproxymanager/icon.png b/nginxproxymanager/icon.png new file mode 100644 index 000000000..c3c19c33b Binary files /dev/null and b/nginxproxymanager/icon.png differ diff --git a/nginxproxymanager/logo.png b/nginxproxymanager/logo.png new file mode 100644 index 000000000..a6691f63e Binary files /dev/null and b/nginxproxymanager/logo.png differ