view the rest of the comments
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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
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!
So I run a debian server, it's a shitty little i5 4th gen of some sort with 8GB of RAM. It runs BI in a docker of Windows using Dockur, as well as docker stacks for mosquitto and deepstack, and other containers for my solar array and inverters.
I have BI AI pointing to the debian host machine's IP with the port I used for deepstack container. This seems to be pretty good at object detection without any GPU and on a shitty little I3 processor that's about a decade or more old.
I use BI because Frigate and any other FOSS just don't have anything approaching the usefulness and ease of setup of BI. I'd love if there were an alternative, because I fucking loathe having a Windows install in my network, even if it is running as a docker container. But that's not the case, so I pay for BI and use some mitigations for having to deal with Windows.
I can post the compose files if you think you might want to give this a try.
Yeah I used deepstack before, and it had a lot better detection times, but recently BI switched to using CodeProjectAI as the supported ai, so I moved over to that. It's not as performant as Deepstack. Maybe I should try going back to deepstack even if it's not officially supported.
That's what I noticed and went back to deepstack. It integrates with no issues at all, just specify the port and let it go.