mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[GH-ISSUE #673] [QUESTION] Legality of hosting whoogle instance #428
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#428
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 @NebulaBC on GitHub (Mar 3, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/673
I have been considering hosting a whoogle instance (and a hastebin, but that's unrelated) on heroku. I am curious about the legality, since on my personal sites I have often skipped by a privacy policy, but whoogle seems to collect some data. Whoogle instances have no privacy policy linked, so I am curious what the deal is with that. Have there ever been any instances of a selfhosted application running into legal trouble? (or whoogle specifically) Should I be worried about hosting these services bringing me any legal problems in the future?
Also, how would I ever go about deleting user data if it was requested?
@Albonycal commented on GitHub (Mar 4, 2022):
uh it's possible, there could be some legal troubles if a malicious actor uses your instance, but I am no legal expert.. I'll add a privacy policy to my instance 👍 and no, whoogle doesn't store any data.
I don't know about the public instances. If you don't trust them you can host your own
@NebulaBC commented on GitHub (Mar 8, 2022):
I considered that, but also the requests to Google are encrypted, right? I am a bit in the dark over hosting all together. Hopefully there are no issues anyways (since for my case at least) heroku seems like more of the place to just term you before anything else
@Albonycal commented on GitHub (Mar 9, 2022):
no? all uses TLS
On Wed, Mar 9, 2022 at 12:24 AM NebulaBC @.***> wrote:
@NebulaBC commented on GitHub (Mar 9, 2022):
Yes, but my point is that the company you are hosting with can not see the info going back and forth between your server and google. And if you have a cert on your whoogle server they can see the data going into whoogle from the user. Correct?
@Albonycal commented on GitHub (Mar 10, 2022):
nope, all they'll see if one IP connecting to this server,
also now I am hosting on my own server
@NebulaBC commented on GitHub (Mar 10, 2022):
Thanks for clearing that up. Sorry I asked the same question a couple of times, I was just confused with how you were saying it.