mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #349] about nginx 3rd party modules install/build #5974
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#5974
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?
Originally created by @orangejx on GitHub (Apr 7, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/349
Dear Manager,
Do you have any plans for nginx-ui to support 3rd-party module installation/build? There are many excellent 3rd-party nginx modules, and I want to use them in nginx-ui. It would be best if nginx-ui could support nginx 3rd-party modules in the future.
Looking forward to hearing from you.
Cheers,
Aldrich
@BugChang commented on GitHub (Oct 30, 2024):
I have the same need
@Hintay commented on GitHub (Oct 30, 2024):
Related discussion and issues: https://github.com/0xJacky/nginx-ui/discussions/689 https://github.com/0xJacky/nginx-ui/issues/234
@0xJacky commented on GitHub (May 7, 2025):
Starting from v2.0.0-rc.6, you can directly control the nginx in another container by configuring Nginx.ContainerName. Please refer to: https://nginxui.com/guide/config-nginx.html#containername.
This way, you can build your own nginx and load the extensions you need without using the most simplified nginx we provide.