mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[PR #74] [MERGED] Feature/custom locations #3181
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#3181
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/74
Author: @kolbii
Created: 2/19/2019
Status: ✅ Merged
Merged: 3/4/2019
Merged by: @jc21
Base:
develop← Head:feature/custom-locations📝 Commits (10+)
5fb2a08New feature: custom locations9734b3dCustom locations: exteding config generator920fdddCustom locations: refactoring51e56c1Fixing proxy_host table on small screensb04e9faCustom locations: translationsf44f635Custom locations bugfixc394ca6Custom locations bugfixe712f02Merge branch 'develop' of https://github.com/jc21/nginx-proxy-manager into feature/custom-locations62181a1Merge branch 'develop' into feature/custom-locations833b97aMerge branch 'develop' into feature/custom-locations📊 Changes
12 files changed (+371 additions, -17 deletions)
View changed files
📝
src/backend/internal/nginx.js(+61 -15)➕
src/backend/migrations/20190215115310_customlocations.js(+37 -0)📝
src/backend/models/proxy_host.js(+1 -1)📝
src/backend/schema/endpoints/proxy-hosts.json(+44 -0)➕
src/backend/templates/_location.conf(+8 -0)📝
src/backend/templates/proxy_host.conf(+3 -0)📝
src/frontend/js/app/nginx/proxy/form.ejs(+12 -0)📝
src/frontend/js/app/nginx/proxy/form.js(+43 -0)➕
src/frontend/js/app/nginx/proxy/location-item.ejs(+63 -0)➕
src/frontend/js/app/nginx/proxy/location.js(+54 -0)📝
src/frontend/js/i18n/messages.json(+8 -1)➕
src/frontend/js/models/proxy-host-location.js(+37 -0)📄 Description
I've been using this tool for making requests between the projects and services, it's a great tool for that. But in that case, if a project has 2+ location path it gets difficult to use and understand.
Please take a look at this PR. I've added a new pane to Proxy host dialog as "Custom locations" where you'd be able to manaeg 2+ location blocks
screenshot1
screenshot2
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.