• 0 Posts
  • 8 Comments
Joined 2Y ago
cake
Cake day: Jun 04, 2023

help-circle
rss

What do you mean votes aren’t public? I see the up vote / down vote on this comment in fact.


I agree with everyone to not let the TV access the internet. Instead, get a raspberri pi or le potato or the like with LibreElec (or whatever the current successor OS is) running Kodi. Point it at a SMB share and bam.


The “Right answer” is copy all the content to another device, upgrade disks, copy content back to new array that can take advantage of the larger disks. Or even safer, set up a completely new device in parallel and then copy data over, decommission the old device.

Some RAID systems will let you do what you say, but will not let you expand the usable storage space. Some will have particular disks they’ll even take. It really depends on the RAID system.


All you really have to do with Zerotier is set up your network routing appropriately, and the end server would do reverse NAT, presumably via IPTables in most situations. Zerotier is just a virtual cable, everything else is the same as if you plugged in an ethernet cable between the two endpoints and you can run network services there just the same. Oh, you do have to enable the ZeroTier client to route public IPs for this to work.


In your usecase, it probably doesn’t matter. I usually suggest DIY with more disks and XigmaNAS for ZFS and RaidZ2 or RaidZ3 depending on disk size and number. The cost is usually in the disks, and I tend to prefer smaller disks and more for cheap replacements when they die, cheaper initial purchase, and getting more spindles so I can use cheaper “everything” and still get decent performance. I usually wouldn’t consider a 2 bay NAS myself, mostly because I’d just do what you’re already doing and plug in a large single external disk. In the past (15 years ago now though) the single disks lasted quite a long time, though I did buy internal disks and used my own enclosures. Recent Amazon reviews imply that is the best plan even today in that model because the prebuild MyBooks etc at 12TB or whatever are supposedly horrifically unreliable, but maybe you’ve had better luck.


I guess I just don’t get how you have share with “large” group of people and private and secure? I mean, pastebin anyway had a timeout. And the paaster github even says you have to run your own instance for security and privacy. If I’m running my own server, I presumably don’t need to encrypt my data from myself. If I am running my own server, and the security is explicitly the link, it’s not actually secure because the link grants access. But that’s to be expected, anything more and you get into needing to authenticate everyone, which is the exact opposite of easy or quick.

And for anything I’m concerned enough about to not share with the internet - I wouldn’t be posting on a game lobby or forum. Or I mean, if I trust the forum privacy, why not just… idk… post the text content to the forum?

My issue here isn’t that I don’t see the need for a pastbin sort of service, my issue is I think for the vast majority of usecases you’ve listed and I can imagine, you’re getting security theater, not actual security and privacy.


This just seems like misunderstanding the point of a pastebin, and also what tools are appropriate. At least to me, depending on privacy demands, you’d use an existing cloud filesharing service like box for basic privacy, or if your correspondent understood encryption and privacy, you’d use something like Signal to share either a compressed image or data, or the actual file.


Isn’t the point of a pastebin to be publicly accessible, hence encryption seems irrelevant to me? I mean, I’ve only ever used them to share code or errors or logs with a forum or stack overflow or whatever. I have no reason to add key exchange or password exchange with “everyone who might view the forum / stack overflow”. It’s effectively public anyway.

Are people using these pastebin services for something else?