this post was submitted on 25 Nov 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

After 8+ years of using Zoneminder I'm looking to move to something less resource intensive and have tested Frigate with a USB Coral device and really like how little cpu this uses. Only issue is I can't figure out how to recreate the ease of use I get by using ZMNinja app on my phone. So, for those of you using Frigate how do you access it remotely on your phone that doesn't involve first connecting to your home network using VPN/Wireguard/Tailscale?

Currently I use Nginx-Proxy-Manger to forward secure connections to my Zoneminder server and use Zoneminder's built in authentication.

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 9 months ago (1 children)

You can use nginx reverse proxy with basic HTTP auth over SSL. Or even better set up a two factor auth system with nginx. You'll probably need to set this stuff up in nginx server blocks, I think NPM is pretty limited in what it exposes to the GUI.

I'm not sure what ZM capabilities were but for notifications and stuff like that you can use Home Assistant. That also has some pretty good remote access features if you can put in the time to set it up.

[–] [email protected] 1 points 9 months ago

Thanks, I looked into my NPM setup further and turns out the GUI does have an option to create access lists that can be assigned per host. Now I need to look into HA because there is no way I can give access to the Frigate UI to my family as I don't see any basic monitor and events view that doesn't also include access to configuration options.

[–] [email protected] 1 points 9 months ago (1 children)

VPN. Wireguard will auto connect my iPhone when I leave my home network.

[–] [email protected] 1 points 9 months ago

Interesting, is that feature just part of the wireguard app, or so you have something else that knows when you are no longer on your home network enabling wireguard? Also, what do you use to view your cameras and events on mobile?

[–] [email protected] 1 points 9 months ago (1 children)

I added Authentik for authentication.

[–] [email protected] 1 points 9 months ago

Thanks, I'll look into it.