mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[PR #977] [MERGED] feat: manage nginx in another docker container #4259
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#4259
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/0xJacky/nginx-ui/pull/977
Author: @0xJacky
Created: 4/20/2025
Status: ✅ Merged
Merged: 4/21/2025
Merged by: @0xJacky
Base:
dev← Head:feat/docker-ui-only📝 Commits (5)
d4a4ed1feat(wip): docker ui onlya88f864feat: add configuration file detection and sensitive content checks in code completione2c43befeat(ota): upgrade containerd079e80chore: update docs4aa42darefactor(preference): use pinia store📊 Changes
90 files changed (+2363 additions, -572 deletions)
View changed files
📝
.devcontainer/docker-compose.yml(+23 -0)📝
.devcontainer/init-nginx.sh(+1 -1)📝
.devcontainer/start.sh(+1 -1)📝
api/config/add.go(+6 -1)📝
api/nginx/control.go(+21 -4)📝
api/nginx/router.go(+1 -1)📝
api/nginx/status.go(+6 -3)📝
api/settings/settings.go(+1 -0)📝
app/src/api/settings.ts(+1 -0)➕
app/src/components/Breadcrumb/index.ts(+3 -0)📝
app/src/components/CodeEditor/CodeCompletion.ts(+62 -3)➕
app/src/components/EnvGroupTabs/index.ts(+3 -0)➕
app/src/components/EnvIndicator/index.ts(+3 -0)➕
app/src/components/ICP/index.ts(+3 -0)➕
app/src/components/Logo/index.ts(+3 -0)➕
app/src/components/NginxControl/index.ts(+3 -0)➕
app/src/components/NodeSelector/index.ts(+3 -0)➕
app/src/components/Notification/index.ts(+3 -0)➕
app/src/components/OTPInput/index.ts(+3 -0)➕
app/src/components/PageHeader/index.ts(+3 -0)...and 70 more files
📄 Description
Close #234
Close #802
Close #856
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.