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? 👀

8 points

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.

permalink
report
reply
2 points

Chad.

NextCloud and Pihole are definitely being added to my list. Does self-hosting NextDNS seem worthwhile to you? 👀

permalink
report
parent
reply
2 points

I don’t know that it’s really necessary to use both nextdns and pihole. You may look at a couple of comparisons and decide what’s best for you. I just use pihole (two of them actually, one in docker and one on an actual pi).

permalink
report
parent
reply
2 points

FreshRSS

On an unrelated note, does anyone know if lemmy has rss?

permalink
report
parent
reply
1 point

Not by default that I am aware.

permalink
report
parent
reply
1 point

If you are using the arr stuff to download your Linux iso’s which vps you use or it is homelab?

permalink
report
parent
reply
1 point

Yep it’s for all my linux ISOs. I have it in my homelab. I probably WAY over-complicated things but I use OPNsense for my firewall and selectively route traffic from specific containers down a ProtonVPN tunnel. I’m using macvlans within docker to give those containers dedicated IP addresses which allows the selective routing to working.

permalink
report
parent
reply
1 point

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?

permalink
report
parent
reply
1 point

It’s the same thing. There’s an option before you sign into the extension to choose a different server.

permalink
report
parent
reply
1 point

Is there something killer about FreshRSS that makes you host that rather than using the Nextcloud RSS reader support? I used to have TT-RSS before I dropped it and my filesyncinc stuff for Nextcloud.

permalink
report
parent
reply
1 point

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)

permalink
report
parent
reply
1 point

Yes it can, though it is easier to set some things up with the built-in addons. Most addons can be set up independently as docker containers (like z2mqtt or node-red) but may require additional configuration.

permalink
report
parent
reply
7 points
*
  • 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)
permalink
report
reply
3 points

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.

permalink
report
parent
reply
2 points

the watchlist sync feature is amazing, I dont even go to overseerr anymore I just browse directly in plex now and add to watchlist

permalink
report
parent
reply
1 point

thanks. I think I tried it some time ago but we end up never using it. we only watch it at home and my mother’s and she just text me when she wants something.

permalink
report
parent
reply
2 points

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?

permalink
report
parent
reply
3 points

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.

permalink
report
parent
reply
2 points

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!

permalink
report
parent
reply
1 point
*

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

permalink
report
parent
reply
1 point

Solar power? That’s pretty cool, do you use it exclusively or just to bring down energy bills?

permalink
report
parent
reply
0 points

What’s the reason for both Plex and Jellyfin?

permalink
report
parent
reply
1 point

I use Plex on a daily basis, but Im testing Jellyfin from time to time. so I keep it htere

permalink
report
parent
reply
1 point

Sometimes one or the other has a recent updates that causes problems, or a random movie won’t play right. It’s rare, but since both connect to the same NAS where all of my media is stored, running both is pretty easy and it’s nice to have a backup.

permalink
report
parent
reply
4 points
*
  1. Home Assistant OS (in a VM)

    • MariaDB
    • Matter Server
    • Mosquitto Broker
    • Z-Wave JS
  2. AdGuard home

  3. SWAG (Ngnix proxy)

  4. Emby

  5. Airsonic Advanced

  6. Komga

  7. Immich

  8. FreshRSS

  9. Owncloud

  10. Organizr

  11. Duplicati

  12. Portainer

  13. Virtmanager
    The “arr” family

    • Gluetun (routes all the below containers through my VPN)
    • Readarr (print)
    • Readarr (audio)
    • LazyLibrarian (magazines)
    • Mylar3
    • Sonarr
    • Lidarr
    • Radarr
    • Prowlarr
    • Flaresolverr
    • SABnzbd
    • qBittorrent

There’s a few other support containers for the above items like redis and postgres. This is all done on Ubuntu Server. But I’m slowly prepping to switch over to Unraid as I prefer the storage management on that. For me file storage and redundancy is a huge part of why I run all this.

permalink
report
reply
3 points

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.

permalink
report
reply
3 points
  • PiHole
  • NextCloud
permalink
report
reply

Technology

!technology@beehaw.org

Create post

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community’s icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

Community stats

  • 3K

    Monthly active users

  • 3.3K

    Posts

  • 81K

    Comments