All Projects → jc21 → Nginx Proxy Manager

jc21 / Nginx Proxy Manager

Licence: mit
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

Engintron
Engintron for cPanel/WHM is the easiest way to integrate Nginx on your cPanel/WHM server. Engintron will improve the performance & web serving capacity of your server, while reducing CPU/RAM load at the same time, by installing & configuring the popular Nginx webserver to act as a reverse caching proxy in front of Apache.
Stars: ✭ 587 (-88.76%)
Mutual labels:  nginx, nginx-proxy
Ip2geo
Импортер ipgeo-данных в файлы, понятные для nginx geoip module, с поддержкой кодов регионов РФ.
Stars: ✭ 59 (-98.87%)
Mutual labels:  nginx, nginx-proxy
Plex Nginx Reverseproxy
Configuration to serve Plex Media Center https://plex.tv using Nginx https://nginx.com
Stars: ✭ 523 (-89.98%)
Mutual labels:  nginx, nginx-proxy
Apioak
Full Lifecycle Management API Gateway.
Stars: ✭ 335 (-93.58%)
Mutual labels:  nginx, 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 (-96.99%)
Mutual labels:  nginx, nginx-proxy
Vouch Proxy
an SSO and OAuth / OIDC login solution for Nginx using the auth_request module
Stars: ✭ 1,239 (-76.27%)
Mutual labels:  nginx, nginx-proxy
The World Is Yours
Nginx L7 DDoS Protection! And many more features 💥 ⚡️
Stars: ✭ 20 (-99.62%)
Mutual labels:  nginx, nginx-proxy
Nginx Proxy Automation
Automated docker nginx proxy integrated with letsencrypt.
Stars: ✭ 2,302 (-55.91%)
Mutual labels:  nginx, nginx-proxy
Symfony 4 Docker Env
Docker Environment for Symfony. PHP-FPM, NGINX SSL Proxy, MySQL, LEMP
Stars: ✭ 119 (-97.72%)
Mutual labels:  nginx, nginx-proxy
Docker Oidc Proxy
Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
Stars: ✭ 91 (-98.26%)
Mutual labels:  nginx, nginx-proxy
Nginx Admins Handbook
How to improve NGINX performance, security, and other important things.
Stars: ✭ 12,463 (+138.71%)
Mutual labels:  nginx, nginx-proxy
Docker Waf
An NGINX and ModSecurity based Web Application Firewall for Docker
Stars: ✭ 181 (-96.53%)
Mutual labels:  nginx, nginx-proxy
Flagger
Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
Stars: ✭ 3,337 (-36.09%)
Mutual labels:  nginx
Ngx php
ngx_php - Embedded php scripting language for nginx module. All released versions of the code repository.
Stars: ✭ 290 (-94.45%)
Mutual labels:  nginx
Lnmp
Support: Nginx 1.12/1.13 + MySQL 5.5/5.6/5.7/8.0(MariaDB 5.5/10.0/10.1/10.2/10.3) + PHP 5.4/5.5/5.6/7.0/7.1/7.2 + phpMyAdmin(Adminer)
Stars: ✭ 262 (-94.98%)
Mutual labels:  nginx
Nixy
nixy - nginx auto configuration and service discovery for Mesos/Marathon
Stars: ✭ 259 (-95.04%)
Mutual labels:  nginx
Nginx Admin
Nginx admin is an open source multiplatform manager for nginx software to easy administration
Stars: ✭ 294 (-94.37%)
Mutual labels:  nginx
Docker
LibreNMS Docker image based on Alpine Linux and Nginx
Stars: ✭ 283 (-94.58%)
Mutual labels:  nginx
Yii2 Advanced One Domain Config
A template configuration without separation on the frontend and backend parts on different domains.
Stars: ✭ 258 (-95.06%)
Mutual labels:  nginx
Integrated Examples
以Xray或v2ray为主、caddy或nginx为辅,结合trojan或trojan-go及naiveproxy等打造科学上网的优化配置及最优组合示例,分享给大家食用及备份。
Stars: ✭ 249 (-95.23%)
Mutual labels:  nginx



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:


Sebastian Valle

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

chaptergy

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
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].