All Projects → NginxProxyManager → nginx-proxy-manager

NginxProxyManager / nginx-proxy-manager

Licence: MIT license
Docker container for managing Nginx proxy hosts with a simple, powerful interface

Programming Languages

javascript
184084 projects - #8 most used programming language
EJS
674 projects
shell
77523 projects
SCSS
7915 projects

Projects that are alternatives of or similar to nginx-proxy-manager

Usenet Docker
Docker-compose configuration for Sabnzbd, CouchPotato, Plex, Sonarr, Plexpy, Nzbhydra, Muximux, Radarr, NZBGet and Ombi with a Nginx proxy.
Stars: ✭ 153 (-98.35%)
Mutual labels:  nginx-proxy
casper
Yelp's internal caching proxy, powered by Nginx and OpenResty at its core
Stars: ✭ 81 (-99.13%)
Mutual labels:  nginx-proxy
docker-letsencrypt-django-nginx-proxy-uwsgi-postgres
Docker + Letsencrypt + Django + Nginx-Proxy + uWSGI 教學
Stars: ✭ 26 (-99.72%)
Mutual labels:  nginx-proxy
Htpc Docker Standup
A simple docker-compose based configuration to stand up a new HTPC w/ Plex, Deluge, Sonarr, Radarr and more!
Stars: ✭ 160 (-98.27%)
Mutual labels:  nginx-proxy
Reading Code Of Nginx 1.9.2
nginx-1.9.2源码通读分析注释,带详尽函数中文分析注释以及相关函数流程调用注释,最全面的nginx源码阅读分析中文注释,更新完毕
Stars: ✭ 3,458 (-62.69%)
Mutual labels:  nginx-proxy
nginx-config-reverse-proxy
Nginx Configuration for a Secure Reverse Proxy
Stars: ✭ 30 (-99.68%)
Mutual labels:  nginx-proxy
Symfony 4 Docker Env
Docker Environment for Symfony. PHP-FPM, NGINX SSL Proxy, MySQL, LEMP
Stars: ✭ 119 (-98.72%)
Mutual labels:  nginx-proxy
nginx-conf
⚙️ Nginx conf of FastGit, core part of fastgit web booster module
Stars: ✭ 73 (-99.21%)
Mutual labels:  nginx-proxy
nginx-proxy
Docker container for automatically creating nginx configuration based on active services in docker host.
Stars: ✭ 28 (-99.7%)
Mutual labels:  nginx-proxy
docker-eth-dev
Hacking together a containerized environment for Ethereum development with Truffle using Parity
Stars: ✭ 22 (-99.76%)
Mutual labels:  nginx-proxy
Nginx Admins Handbook
How to improve NGINX performance, security, and other important things.
Stars: ✭ 12,463 (+34.47%)
Mutual labels:  nginx-proxy
Docker Waf
An NGINX and ModSecurity based Web Application Firewall for Docker
Stars: ✭ 181 (-98.05%)
Mutual labels:  nginx-proxy
centminmod-magento2
Magento 2.2.2 Install Guide For Centmin Mod Nginx LEMP Stacks
Stars: ✭ 16 (-99.83%)
Mutual labels:  nginx-proxy
Nginx
NGINX Accelerated! This is a Docker image that creates a high performance (FAST!), optimized image for NGINX for use with Redis and PHP-FMP. Deliver sites and applications with performance, reliability, security, and scale. This NGINX server offers advanced performance, web and mobile acceleration, security controls, application monitoring, and management.
Stars: ✭ 157 (-98.31%)
Mutual labels:  nginx-proxy
nginx-reverseproxy
A simple implementation of a multidomain nginx reverse proxy, using Node apps.
Stars: ✭ 46 (-99.5%)
Mutual labels:  nginx-proxy
Rancher Active Proxy
All in one active reverse proxy for Rancher ! For Kubernetes : https://github.com/adi90x/kube-active-proxy
Stars: ✭ 149 (-98.39%)
Mutual labels:  nginx-proxy
docker-proxy-api
Nginx Proxy with Basic auth and SSL for Docker Rest API
Stars: ✭ 16 (-99.83%)
Mutual labels:  nginx-proxy
oauth2 proxy
Dockerization of bitly's oauth2_proxy
Stars: ✭ 58 (-99.37%)
Mutual labels:  nginx-proxy
s3cr3t
A supercharged S3 reverse proxy
Stars: ✭ 55 (-99.41%)
Mutual labels:  nginx-proxy
multiarch-letsencrypt-nginx-proxy
nginx-proxy, docker-gen and letsencrypt-nginx-proxy-companion on arm archs
Stars: ✭ 23 (-99.75%)
Mutual labels:  nginx-proxy



Gitter Reddit

This project comes as a pre-built docker image that enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.

Project Goal

I created this project to fill a personal need to provide users with a easy way to accomplish reverse proxying hosts with SSL termination and it had to be so easy that a monkey could do it. This goal hasn't changed. While there might be advanced options they are optional and the project should be as simple as possible so that the barrier for entry here is low.

Buy Me A Coffee

Features

  • Beautiful and Secure Admin Interface based on Tabler
  • Easily create forwarding domains, redirections, streams and 404 hosts without knowing anything about Nginx
  • Free SSL using Let's Encrypt or provide your own custom SSL certificates
  • Access Lists and basic HTTP Authentication for your hosts
  • Advanced Nginx configuration available for super users
  • User management, permissions and audit log

Hosting your home network

I won't go in to too much detail here but here are the basics for someone new to this self-hosted world.

  1. Your home router will have a Port Forwarding section somewhere. Log in and find it
  2. Add port forwarding for port 80 and 443 to the server hosting this project
  3. Configure your domain name details to point to your home, either with a static ip or a service like DuckDNS or Amazon Route53
  4. Use the Nginx Proxy Manager as your gateway to forward to your other web based services

Quick Setup

  1. Install Docker and Docker-Compose
  1. Create a docker-compose.yml file similar to this:
version: '3'
services:
  app:
    image: 'jc21/nginx-proxy-manager:latest'
    restart: unless-stopped
    ports:
      - '80:80'
      - '81:81'
      - '443:443'
    volumes:
      - ./data:/data
      - ./letsencrypt:/etc/letsencrypt
  1. Bring up your stack by running
docker-compose up -d
  1. Log in to the Admin UI

When your docker container is running, connect to it on port 81 for the admin interface. Sometimes this can take a little bit because of the entropy of keys.

http://127.0.0.1:81

Default Admin User:

Email:    [email protected]
Password: changeme

Immediately after logging in with this default user you will be asked to modify your details and change your password.

Contributors

Special thanks to the following contributors:


chaptergy

Kyle Klaus

ƬHE ЯAW

Spencer

Xantios Krugor

David Panesso

IronTooch

Damiano

Russ

Marcelo Castagna

Steven Harris

Jocelyn Le Sage

Carl Mercier

Paul Mansfield

OhHeyAlan

Carl Sutton

Gergő Törcsvári

vrenjith

David Rivera

Jaap-Jan de Wit

James Morgan

Sebastian Valle

Philip Mooney

WaterCalm

lebrou34

Mário Franco

Kyle Harding

Alex Graber

MooBaloo

Shuro

Loris Bergeron

hepelayo

Jonas Leder

Bastian Stegmann

Stealthii

THEGamingninja

Italo Borssatto

Gurjinder Singh

David Dosoudil

ijaron

Niels Bouma

Orko Garai

Filippo Baruffaldi

Bikramjeet Singh

Razvan Stoica

RBXII3

demize

PUP-Loki

Daniel Sörlöv

Theyooo

Justin Peacock

Chris Tracy

Fuechslein

Amir Zarrinkafsh

gabbe

bmbvenom

Florian Meinicke

Rahul Somasundaram

Björn Heinrichs

Josh Byrnes

bergi9

luoweihua7

Tobias Kneidl

Pius Walter

Troy Kelly

Ivan Kristianto

Omer Cohen
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].