Skip to content

Commit 8b8f5fa

Browse files
committed
Updated readme and version bump
1 parent 424ccce commit 8b8f5fa

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,22 @@
22

33
# Nginx Proxy Manager
44

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)
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

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

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

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).
1620

17-
----------
18-
1921
## Features
2022

2123
- Beautiful and Secure Admin Interface based on [Tabler](https://tabler.github.io/)

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.7-green.svg?style=for-the-badge)
5+
![Version](https://img.shields.io/badge/version-2.0.8-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.7",
3+
"version": "2.0.8",
44
"description": "A beautiful interface for creating Nginx endpoints",
55
"main": "src/backend/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)