Selfhosted
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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
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. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Awesome thanks. Thats pretty much my setup so Ill definitely give it a go
I ran it in Docker initially and it's annoying because you can't use HACS, which brings in a lot of custom integrations and features. You also can't use any addons that spin up containers either. I ended up getting a thin client and running it on there in a VM.
You can use HACS in Docker. I definitely had that working in Docker before I moved to Home Assistant OS on a dedicated machine. You're right about add-ons though, maybe you had the two confused?
Eh, I'm not sure tbh, it was too much of a pain to do and the pi3 wasn't powerful enough to handle it either so I moved to a VM on Debian.
My add-ons are in containers. EspHome, Node Red, PiHole, zigbee2mqtt, mosquito etc
How do you go about integrating it with HA?
I installed them via HA add-ons, so they appear within integrations etc. The wiring of logic I do mainly in node-red, with HA just being a pretty frontend with buttons and cards essentially.
I think we're talking about different things then, addons are not supported when running HA in a container.
https://www.home-assistant.io/installation/#compare-installation-methods
I set this up maybe half a year ago. Maybe docs don't support it anymore
Huh, very cool!
Maybe try find hassio, but maybe it's not the fully recommended way anymore, but least it's all containerised
I may consider it. I hate that I have to have an entire other VM running for HA. Thanks for the insight.