File tree 3 files changed +10
-8
lines changed
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Nginx Proxy Manager
4
4
5
- ![ Version] ( https://img.shields.io/badge/version-2.0.7 -green.svg?style=for-the-badge )
5
+ ![ Version] ( https://img.shields.io/badge/version-2.0.8 -green.svg?style=for-the-badge )
6
6
![ Stars] ( https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge )
7
7
![ Pulls] ( https://img.shields.io/docker/pulls/jc21/nginx-proxy-manager.svg?style=for-the-badge )
8
8
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
+ ## Project Goal
14
+
15
+ I created this project to fill a personal need to provide users with a easy way to accomplish reverse
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
+ While there might be advanced options they are optional and the project should be as simple as possible
18
+ so that the barrier for entry here is low.
13
19
14
- ** WARNING: Version 2 a complete rewrite!** If you are using the ` latest ` docker tag and update to version 2
15
- without preparation, horrible things might happen. Refer to the [ Importing Documentation] ( doc/IMPORTING.md ) .
16
20
17
- ----------
18
-
19
21
## Features
20
22
21
23
- Beautiful and Secure Admin Interface based on [ Tabler] ( https://tabler.github.io/ )
Original file line number Diff line number Diff line change 2
2
3
3
# Nginx Proxy Manager
4
4
5
- ![ Version] ( https://img.shields.io/badge/version-2.0.7 -green.svg?style=for-the-badge )
5
+ ![ Version] ( https://img.shields.io/badge/version-2.0.8 -green.svg?style=for-the-badge )
6
6
![ Stars] ( https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge )
7
7
![ Pulls] ( https://img.shields.io/docker/pulls/jc21/nginx-proxy-manager.svg?style=for-the-badge )
8
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nginx-proxy-manager" ,
3
- "version" : " 2.0.7 " ,
3
+ "version" : " 2.0.8 " ,
4
4
"description" : " A beautiful interface for creating Nginx endpoints" ,
5
5
"main" : " src/backend/index.js" ,
6
6
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments