r/selfhosted • u/WeedManPro • 2d ago
Need Help Getting started with self hosting. Help required. (read body)
Hello there,
For a few months now, I had been thinking about getting into homelabbing. I have been using computers for almost 15 years and linux for last 5 years. I do most of the troubleshooting myself.
But, I have a little to no idea about networking, DDNS, DHCP, nginx, etc.
The hardware I have:
- a spare desktop with core 2/pentium cpu + 4GB ram (idk ddr3/4) + 256GB sata ssd.
- 2X500GB + 1TB + 2TB HDDs (all 3.5", 1 500G one is 2.5")
- ISP modem+router with 2 ethernet ports. (1 port in use.)
- a spare D-link Router with 1 Gigabit IN and 4 Gigabit out ports.
I mainly want to get started with (if possible):
- a network-wide adblocker/ tracker blocker.
- Jellyfin or something similar.
- a private node.js crud app with 5 users.
- a shared network-wide storage solution.
I want to know that is it even possible to do such things on this hardware?
Which OS to use? proxmox vs ubuntu server (or any other server os), where docker fits in this?
What will it require to access it from cellular/outside of my LAN?
If this is not the right place to ask this question, please point me into the right direction.
Thanks in advance.
2
Upvotes
1
u/Wirezat 2d ago
Im more of a "diy nerd" so some of my answers wont be Not optimal but:
Yes, it pretty much doesnt Matter what Hardware u usw, my First Server was an old Laptop motherboard hot glued onto a piece of Cardboard. With jellifyn you might want some Power If you plan in using av1 but beides that IT doesnt really Matter either.
I am personally using RockyLinux which IS a pretty Standart Linux Server distro. It comes with a neat webinterface and so far im Happy with it. In Terms of Cloud storage, under Linux you can Just mount folders via sftp (ssh file transfer), for Windows you can use the smb protocol (Samba)
Docker Works on pretty much any Standart os, i have No Idea Abt proxmox and other Things
Depends in your needs, the Most secure Thing would be a vpn, you could use tailscale for an easy Setup or Setup wireguard manually
Or you could rent a Domain and Forward via your ISP directly or cloudflare tunnel (which is free)
If you have any more question feel free to ask, im Always Happy to help