mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #436] [FEATURE] Add the ability to listen on UNIX sockets #286
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#286
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 @jackyzy823 on GitHub (Sep 20, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/436
Describe the feature you'd like to see added
it would be very helpful that whoogle supports listening on UNIX sockets.
Additional context
waitresssupportsunix_socket. linkHowever it may conflict with
listenlinkThanks.
@jackyzy823 commented on GitHub (Sep 20, 2021):
Besides.
environment
HTTPS_ONLYdo not work since it is shadowed by args.https_only ,github.com/benbusby/whoogle-search@c41e0fc239/app/routes.py (L430)@PrivacyDevel commented on GitHub (Apr 6, 2023):
The permissions of the Unix socket seem to be too restrictive. Only the owner of the socket is able to connect to it, which prevents a reverse proxy from being able to connect to it if the reverse proxy is run as a different user. Which should pretty much always be the case.
@master-hax commented on GitHub (Dec 16, 2023):
@PrivacyDevel i have put up a fix for the issue in https://github.com/benbusby/whoogle-search/pull/1103