this post was submitted on 14 Aug 2023
64 points (97.1% liked)

Selfhosted

60451 readers
912 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hi all,

I'm slowly moving into the self hosted mindset specially for privacy, security and sailing the high seas. This community has been invaluable but I'd like to know which routers you use that fit well with this and plays nice with the services we're hosting.

I'm mostly thinking about wifi support, openwrt, vpn (not a hard requirement), vlans, etc. I know probably a networking community would be a better place for this question, but I think this might be useful for other "self-hosters"

you are viewing a single comment's thread
view the rest of the comments
[–] TheDevil@lemmy.world 4 points 2 years ago (1 children)

I use an N5105 generic mini pc running proxmox and opnsense. You can get them fairly cheaply from Aliexpress. They’re particularly low power and come with 4-6 gigabit network ports. I have two containers, the second of which hosts my Home Assistant instance. As an added bonus they often don’t have a fan.

For wifi I use Ubiquity wifi 6 Lite APs with the controller running under home assistant.

[–] weedazz@lemmy.world 1 points 2 years ago (1 children)

I want to do the same thing but I've read that it's not a good idea to put opnsense and home assistant on the same machine "you don't want your router restarting when home assistant restarts." Is this not an issue of they are run in proxmox vms?

[–] TheDevil@lemmy.world 1 points 2 years ago

Hasn’t been an issue for me. HA would only be depending on Opnsense for a DHCP lease so assuming you have reasonable lease times it’ll just pick up where it left off.

Without checking I would imagine you could just set a delay for the HA container to make sure opnsense can start first, if it does become an issue.