Sign inSign up

thedubpalace/nginx-proxy-manager

By thedubpalace

•Updated 7 months ago
Archived

Image
0

579

thedubpalace/nginx-proxy-manager repository overview

⁠Overview

nginx-proxy-manager is a Docker image for running Nginx Proxy Manager, built specifically for the linux/arm/v7 architecture. This image targets ARMv7-based devices such as ihost and similar hardware. It is based on the jc21/nginx-proxy-manager image.

⁠Features

  • Web-based management interface for Nginx reverse proxy
  • Automated SSL certificate provisioning (Let's Encrypt)
  • Easy configuration of multiple proxy hosts
  • Optimized for ARMv7 (e.g., ihost devices)

⁠Getting Started

To run the container on an ARMv7 device:

docker run -d \
  --name=nginx-proxy-manager \
  -p 80:80 \
  -p 81:81 \
  -p 443:443 \
  thedubpalace/nginx-proxy-manager:latest

Access the UI at http://<device-ip>:81.

⁠Image Tags

  • latest: Most recent stable release for ARMv7

⁠Documentation

⁠Maintainers

  • thedubpalace

⁠License

Tag summary

Content type

Image

Digest

sha256:2afbe5351…

Size

332.6 MB

Last updated

7 months ago

docker pull thedubpalace/nginx-proxy-manager