• 0 Posts
  • 30 Comments
Joined 1Y ago
cake
Cake day: Jun 20, 2023

help-circle
rss

I wouldn’t count on google drive doing anything in particular after expiration, unless that is expressly part of the product description. Just because you can observe it happening now doesn’t mean you can expect it to keep happening. For that matter, Google cancels products all the time. So I wouldn’t even rely on the paid plan not being withdrawn at some inconvenient moment. If you really want to use it, then best strategy is probably use it as long as it lasts, but have some plan B in mind if it goes away.

Oneprovider.com shows lots of offers in Istanbul, though servers are expensive there compared to a place like Hetzner:

https://oneprovider.com/search?&cities[]=62&price=0&price_max=9999999999999999&price_any=0


1.1 USD/mo for 2TB is basically a giveaway or free plan, i.e. you’re the product not the customer. So I’d be suspicious. How much storage are you looking for? Hetzner unfortunately jumps from 3.2 euro/1TB to 11 euro/5TB. So 2TB is kind of a bad spot on that scale. But if google drive is working for you and your stuff is encrypted, why not keep it?


Tbh you get jerked around less with paid plans. I’m happy with Hetzner Storage Box. I have 5TB there for 10 euro/month. I’d never use Google Drive. borgbase.com has a 10GB “free forever” plan and I could see parking some stuff there, but 10GB is pretty small and IDK the conditions. Why not use a VPS provider with better storage options?


It was ok at the time, and if it isn’t ok now, that means you want to run something that is too bloated for its own good.

Really though, special hardware for this doesn’t make too much sense. A raspberry pi with two ethernet interfaces would be great, but if you can live with ethernet plus wifi, the current rpi’s will do it. Otherwise there are lots of similar boards that really do have two ethernet.

I have not really felt much use for self hosted server hardware at home. I use VPS’s for that and it’s less hassle. Maybe it doesn’t count as completely self hosted, but conceptually it’s a miniature colo box.



Browsers barf at non https now. What are we supposed to do about certificates?


I don’t understand the bonus question, and there are a lot of subtlties to multi-person secure chat. Does the user agent really have to be a web browser instead of, say, an ssh terminal? What do you expect to use instead of web sockets, in a browser?

On different occasions I’ve used irc or nextcloud chat, neither of whichis ideal. Plus ytalk but that is 2-person only. There used to be fairly busy discussion on the moderncrypto.org messaging forum but I think that is quiet now.

/u/positive_intentions@lemmy.ml might be interested too.


Do you want something that also has CDN like Cloudflare? Bunny.net is good, but way more expensive than a cheap VPS if you use a lot of traffic.


Flac for me has been about half the size of wav, at least for normal 16 bit 44 khz audio. Maybe it’s worse at higher bit depth? Anyway bulk storage is pretty cheap. You could have Flac in your archive while keeping ogg or whatever on your everyday playback device.




You could ask on lowendspirit.com for other cheap storage. Yeah Storage Box is mostly raw storage with RAID-6 but no automatic replication or backup. The somewhat.more expensive Storage Cloud product is backed up nightly.


Two locations in Germany and maybe one in Finland iirc. Check their website to be sure. None outside Europe for now.


I’m pretty happy with Hetzner Storage Box at around 2 euro/month/TB with no bandwidth fees.


If you want a fancy multi-user site, the source code for archiveofourown.org is on github or gitlab (idr which). But for a small single user site I’d just go static. You could go full nerdy and write in texinfo then run an html converter. Texinfo is actually for computer manuals so it has chapters, sections, cross references, indexes, link navigation between pages, the whole bit. It is a markup language which I think is better than a wysiwyg formatter for documents that will be read in more than one way. I think there is a way to make epubs from texinfo docs.

In a sort of similar spirit there is Org mode (org-mode.org) but you have to be or become an Emacs zealot to use it.

Look also at pandoc.org which converts between lots of formats.



Deliverability is hard no matter what software you use. You have to spend a while warming your IP addresses. This is one thing I’d call a hassle to self host. I’ve been using mxroute.com which is diy friendly and cheap.


How many are you talking about? 100s? 1000s? Is it really different from books or CDs? Anyway the ones you have worked through are what matters. Data hoarding is fun but it’s not that much different from random bits on your hdd.



You mean you want to mirror your YouTube comments and let people comment on the mirror site? Or do just mean self-host downloadable videos. The latter is easier.


I wouldn’t mess with react or other client side bling for this. Just keep it traditional. There are very light weight forum and wiki systems out there. Maybe Fossil ( fossil-scm.org ) could be restyled without too much pain. It uses about 2MB of ram.


It’ll be public

Probably not a good idea to publicize the contents of your Plex server. And anyway, why not just use a forum or wiki?



As I remember, setting it up was kind of a pain, but once runnnig it hasn’t neded attention. I don’t use the fancy apps. Also, by now there might be an apt package or docker container or something of that sort. I haven’t used their fancy apps much. My main use of it is to upload photos from my phone so I can access them from other devices.


Yeah that’s more of an archive than a backup scenario. I have a small self hosted Nextcloud that I use for stuff like that. For a few TB, you might consider Hetzner Storage Cloud which is really Nextcloud. It is backed up daily which is a help.


I use Borg Backup to a Hetzner storage box but doing the same thing to a disk array would work fine. How much data are you talking about? What is the usage picture? Backup and archiving are really not the same thing.


Use cryptsetup and it should handle key creation for you. I’ve never heard this but about key revision. How are you supposed to use the disk if the key is revoked?

Hdd’s have bad block remapping sort of like ssd’s, so the same issues apply to both types of media.


I think bunny.net has something like that. Not self hosted but still much less distasteful than the big companies imho.


You can also use certbot on the subdomain servers if they are on the Internet, to auto-renew individual subdomain certificates. To run a “real” CA you need a lot of opsec and infrastructure regardless of what software you use. For basic dev-level purposes, CA.pl works and has been around forever, though I’m sure there is better stuff out there.

Re perl, see also: https://xkcd.com/224/ :)


If you want a local CA for just a few low assurance certificates (say for a test stack), the CA.pl script in the openssl distro is simple and sort of usable. If you want to be more serious you sort of have to know what you are doing. If you just want people’s browsers to accept your subdomains, use a wildcard certificate (*.whatever.com). LetsEncrypt issues those and Cloudflare also might.