linux/self host newbies, now is a good time to get you a cheap server
Lot of sales for 4th of july (and ongoing ones) where you can pay $10-$14 for a YEAR of a small cheap VPS. Usually only has 1GB of memory, but that's plenty to play around with and learn. If nothing else, a good cheap ipv4 you can use for some port forwarding. There are lots of options, but I've used racknerd and ethernetservers which have been fine.
I have my own server at home, but I bought two small ones to start learning Ansible with in a risk free way. Eventually plan to redo my main server with a complete Ansible setup, really want to hop on that "infrastructure as code" train.
If you really want to self host and have good internet speeds, then just use a dynamic dns service to point a domain at your home network :)
It’s free minus the power costs. Sure you won’t be able to guarantee availability but for most personal(and friends/family) use it’s more than good enough.
I say this because the reason a lot of people use VPS is because their ISP won’t give them a static IP. You don’t need a static IP.
Seriously. Even better when they just turn it on one day without warning because they can’t handle building out infrastructure to suit their growing customer base. Bastards.
One thing to look at if you're going this route is whether your router supports NAT loopback (a.k.a. NAT reflection or NAT hairpinning). This feature means that you can access your server via the external IP (and therefore via the ddns domain name) even from within your network. It's really useful for phones and laptops that might be on your home network at some times and off somewhere else at other times, so you don't have to change configurations on e.g. the Nextcloud client, or remember to type in different addresses inside and outside the network. Some routers just do this, some don't, some it's a setting you have to turn on. The router built into my ISP-supplied cable modem didn't support it so I got my own router and put the ISP one into bridge mode.
For people who don't like cloudflare, it's also possible to self-host your reverse proxy, using e.g. nginx on the front end, and rathole or frp for the reverse tunnel. I use ssh if I need a forward proxy too (so outbound requests don't come from my "real" IP) and that's not super ideal, but it works.
This is of course considerably more difficult than something that's point-and-click, but for me, using Cloudflare defeats the purpose of self-hosting.
I have built & rebuilt such a setup several times now and it gets better documented every time, soon I'll release a step by step HOWTO.
FWIW I have been upgrading my stack on a very tight budget and there are some incredible deals on used/refurb PCs out there... just wait & watch for a couple weeks if need be, and you can get yourself a secondhand business PC for dirt cheap.
I scored an Optiplex 7050 SFF with 250GB SSD, 16GB RAM, and an i5-6500 for under $100 on an ebay auction last year. I threw in another 16 GB of RAM, an i7-7700, 300W PSU from an Optiplex XE3 (factory for a 7050 SFF is 180W...), factory SD card reader + faceplate, and an Nvidia Quadro K1200 (why? I don't remember, but it's better than the iGPU).
haha this is amazing, I made similar comments in 3 threads or so, and people commented back about OptiPlex SFF in all of 'em :D
when I first started doing this again for real about 3 years ago, I built a stack of 3x OptiPlex SFF that I got from pcsforpeople.com (discount refurb gear for po' folk), plus an Amazon refurb. I've started migrating to the "1-liter" USFF business PCs, but I still have the best of the OptiPlex SFFs - an i7-4770 with 32GB of RAM which now is my database server and NAS box.
It's amazing how well the high-end 4xxx Intel chips still hold their own a decade after their release.
Get a free oracle cloud account. 24GB RAM 200GB disk 4 core CPU for free. 5gbps connection, IPv4 and 6. I run all of my stuff that I want running outside of my house there and run everything else on my proxmox cluster.
ABSOLUTELY THIS. Same. I have to deal with Oracle and their Opera PMS platform which uses Weblogic, 19c, and a variety of other products and it makes me actively want to scream and light things on fire. If I can help it, you won't catch me using another Oracle product if I can avoid it.
I thought the same thing when I heard about the free tier, but you have to remember that oracle cloud is distant 4th in the cloud race so they are trying to just get people to use their capacity. Oracle and free are rarely used in the same sentence, but I've had an instance running for about a year with minimal problems.
I've been trying to register for a month now and it wouldn't accept any of my credit or debit cards I even copied the address from my bank statement to make sure it's correct, it keep denying even though it does take money off of my account.
I’ve had a seedbox running on it for like a year and it was sick, also had plex and stuff set up. Haven’t used it since mullvad stopped doing port forwarding.
It’s not as detectable as you think. One of the major things most VPS companies tout, is that the data is fully encrypted and private. So they aren’t scanning the files, or the running processes, or anything else about what is being done with the server.
So unless something external to the company is provided, which acts as proof, they won’t shut things down.
Try putting an RSS reader on their like FreshRSS! Or a bookmark manager such as LinkAce! Start your own personal wiki/knowledge base with BookStack! Try deploying them natively, then learn how awesome docker is and put them into a compose file. Add wireguard into the mix so your services can only be accessed via a VPN.
Now get yourself a domain if you don't already have one. Pro tip if you want to maximize the cheapness of your setup, you can get a .xyz domain for .99 cents a year! Just has to be funny numbers, but find some numbers that has meaning and its not bad. Now that you have a domain, put those bad boys in a subdomain. Tired of those pesky browser errors? Time to setup a reverse proxy and get yourself an HTTPS cert. Caddy is brain dead easy to do this.
For me, something like PiHole for DNS-based Adblocking, as well as potentially a Wireguard/OpenVPN installation (via PiVPN potentially) for an easy adblocking VPN combination. Depends on the available bandwidth, however, but some lower powered applications, even up to a small personal Matrix Synapse server could be viable on 1GB Ram if not abused.
If you're thinking of hosting Matrix on that small of a server consider going with Conduit or Dendrite. They're not as feature complete as Synapse but they're substantially lighter.
A VPS is a Virtual Private Server, basically a cloud computer that you rent access to and can use it for whatever you want. Primarily, people use it for hosting websites/services that need to be on 24/7, which it can be since they are typically in massive datacenters, but they can have other uses.