• 0 Posts
  • 9 Comments
Joined 7 months ago
cake
Cake day: June 10th, 2024

help-circle

  • Why does the fediverse not have a privacy control to limit who can see and interact with your posts?

    Because of the way the protocol works.

    There is no way to accomplish this is a publicly federated network without trusting the portals people use and/or creating some sort of public key exchange on friend requests.

    This results in privacy breaches being as simple as compromising one node, or writing some code to make a node hostile.

    The key idea would be basically when you friend/follow someone you send them your public key, they keep a list of keys and encode/individually send followed messages to people. Very onerous.






  • The thing that you will struggle with, doing a roll your own NAS is that rolling your own is only going to be as reliable as you are.

    I had a seadrive Linux server set up and I had a bunch of issues with accessibility and software upgrades because it stretched the bounds of what I was capable of. If I went back to that solution now, I would not struggle nearly as much and I would probably run two concurrent instances and transfer files between them instead of trying to upgrade the one live instance.

    But I need something consistent for my wife and friends, so I did pick up a Synology 4 bay and loaded it with 4x 8tb drives.

    With this thing, extra services beyond the Synology apps are much more simple to configure. Authentication is more consistent, even though I am not using the Synology sign in service.

    The server hardware that was hosting Seadrive still has containers and VMs for a web proxy, pihole, my security camera server, qbittorrent-nox. I have a mikrotik router that feeds traffic back and forth.

    If none of those things make sense to you even if you look them up, you should use a prebuilt. If you can make a guess how I’m using the things, you might be able to roll your own.