Skip to content

Commit

Permalink
Updated readme and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Jan 3, 2019
1 parent 424ccce commit 8b8f5fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@

# Nginx Proxy Manager

![Version](https://img.shields.io/badge/version-2.0.7-green.svg?style=for-the-badge)
![Version](https://img.shields.io/badge/version-2.0.8-green.svg?style=for-the-badge)
![Stars](https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge)
![Pulls](https://img.shields.io/docker/pulls/jc21/nginx-proxy-manager.svg?style=for-the-badge)

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.

**WARNING: Version 2 a complete rewrite!** If you are using the `latest` docker tag and update to version 2
without preparation, horrible things might happen. Refer to the [Importing Documentation](doc/IMPORTING.md).

----------

## Features

- Beautiful and Secure Admin Interface based on [Tabler](https://tabler.github.io/)
Expand Down
2 changes: 1 addition & 1 deletion doc/DOCKERHUB.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Nginx Proxy Manager

![Version](https://img.shields.io/badge/version-2.0.7-green.svg?style=for-the-badge)
![Version](https://img.shields.io/badge/version-2.0.8-green.svg?style=for-the-badge)
![Stars](https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge)
![Pulls](https://img.shields.io/docker/pulls/jc21/nginx-proxy-manager.svg?style=for-the-badge)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nginx-proxy-manager",
"version": "2.0.7",
"version": "2.0.8",
"description": "A beautiful interface for creating Nginx endpoints",
"main": "src/backend/index.js",
"devDependencies": {
Expand Down

0 comments on commit 8b8f5fa

Please sign in to comment.