|
1 | 1 | <p align="center"> |
2 | 2 | <img src="https://nginxproxymanager.com/github.png"> |
3 | 3 | <br><br> |
4 | | - <img src="https://img.shields.io/badge/version-2.13.7-green.svg?style=for-the-badge"> |
| 4 | + <img src="https://img.shields.io/badge/version-2.14.0-green.svg?style=for-the-badge"> |
5 | 5 | <a href="https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager"> |
6 | 6 | <img src="https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge"> |
7 | 7 | </a> |
@@ -36,23 +36,26 @@ so that the barrier for entry here is low. |
36 | 36 | - Advanced Nginx configuration available for super users |
37 | 37 | - User management, permissions and audit log |
38 | 38 |
|
| 39 | +::: warning |
| 40 | +`armv7` is no longer supported in version 2.14+. This is due to Nodejs dropping support for armhf. Please |
| 41 | +use the `2.13.7` image tag if this applies to you. |
| 42 | +::: |
39 | 43 |
|
40 | 44 | ## Hosting your home network |
41 | 45 |
|
42 | 46 | I won't go in to too much detail here but here are the basics for someone new to this self-hosted world. |
43 | 47 |
|
44 | 48 | 1. Your home router will have a Port Forwarding section somewhere. Log in and find it |
45 | 49 | 2. Add port forwarding for port 80 and 443 to the server hosting this project |
46 | | -3. Configure your domain name details to point to your home, either with a static ip or a service like DuckDNS or [Amazon Route53](https://github.com/jc21/route53-ddns) |
| 50 | +3. Configure your domain name details to point to your home, either with a static ip or a service like |
| 51 | + - DuckDNS |
| 52 | + - [Amazon Route53](https://github.com/jc21/route53-ddns) |
| 53 | + - [Cloudflare](https://github.com/jc21/cloudflare-ddns) |
47 | 54 | 4. Use the Nginx Proxy Manager as your gateway to forward to your other web based services |
48 | 55 |
|
49 | 56 | ## Quick Setup |
50 | 57 |
|
51 | | -1. Install Docker and Docker-Compose |
52 | | - |
53 | | -- [Docker Install documentation](https://docs.docker.com/install/) |
54 | | -- [Docker-Compose Install documentation](https://docs.docker.com/compose/install/) |
55 | | - |
| 58 | +1. [Install Docker](https://docs.docker.com/install/) |
56 | 59 | 2. Create a docker-compose.yml file similar to this: |
57 | 60 |
|
58 | 61 | ```yml |
|
0 commit comments