mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[PR #2749] [MERGED] v2.10.0 #3618
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#3618
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/2749
Author: @jc21
Created: 3/26/2023
Status: ✅ Merged
Merged: 3/27/2023
Merged by: @jc21
Base:
master← Head:develop📝 Commits (10+)
dad3e1dAdds support to run processes as a user/group, defined2a07445Refactor configuration60175e6Updates for ci stackea61b15don't zip log files anymorec3469deLinting fixesf8e6c8dFix mistake with debug output4fdc80bFix logical error with keys and mysql config8fdb8acUpdate docs79fedfcUse consistent docker-compose file version in docs77eb618Fix pip installs running as non-root user📊 Changes
37 files changed (+971 additions, -896 deletions)
View changed files
📝
.version(+1 -1)📝
Jenkinsfile(+6 -6)📝
README.md(+4 -2)📝
backend/app.js(+4 -3)📝
backend/db.js(+20 -26)📝
backend/index.js(+0 -87)📝
backend/internal/certificate.js(+30 -18)📝
backend/internal/nginx.js(+16 -16)➕
backend/lib/config.js(+184 -0)📝
backend/lib/validator/index.js(+1 -1)📝
backend/models/now_helper.js(+2 -2)📝
backend/models/token.js(+14 -20)📝
backend/package.json(+2 -3)📝
backend/setup.js(+7 -66)📝
backend/yarn.lock(+363 -395)📝
docker/Dockerfile(+6 -10)📝
docker/docker-compose.ci.yml(+20 -18)📝
docker/docker-compose.dev.yml(+18 -12)➕
docker/rootfs/bin/common.sh(+29 -0)➖
docker/rootfs/bin/handle-ipv6-setting(+0 -46)...and 17 more files
📄 Description
Main change: run services inside the docker as a particular user/group, and the ownership of data/letsencrypt would also belong to this user/group.
Defaults to 911:911, seems to be the standard for linuxservers.
Define with
PUIDandGUIDenv vars.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.