Thinking of self-hosting some basic tools; SearxNG, Bitwarden, Lemmy.
What kind of tools are you self-hosting right now? Which ones are easy to manage, which ones are awkward? 👀
I believe I’m at 42 Docker containers now, lol. Some of the notable ones:
- Plex
- Vaultwarden
- Home Assistant (plus Node-RED, zwave JS, and mqtt)
- NPM
- Pihole
- All the “arr” stuff
- Nextcloud
- Portainer
- FreshRSS
There is a lot of support stuff too like MariaDB and orbital-sync.
I’m going to be working on Lemmy when I get back from vacation but I leave in like 2 hours so that’s going to have to wait, lol.
By in large, the docker makes it stupid easy for the vast majority of my containers and portainer makes it even easier since you can manage everything through a web UI.
Chad.
NextCloud and Pihole are definitely being added to my list. Does self-hosting NextDNS seem worthwhile to you? 👀
Question about Vaultwarden. How does sync work? My browser extension for Bitwarden auto syncs to their server, is that possible with Vaultwarden? Or is it more for manual backup?
Can home assistant be used without the ad-ons (I want to learn some smart home stuff, but do not want the overhead of a vm)
- Plex
- Tautulli
- Jellyfin
- Transmission
- Pihole (and DoH proxy)
- npm proxy manager
- Flexget (similar to radarr)
- bedrock minecraft servers
- Home Assistant
- TPLink Omada controller
- Netdata dashboard
- Portainer
- VSCode (web version, to easily edit files on my servers)
I’ve never got what the point of Home Assistant is, seems to be it’ll talk to a load of smart devices and advertises you can control it with Alexa but at what point why not just have Alexa itsself control the devices?
You can write custom automations between all your smart devices. So I can connect Home Assistant to my phone, a Google Home mini, and Google Translate TTS, so whenever I plug in my phone to charge at night while I’m at home, the speaker tells me “Remember to brush your teeth” in an Italian accent. Or whatever specific weird thing you want. It puts a lot more control in your hands.
Home assistant has plenty of use cases. it is not only controling devices but also a very powerful automation system. A couple of things I use it for:
-start my laundry only when I have enough solar power to power it
-notify me when my laundry is done
-track energy usage of many devices (heaters, washing and dishwashing machines, A/C,etc)
-let me know when to open or close my windows based on inside and outside temperature
-Force my water heater to turn on when I have solar power
-Expose non-homekit devices to homekit
Solar power? That’s pretty cool, do you use it exclusively or just to bring down energy bills?
Not all smart devices are intercompatible with each other, but Home Assistant is agnostic and tries to work with everything. Most people tend to have automations based on things that Alexa or Google Assistant can’t handle.
It may be overkill if you only have a few smart lights that Alexa can handle, but once you have a hundred or more different devices… yeah, managing all of that becomes pretty complicated!
If you share your Plex library with friends and family like I do, highly recommend looking into Overseerr! I had tried using OMBI before but it was a pain to get set up–actually I never succeeded and gave up. Overseerr was very simple, just another Docker container like so many others, really. Integration with Radarr and Sonarr was seamless for me.
Not as much as I probably should be! I have a nice little Proxmox cluster, backed by a UPS and a beefy NAS, but mostly I use it for fussing around with stuff, playing with instances, nothing really mission critical.
All Dockerized:
- Pihole
- Plex
- Lemmy
- Matrix
- SimpleLogin
- Ntfy
- Plex
- Photoprism
- FreshRSS
- Linkding
- Paperless
- Nextcloud
- Wallabag
- Syncthing
Home Assistant, ESPHome, frigate, grafana, influxdb, mosquitto, nodered, plex, and a few web site servers. Once set up, they’re all easy to manage. The biggest challenge is upgrading Ubuntu on the web severs. All the other ones are Docker instance.