mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #166] Add support for stream sites (not just http sites) #5864
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#5864
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 @BlindBadgerStudios on GitHub (Sep 10, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/166
Is your feature request related to a problem? Please describe.
Enhancement - Add support for stream sites (not just http sites).
Describe the solution you'd like
I'd want a duplication of the setup for http sites, but for stream sites (stream-available/stream-enabled folders, etc). This would easily and quickly allow adding non http sites to the config and add functionality (first version could just be the "advanced view" until all the fields could be developed for the "basic view".
Describe alternatives you've considered
Manual config of the base nginx.conf is what I'm doing now, which puts me at the CLI (which reduces the value of the nginx-ui setup for me)
Additional context
Stream sites are especially needed when front-ending kubernetes clusters and simplifying this would expand the usefulness of this to even better compete with nginx-proxy-manager and provide a good option for those of us who don't want to run a docker image to manage our nginx instances.
@aravindh-murugesan commented on GitHub (Nov 3, 2023):
I second the addition of streams with health checks