mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[PR #293] [MERGED] v2.1.0 #3210
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3210
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/293
Author: @jc21
Created: 2/19/2020
Status: ✅ Merged
Merged: 2/19/2020
Merged by: @jc21
Base:
master← Head:develop📝 Commits (10+)
fa00ac6Fix wrapping when too many hosts are shown (#207)8cdad0aMerge branch 'master' of github.com:jc21/nginx-proxy-manager into developd4cccfaUpdate npm packages, fixes CVE-2019-1075741d9566Revert some breaking packages4dbee0fMajor overhaul0ea47dcMerge branch 'master' of github.com:jc21/nginx-proxy-manager into develope09b427Updated documentation0ec4f63Fix JWT expire time going crazy. Now set to 1day45f64cbBackend JS formatting rules46d778eRemove v1 importer, I doubt anyone is using v1 anymore📊 Changes
517 files changed (+26258 additions, -11726 deletions)
View changed files
➖
.babelrc(+0 -12)📝
.gitignore(+1 -10)➕
.jenkins/config.json(+10 -0)➕
.version(+1 -0)➖
Dockerfile(+0 -39)➖
Dockerfile.arm64(+0 -38)➖
Dockerfile.armv6l(+0 -38)➖
Dockerfile.armv7l(+0 -38)📝
Jenkinsfile(+156 -359)📝
README.md(+4 -2)➕
backend/.eslintrc.json(+73 -0)➕
backend/.gitignore(+6 -0)➕
backend/.prettierrc(+11 -0)➕
backend/app.js(+90 -0)📝
backend/config/README.md(+0 -0)📝
backend/config/default.json(+0 -0)➕
backend/db.js(+25 -0)➕
backend/doc/api.swagger.json(+1254 -0)➕
backend/index.js(+47 -0)➕
backend/internal/access-list.js(+482 -0)...and 80 more files
📄 Description
Now using
docker buildxfor multiarch: amd64, armv7, arm64. No longer building for armv6. Let me know if you want more arch support in future.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.