|
9 | 9 | This project comes as a pre-built docker image that enables you to easily forward to your websites
|
10 | 10 | running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 | ## Project Goal
|
14 | 14 |
|
15 | 15 | I created this project to fill a personal need to provide users with a easy way to accomplish reverse
|
16 | 16 | proxying hosts with SSL termination and it had to be so easy that a monkey could do it. This goal hasn't changed.
|
17 | 17 | While there might be advanced options they are optional and the project should be as simple as possible
|
18 | 18 | so that the barrier for entry here is low.
|
19 | 19 |
|
| 20 | +<a href="https://www.buymeacoffee.com/jc21" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-red.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;" ></a> |
| 21 | + |
20 | 22 |
|
21 | 23 | ## Features
|
22 | 24 |
|
23 | 25 | - Beautiful and Secure Admin Interface based on [Tabler](https://tabler.github.io/)
|
24 | 26 | - Easily create forwarding domains, redirections, streams and 404 hosts without knowing anything about Nginx
|
25 |
| -- Free SSL using Let's Encrypt or provide your own custom SSL certificates |
| 27 | +- Free SSL using Let's Encrypt or provide your own custom SSL certificates |
26 | 28 | - Access Lists and basic HTTP Authentication for your hosts
|
27 | 29 | - Advanced Nginx configuration available for super users
|
28 | 30 | - User management, permissions and audit log
|
@@ -54,7 +56,7 @@ so that the barrier for entry here is low.
|
54 | 56 | ## Getting started
|
55 | 57 |
|
56 | 58 | Please consult the [installation instructions](doc/INSTALL.md) for a complete guide or
|
57 |
| -if you just want to get up and running in the quickest time possible, grab all the files in the `doc/example/` folder and run `docker-compose up -d` |
| 59 | +if you just want to get up and running in the quickest time possible, grab all the files in the `doc/example/` folder and run `docker-compose up -d` |
58 | 60 |
|
59 | 61 |
|
60 | 62 | ## Administration
|
@@ -85,3 +87,13 @@ I won't go in to too much detail here but here are the basics for someone new to
|
85 | 87 | 3. Configure your domain name details to point to your home, either with a static ip or a service like DuckDNS
|
86 | 88 | 4. Use the Nginx Proxy Manager here as your gateway to forward to your other web based services
|
87 | 89 |
|
| 90 | + |
| 91 | +## Nginx Proxy Manager in the wild |
| 92 | + |
| 93 | +As this software gains popularity it's common to see it integrated with other platforms. Please be aware that unless specifically mentioned in the documenation of those |
| 94 | +integrations, they are *not supported* by me and any donation links on the pages of those integrations will not come to me even though it looks like it. |
| 95 | + |
| 96 | +Known integrations: |
| 97 | + |
| 98 | +- [HomeAssistant Hass.io plugin](https://github.com/hassio-addons/addon-nginx-proxy-manager) |
| 99 | +- [UnRaid / Synology](https://github.com/jlesage/docker-nginx-proxy-manager) |
0 commit comments