Live data from Hacker News

200GB Free Cloud for Your Files

blog.tomaszdunia.pl

1–10 of 65 posts

Re: 200GB Free Cloud for Your Files

#2
A guide describing how to create your own (and most importantly free) cloud storage with a capacity of nearly 200GB. Step by step about how to get a free VPS from Oracle (4xOCPU, 24GB RAM and 200GB storage), install Docker on it, run Portainer, NGINX Proxy Manager and Nextcloud (with MariaDB database). In addition, it describes how to connect a domain via Cloudflare or FreeDNS:42 with SSL connection encryption.

Re: 200GB Free Cloud for Your Files

#5
Is anyone still using Docker?

I am, simply because I haven't "updated" my stack in a few years.

But are there any remaining arguments for using Docker instead of Podman (sudo-less docker alternative)?

Re: 200GB Free Cloud for Your Files

#8
post #3

Note that Oracle free instances may be deleted at any time for no reason.

Also good luck creating an account in the first place. Their shitty fraud checking partner keeps rejecting perfectly legit credit cards even after they've been verified with 3D secure check.

Re: 200GB Free Cloud for Your Files

#9
post #7

This is fine as a technical exercise, but trusting Oracle is a very bad idea for numerous reasons if your data is not mirrored or backed up elsewhere.

How come? Have you had a bad experience with Oracle?

If any long-term users (say 10+ years) have had a good experience with Oracle, I would like to hear from them!

Re: 200GB Free Cloud for Your Files

#10
post #5

Is anyone still using Docker? I am, simply because I haven't "updated" my stack in a few years. But are there any remaining arguments for using Docker instead of Podman (sudo-less docker alternative)?

If you have a complex compose setup* I guess that docker is still a good value.

Overall going with the most popular option has various benefits in terms of compatibility and support.

*Either in terms of many complex services or in terms of services like traefik that rely a lot on listening to the docker socket

Post reply on HN