this post was submitted on 28 Jun 2023
12 points (100.0% liked)

Lemmy Support

4651 readers
4 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

Privacy drove me off reddit, I looked around for these answers but not sure where to come across them.

Am I sharing my IP address/ location with my host instance?
is there a log of my view history
are there general privacy concerns that I am not thinking of?

I do not want to be in a position where a Government creates an instance, and allows them to monitor.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] marsara9@lemmy.world 3 points 1 year ago (1 children)

The project is open source so you can see what they are logging, if you can read the code.

But simply some things that are logged:

  • IPs are logged but I don't see them being associated with a user account. This looks to mainly be for rate limiting.
  • What posts/comments you've looked at are logged. This is so the UI can gray out posts you've already seen or mark replies to you own comments as read.

From what I can tell neither of these data points are federated so only the instance your logged into has that information.

** Don't use this as an exhaustive list. These are just the two items you specifically asked about and what I've seen looking through the code so far. **

I cannot read code so this is much appreciated. i guess the hard part me, and maybe for people who also want to join lemmy but are intimidated, is building trust with a host. IMO I think this will hold Lemmy back. thank you for answering