Self-hosting is having a moment. Ethan Sholly knows why.
Self-hosting is having a moment. Ethan Sholly knows why.

Self-hosting is having a moment. Ethan Sholly knows why.

Self-hosting is having a moment. Ethan Sholly knows why.
Self-hosting is having a moment. Ethan Sholly knows why.
It's all about privacy.
I am amazed at services offered that run rampant in the home.
My ISP offers fiber. But only if you also sign up for managed wifi where they manage your internal net....no way
I got a quote for solar power....but they must use a 3rd party cloud to manage your power and it uses eth over electrical .... If you use eth over electrical already, then it does whatever it wants in your home network ....no way.
Cell phones? They all go into a guest wifi....not on my home network.
Physics is like sex: sure, it may give some practical results, but that's not why we do it.
--- Richard P. Feynman
I think the same is true for a lot of folks and self hosting. Sure, having data in our own hands is great, and yes avoiding vendor lock-in is nice. But at the end of the day, it's nice to have computers seem "fun" again.
At least, that's my perspective.
It's a little bit of everything.
I haven't really dabbled with tech much outside of work since college. This year, I started on a huge journey to change that for a couple of reasons:
I've done all of this in the past 5 months:
This same argument goes for Linux as well. Linux allows you to turn the computer into anything you want it to be!
Recently getting back into Linux, it’s like choose your own adventure in computing. It’s been fun.
Self-housing, Linux, vim; hell, even gardening -- they all fit this saying?axiom? pretty well.
99% of people want computers to serve them, not to be fun. My SO couldn't care less how much fun I have setting up home assistant. They just want to turn on the lights.
People are looking to reclaim their agency and autonomy, we over relied on corpos and they used that as opportunity to price gouge us.
Escaping vendor lock-in. It's why people hate the cloud when it used to be the answer for everything. You make a good product that can only be used with your hardware/software, whatever, and people run from that shit because it's abused more often than not.
Apple is the biggest example of this. Synology is getting worse and worse. Plex not far behind either.
No way, plex is completely enshitified.
I recently discovered that Plex no longer works over local network, if you lose internet service. A) you can't login without internet access. B) even if you're already logged in, apps do not find and recognize your local server without internet access. So, yeah, Plex is already there.
I try to explain this to the plex cultists and they usually have one of two responses;
Takes every ounce of willpower I have to not eye roll.
KODI is calling.
A lot of people that run Plex have a Jellyfin container on standby, or they'll use Plex for friends and family and use JF at home.
even if you're already logged in, apps do not find and recognize your local server without internet access.
You set your server in those app's settings to not use direct connect and thus they are being routed through Plex's servers
When you select your Plex libraries from the drop-down there are usually 2 options, one will be the local IP and say (direct), that's always the best choice if you're able
I just turned off my Internet connection to my Chromecast and tested, no issues with accessing my media
What!?! Damn. I didn't know it got that enshitty already.
I’d say plex is up there. “Want to use your hardware and bandwidth to view your own files? Pay us!”
I'm down for paying for a piece of software. I bought a lifetime subscription back in the day I feel like until recently it served me pretty well. And to be fair they are caching the movie database, providing SSL keys, epg, low speed proxy through cgnat for people, there's quite a bit too there cloud operations that they do deserve money for.
What pisses me off is the mining of my watch habits, and the slow and enshitification of features.
14 years of lifetime Plex pass for $75, they don't really owe me anything, But I am moving on.
I'm slowly digging my way out of sights with algorithms, clawing my way out of Google is particularly difficult. I'm considering spinning my own Alexa with whisper
Nothing wrong with having to pay for software if the prices are reasonable. It's a product like any other, with real people working on it.
I wanted to ask where the border of selfhosting is. Do I need to have the storage and computing at home?
Is a cheap VPS on hetzner where I installed python, PieFed and it's Postgres database but also nginx and letsencrpt manually by mydelf and pointed my domain to it, selfhosting?
I would say yes, it's still self-hosting. It's probably not "home labbing", but it's still you responsible for all the services you host yourself, it's just the hardware which is managed by someone else.
Also don't let people discourage you from doing bare-metal.
Interesting distinction. I use a small managed vps, but didn't consider that self-hosting, personally. I do aspire to switch to a homelab and figure out dynamic DNS and all that one day.
That's actually a good point, self hosting and home lab are similar things but don't necessarily mean the same thing
It depends who you ask (which we can already tell hehe), but I'd say YES, because you're the one running the show -- you're free to grab all of your bits and pieces at any time, and move to a different provider. That flexibility of not being locked into one specific cloud service (which can suddenly take a bad turn) is what's precious to me.
And on a related note, I also make sure that this applies to my software-stack too -- I'm not running anything that would be annoying to swap out if it turns bad.
It’s self hosting as long as you are in control of the data you’re hosting.
I would say there's no value in assigning such a tight definition on self-hosting--in saying that you must use your own hardware and have it on premise.
I would define selfhost as setting up software/hardware to work for you, when turn-key solutions exist because of one reason or another.
Netflix exists. But we selfhost Jellyfin. Doesn't matter if its not on our hardware or not. What matters is that we're not using Netflix.
Self hosting just means maintaining your own Instance of a web service instead of paying for someone else‘s
As long as you dont pay hetzner for an explicit fully maintained Nextcloud server, it dosent matter if the OS you‘re running it on is a VM or a bare bones server
Is a cheap VPS on hetzner where I installed python, PieFed and it’s Postgres database but also nginx and letsencrpt manually by mydelf and pointed my domain to it, selfhosting?
I don't get hung up on the definitions and labels. I run a hybrid of 3 vps and one rack in the closet. I'm totally fine with you thinking that is not selfhosting or homelabbing. LOL I have a ton of fun doing it, and that's the main reason why I do it; to learn and have fun. It's like producing music, or creating bonsai, or any of the other many hobbies I have.
I'd say you need storage. Once you get storage, use cases start popping up into view over time.
Your stuff is still in the cloud, so I would say no. It’s better than using the big tech products, but I wouldn’t say it’s fully “self hosted”. Not that that really makes much of a difference. You’re still pretty much in control of everything, so you should be fine.
Personally, I’d say no. At that point you are administering it, not hosting it yourself.
Why wouldn't you just use Docker or Podman
Manually installing stuff is actually harder in a lot of cases
Yeah why wouldn't you want to know how things work!
I obviously don't know you, but to me it seems that a majority of Docker users know how to spin up a container, but have zero knowledge of how to fix issues within their containers, or to create their own for their custom needs.
I did that first but that always required much more resources than doing it yourself because every docker starts it's own database and it's own nginx/apache server in addition to the software itself.
Now I have just one Postgresql database instance running with many users and databases on it. Also just one Nginx which does all the virtual host stuff in one central place. And both the things which I install with apt and manually are set up similarly.
I use one docker setup for firefox-sync but only because doing it manually is not documented and even the docker way I had to research for quite some time.
Truly awesome that this hobby is getting coverage! I'm very very lazy when it comes to self-hosting, by far my largest project was moving off Spotify and archiving all my playlists.
Rotating 3 API keys for spotdl and a YTP free trial for that sweet sweet 256kbps AAC then Musicbrainz Picard to label correctly all the music (automatic was nearly almost always wrong), then automating rebuilding the m3u8 playlists followed by the insane work of correcting all the little imperfections. Must've taken me like 2-3 weeks of just working on it most of the day.
But the result? A proper offline music library with all my main playlists with each song at the proper position and order in my playlists with the correct (Spotify) metadata using correct versions of the songs in at least 256kbps AAC (and many cases FLAC and where available non-vinyl hi-res).
Tossed on an old dell workstation I got for £50. Hosting navidrome where my JF, Qbittorrent-nox and Immich live. Using symfonium on my phone. Can access remotely via OpenVPN. Couldn't be happier.
Dude Navidrome is so great. I hooked my my decades worth of music collection up to it and now I can stream b-side tracks and indie bands that weren't on Spotify. Plus when I hit random I know it's actually random and not some algo to sell the newest slop that Spotify is pushing.
I didn’t think I’d get as much of a kick out of knowing that my random shuffle is truly random, but I do.
Self hosting music that I purchased is a really liberating feeling
I grew out of just about everything in my old digital library so it's been long gone, but I didn't realize just how much stuff I had on my old bandcamp account already. Grabbed all of that, bought a bunch more, obtained everything else from my Tidal rotations and slapped it all into Navidrome.
The initial setup is definitely a pain but the payoff has been tremendous. Not financially though - I spent more buying new shit from small artists than I would spend on a streaming service in a year. But that goes so much further for them than streaming does anyway.
Good for her
I’m curious if this community would do a community survey.
I refuse to answer that or any other question.
What’s your favorite color?
Ethen Sholly has done surveys before on his website selfh.st
edit: I'm an idiot
Don’t be hard on yourself.
Learn Podman since Docker has some licensing restrictions in some cases.
Quadlet is a game changer
Yeah I just have ai build my uis and are slowly spinning up my own version of the web