Ask HN: Cheap dedicated hosting options for side projects
31–40 of 122 posts
Re: Ask HN: Cheap dedicated hosting options for side projects
#32Earlier quoted context omitted.
Since the OP indicated elsewhere that the storage need not be local on the machine, Backblaze is almost certainly the best answer. 500 GB of Backblaze B2 storage is $2.50 / month Pair that with a $5 DigitalOcean droplet and the need is met for a grand total of $7.50 / month.
Wow!!! DO being a favorite of mine, I will definitely try to explore this. My concern, however, is what about the bandwidth between DO and Backblaze? How would that count/work?
Re: Ask HN: Cheap dedicated hosting options for side projects
#33Here's an option you might not have considered, but might be applicable, depending on the read/write speeds you need from those hundreds of gigabytes of data. Amazon has cloud drive, which costs something like 50 bucks a year, and has unlimited storage. The neat thing is someone created a FUSE file system called acd_cli that allows you to use the cloud drive as if it were a normal hard drive. The speeds aren't too sh…
I have the same issue. Running a Plex server (~6TB) at home, and thinking I need to put my media in a more accessible location. Are you using Amazon Drive as the one true source and syncing it locally to use with your Plex Server? Or are you pulling/streaming directly from ACD?
So the order goes: Sonarr/CouchPotato -> Local Hard Drive -> Amazon Cloud Drive -> Plex. I stream directly off the cloud drive for any file older than an hour, as that's my upload interval.
Re: Ask HN: Cheap dedicated hosting options for side projects
#34Here's an option you might not have considered, but might be applicable, depending on the read/write speeds you need from those hundreds of gigabytes of data. Amazon has cloud drive, which costs something like 50 bucks a year, and has unlimited storage. The neat thing is someone created a FUSE file system called acd_cli that allows you to use the cloud drive as if it were a normal hard drive. The speeds aren't too sh…
I've tried this, but I've had sync issues in the past. Also have they gotten rid of their 2GB file upload limit?
There is no 2gb limit that I have run into. I just checked and I have several >30GB videos uploaded to my cloud drive, so I can safely say there is no issue there.
Edit: For some completeness, here's how I have everything mounted and syncing.
acdcli mount /mnt/amazon_real --interval 30000000 -ao --uid 112 --gid 118
unionfs-fuse -o cow /mnt/cache=RW:/mnt/amazon_real=RO /mnt/amazon -o allow_other
0 * * * * acdcli upload --remove-source-files /mnt/cache/* /TV/ --max-connections 10; acdcli sync
And that's it. The last one is a cronjob that runs every hour, if that wasn't obvious.Re: Ask HN: Cheap dedicated hosting options for side projects
#35Here's an option you might not have considered, but might be applicable, depending on the read/write speeds you need from those hundreds of gigabytes of data. Amazon has cloud drive, which costs something like 50 bucks a year, and has unlimited storage. The neat thing is someone created a FUSE file system called acd_cli that allows you to use the cloud drive as if it were a normal hard drive. The speeds aren't too sh…
I've tried this, but I've had sync issues in the past. Also have they gotten rid of their 2GB file upload limit?
Re: Ask HN: Cheap dedicated hosting options for side projects
#36Re: Ask HN: Cheap dedicated hosting options for side projects
#37Re: Ask HN: Cheap dedicated hosting options for side projects
#38Earlier quoted context omitted.
I've tried this, but I've had sync issues in the past. Also have they gotten rid of their 2GB file upload limit?
Former Cloud-Driver here. We launched a significant upgrade to the back-end just before I left, which technically speaking does not have the 2GB limit. That being said, I don't know if there aren't any artificial constraints. I was just responsible for the bits :D
Re: Ask HN: Cheap dedicated hosting options for side projects
#39I've been quite happy with Delimiter [1]. Cheap, but relatively beefy dedicated servers and S3-compatible object storage. You can use promo code B6NFT66YU7ZN to get 6% off in perpetuity (disclaimer: that's my affiliate code). [1] https://www.delimiter.com
They are literally the worst hosting business I've ever dealt with, and I've used many of the low-end providers. OVH and online.net are miles better.