Merge branch 'develop' of https://github.com/jc21/nginx-proxy-manager into feature/custom-locations

This commit is contained in:
kolbii 2019-03-02 21:49:41 +01:00
commit 9eb6e29c8c
4 changed files with 6 additions and 12 deletions

12
Jenkinsfile vendored
View file

@ -81,11 +81,11 @@ pipeline {
}
}
stage('Build Master') {
when {
branch 'master'
}
parallel {
stage('x86_64') {
when {
branch 'master'
}
steps {
ansiColor('xterm') {
// Codebase
@ -127,9 +127,6 @@ pipeline {
}
}
stage('armhf') {
when {
branch 'master'
}
agent {
label 'armhf'
}
@ -173,9 +170,6 @@ pipeline {
}
}
stage('arm64') {
when {
branch 'master'
}
agent {
label 'arm64'
}

View file

@ -2,7 +2,7 @@
# Nginx Proxy Manager
![Version](https://img.shields.io/badge/version-2.0.9-green.svg?style=for-the-badge)
![Version](https://img.shields.io/badge/version-2.0.10-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)

View file

@ -2,7 +2,7 @@
# Nginx Proxy Manager
![Version](https://img.shields.io/badge/version-2.0.9-green.svg?style=for-the-badge)
![Version](https://img.shields.io/badge/version-2.0.10-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)

View file

@ -1,6 +1,6 @@
{
"name": "nginx-proxy-manager",
"version": "2.0.9",
"version": "2.0.10",
"description": "A beautiful interface for creating Nginx endpoints",
"main": "src/backend/index.js",
"devDependencies": {