>>81676162>My main goal is to free myself from the google cloud stuff but also be able to have my own cloud so I can share stuff between devices.Good, that's what I wanted to do. My journey started with wanting to stream Macroblank everywhere I wanted because he's not on Spotify.
Here's what I do
>Google Drive replacement = Nextcloud>"Cloud" features = a VPS with Racknerd running Pangolin for reverse proxy>Docs replacement = Nextcloud / Libreoffice CloudWhat you're asking for is probably easy to medium difficulty for a beginner. If you want Nextcloud on LAN only (think just your house's network) you can do this with that old laptop and a good internet connection.
To have a cloud everywhere you go, like I do, requires a bit of complexity to setup, but it's truly nothing a technologically inclined person couldn't do with some guides.
The only cost (for the way I'd do it) is a VPS (Virtual Private Server). It's a virtualized little operating system on a remote server that you pay for. They are EXTREMELY cheap. A good one is like $6-8 a month, but you can do it cheeeap. I use Racknerd but Hetzner is a popular VPS provider.
Anyway, your cloud everywhere idea, in a nutshell, works like this
>Connect your Nextcloud server (old laptop) to your internet at home>Buy a cheap domain from a registrar (I used Porkbun)>Point DNS records on registrar to IP of VPS, so that when they hit anon.com, they actually go to your VPS>Install a reverse proxy (familiarize yourself with this) on the VPS. I use Pangolin but there are a TON of these out there to research>Expose the resource (Nextcloud) on the VPS, so there's a tunnel from subdomain.domain.tld to your VPS to your house.You can also use Cloudflare Tunnels for free (if you trust them)
>This is a bit unrelated but I also want to make my own stuff someday because that sounds more fun and enjoyable than using things somebody else created.Than you've come to the right hobby. This space is EXTREMELY DIY