Skip to content

Commit f3e6f64

Browse files
committed
Version Bump
1 parent d04b7a0 commit f3e6f64

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

README.md

+1-19
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Nginx Proxy Manager
44

5-
![Version](https://img.shields.io/badge/version-2.0.10-green.svg?style=for-the-badge)
5+
![Version](https://img.shields.io/badge/version-2.0.11-green.svg?style=for-the-badge)
66
![Stars](https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge)
77
![Pulls](https://img.shields.io/docker/pulls/jc21/nginx-proxy-manager.svg?style=for-the-badge)
88

@@ -57,24 +57,6 @@ Please consult the [installation instructions](doc/INSTALL.md) for a complete gu
5757
if you just want to get up and running in the quickest time possible, grab all the files in the `doc/example/` folder and run `docker-compose up -d`
5858

5959

60-
## Importing from Version 1?
61-
62-
Here's a [guide for you to migrate your configuration](doc/IMPORTING.md). You should definitely read the [installation instructions](doc/INSTALL.md) first though.
63-
64-
**Why should I?**
65-
66-
Version 2 has the following improvements:
67-
68-
- Management security and multiple user access
69-
- User permissions and visibility
70-
- Custom SSL certificate support
71-
- Audit log of changes
72-
- Broken nginx config detection
73-
- Multiple domains in Let's Encrypt certificates
74-
- Wildcard domain name support (not available with a Let's Encrypt certificate though)
75-
- It's super sexy
76-
77-
7860
## Administration
7961

8062
When your docker container is running, connect to it on port `81` for the admin interface.

doc/DOCKERHUB.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Nginx Proxy Manager
44

5-
![Version](https://img.shields.io/badge/version-2.0.10-green.svg?style=for-the-badge)
5+
![Version](https://img.shields.io/badge/version-2.0.11-green.svg?style=for-the-badge)
66
![Stars](https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge)
77
![Pulls](https://img.shields.io/docker/pulls/jc21/nginx-proxy-manager.svg?style=for-the-badge)
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nginx-proxy-manager",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "A beautiful interface for creating Nginx endpoints",
55
"main": "src/backend/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)