this post was submitted on 13 Jun 2025
42 points (100.0% liked)

Selfhosted

46653 readers
505 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I'm still dipping my toes into self hosting and trying to figure out what services I would want to be always accessible from my devices vs those that could be awakened by LAN, and which services should be installed at the OS level vs as containers.

As of now, I just have an OrangePi 5 Plus running Home Assistant Supervised under Debian and nothing else. I'm hoping to expand the OPi a bit and also build out another PC (hardware unknown) as a NAS media server and NextCloud machine.

Before I start doing anything I can't undo, I'm wondering if I' on the right track with my proposed setup in the image, or if there's anything else I should consider?

you are viewing a single comment's thread
view the rest of the comments
[–] just_another_person@lemmy.world 13 points 1 day ago (2 children)
  1. Tailscale is not a reverse proxy
  2. There's nothing you can't "undo". I think you're overthinking this.
  3. If you don't need the extra storage, you don't need a NAS.
  4. You can run most of the services you mention on that OPi board right now as long as you have the system resources.
[–] anticonnor@lemmy.world 3 points 1 day ago (1 children)

Thanks for the feedback!

  1. I may not have labeled that accurately, I just plan to use Tailscale to access these services from specific authorized devices.
  2. I meant "before I do something that is a pain to correct". Like starting with the wrong OS or file system format.
  3. My plan is to build a media server which will include 4k media, so I think my storage may need to grow over time... maybe TrueNAS is something I can add later if needed?
  4. I guess the reason I was thinking of 2 separate machines is that I've heard using an OPi as a media server or NextCloud server will go really slow and potentially cause other issues. Plus I already have an old computer doing nothing right now, just needs new SSDs.
[–] just_another_person@lemmy.world 2 points 1 day ago (1 children)

Okay well:

  1. understandable
  2. stop worrying so much, it can always be fixed
  3. like I said, if you need the actual space, then make that plan
  4. you can host anything on anything. If it's not moving as fast as you want it, THEN think about switching to something else
  1. I dont think theyre worried, they seem to value informed decisions
  2. again, true, but a bit of foresight can save hassle
[–] elvith@feddit.org 6 points 1 day ago

2)There's nothing you can't "undo". I think you're overthinking this.

Adding to this: Deploying via Docker (or podman or k8s or...) and/or installing every host via Ansible makes this even easier.