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
I use homeassistant with frigate. detection, alerts and recording, it supports it all and the mobile client is useful to monitor it remotely.
The Home Assistant mobile client? Or is there a Frigate app, too? I have the Frigate webpage bookmarked and used that. It's also available in the HA front end, but I prefer using Frigate directly.
There's a Frigate app within Home Assistant.
There's an add-on and an integration, yeah.
I’ve been trying to get Frigate working, on and off, for about eight months now. I’ve got a Debian server but it just won’t detect my Coral TPU inside my Podman container. Since you need such an old version of Python to test the TOU I can’t prove it’s working in the host so I don’t know if the problem’s with the drivers of either my container setup. I vowed to get it working over the Christmas break but it’s still not there.
Are you running podman rootless? Maybe a permission issue?
Not rootless but I can see the device, and even in privileged mode it doesn’t work. I’m currently trying to find a docker image I can run as root and prove the Coral is working.
Can you use the coral in any capacity outside of podman? It's been a while, but I seem to recall similar issues, and using a different cable solved my issues. I specifically remember the cable being problematic, but not what the problem was (I'm pretty sure it wasn't because the first cable was a crappy charge-only thing)
For the record it turned out to be because I hadn’t set write permissions to the hardware for my user because ChatGPT told me I only needed read permissions to be set up. This must be the first time since its conception that AI’s made a mistake.
If you have a 6th gen or newer Intel CPU you don't need a Coral, you can use OpenVINO instead and it works just as well.