I’ve learnt it from scratch in my week off, spending 2 or 3 hours on it every night for a week. It’s not as big a deal as you think I once you find some resources. I’m going to comment about my setup after this in this thread… Have a look.
Comment on What's up, selfhosters? It's self hosting Sunday!
phonics@lemmy.world 1 day ago
I wanna get into it but man, the mountain of knowledge I need to even understand what people are talking about is hard to climb. I’m trying to just get some stuff running in docker and it fails to launch and I’m like… How?! Isn’t that the whole point of docker lol. Baby steps I guess
cRazi_man@europe.pub 1 day ago
phonics@lemmy.world 1 day ago
Thanks. Yeah I’m just trying to work at it slowly in my downtime instead of just watching YouTube all night.
mierdabird@lemmy.dbzer0.com 1 day ago
Check out Cosmos, I struggled piecing things together but when I restarted from scratch with this as the base is has been SO much easier to get services working, while still being able to see how things work under the hood.
It’s basically a docker manager with integrated reverse proxy and OpenID SSO capability, with optional VPN and storage management
phonics@lemmy.world 1 day ago
Im at the level where I don’t know what SSO means. I can follow instructions to change a DNS. But what a DNS actually is I don’t know. Which is fine, until I need to work out what’s broken
mierdabird@lemmy.dbzer0.com 9 hours ago
SSO is single sign on, so you don’t need individual username and password for every service. It’s a bit more advanced so don’t worry about it until you have what you want working properly for a while.
DNS is like the yellow pages of the internet - when you type www.google.com your computer uses a DNS server to look up what actual IP address corresponds to the website name. The point of Adguard or pihole is that when a website tries to load an ad your custom DNS server just says it doesn’t recognize the address
phonics@lemmy.world 5 hours ago
Oh like a custom yellowpages, sick!
tuck182@lemmy.world 1 day ago
SSO is “single sign on”. DNS is “domain name service”, which is just a way to turn a hostname (like www.google.com) into an IP address. It’s sort of like a phone directory, but for the Internet.
Based_and_Cool@lemmy.dbzer0.com 1 day ago
Sometimes you just need to start small and not worry about over complicating things. I started my journey in 2011 running Plex on a crappy laptop
jws_shadotak@sh.itjust.works 1 day ago
Are you doing things through docker compose? If so, feel free to PM me or reply here with your compose file and I’ll help as best I can
SheeEttin@lemmy.zip 1 day ago
Docker should be trivial to run. Hopefully it gives you some useful messages in the logs.
MysteriousSophon21@lemmy.world 16 hours ago
I felt exactly the same when i started - the learning curve is real! Try TrueCharts.org or linuxserver.io for reliable docker templates with good docs that actually work, saved me so much troubleshooting headache.
phonics@lemmy.world 15 hours ago
Thanks will do!