this post was submitted on 24 May 2026
822 points (98.1% liked)

Selfhosted

62256 readers
487 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. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. 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:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hey everyone,

We've built an open-source, privacy-preserving alternative to Ring cameras using a Raspberry Pi Zero 2W (called Secluso). It uses end-to-end encryption to send videos from the camera to a mobile app, which is available both in Google Play Store and Apple App Store. We also support Obtainium for people that do not wish to use Google Play.

We've put in a lot of effort to make it easy to set up! You can set up our camera on your own Pi in less than 5 minutes with minimal technical expertise using our easy-to-use GUI deploy tool. Here are our setup guide and open source release.

The image shows a Pi in an official Raspberry Pi enclosure that you can use for your camera. We've also been working on a HAT for the Pi to add night vision, audio, temperature monitoring for safety, all in a compact form factor. You can see the HAT and an enclosure for the whole camera in the photo.

We've been working on this for almost 2 years now, and we look forward to we look forward to seeing what you all think! If you're interested in our efforts in general outside of DIY, our main website with our pre-built offering is here: click to see our website

(page 2) 50 comments
sorted by: hot top controversial new old
[–] mtoboggan@feddit.org 5 points 3 months ago (1 children)

The iOS app is not available in my country in Europe.

Is there a way to integrate this into Home Assistant as well?

[–] jkaczman@lemmy.zip 3 points 3 months ago (2 children)

We're exploring Home Assistant integrations for the next update.

Unfortunately, iOS does not allow us to publish in 20ish countries, which are all Europe-based. This is due to certain legislation.

load more comments (2 replies)
[–] Aceticon@lemmy.dbzer0.com 5 points 3 months ago

Ideally the thing should be broken into a "Camera captures images and makes it available in an open format" side and an "Application for Linux/Windows/Mac/iOS/Android/whatever reads said open format data and shows it to the use/records it in local hardware", so that if one's chosen provider for one of the sides enshittifies you can easily replace it, but I can understand the tendency to make and launch the whole thing fully integrated as one non-interoperable big bundle from a single provider given that in practice "do it and they'll come" projects that just provide data in an open format in the expectation that other people will make the software that uses it, almost always fail.

[–] unitedwithme@lemmy.today 5 points 4 months ago

Exited to see more! Keep up the good work!

[–] mecen@lemmy.ca 4 points 4 months ago* (last edited 4 months ago) (3 children)

How much does it cost?

And add F-Droid

load more comments (3 replies)
[–] Brkdncr@lemmy.world 4 points 4 months ago (6 children)

What temp ranges are these good for? Can it run off solar+battery?

How are you protecting against supply chain attacks?

load more comments (6 replies)
[–] jabjoe@feddit.uk 4 points 3 months ago (1 children)

You can also flash a Wyze Doorbell v1 with Thingino

https://github.com/themactep/thingino-firmware/wiki/Camera:-Wyze-Doorbell-%28V1%29

Lots of ways self hosting ways of doing bidirectional rtsp doorbell.

[–] magic_smoke@lemmy.blahaj.zone 2 points 3 months ago (4 children)

Any good open-source nvrs that support bidirectional rtsp? I know zoneminder didn't last time I checked.

load more comments (4 replies)
[–] muusemuuse@sh.itjust.works 3 points 3 months ago (2 children)

But does it do frigate? Can it be used applessly?

[–] jkaczman@lemmy.zip 5 points 3 months ago (1 children)

Hi muusemuuse, this is meant to be a drop-in replacement to WiFi cameras (and therefore accessible to non-technical users, easy to use and easy to setup). Frigate is great, and we definitely recommend it if you have the time to get it up and running.

In regard to being able to use it without the app, that's not possible unfortunately due to the end-to-end encryption that takes place. An application needs to be on the other end to decrypt things.

Our app is available through Obtainium if you do not like the Play Store. It is also reproducible, so you can verify to make sure it was derived from our mobile_client codebase.

[–] turmacar@lemmy.world 3 points 3 months ago (1 children)

Are only VPS relay's supported at the moment? Presumably so the feed is accessible over the web?

I get that the project seems to be going for replicating a ring/wyze/etc style experience but being able to self-host a relay somehow seems like a logical addition. Would probably have to disavow connecting outside of the home network and leave that the responsibility of the user.

[–] jkaczman@lemmy.zip 2 points 3 months ago (3 children)

If you're technical, you could probably put together a locally hosted server on your Linux machine and use Tailscale or something like that, it should work fine with the code as-is. Our server binary is in the runtime-binaries zip in the core GitHub release.

[–] turmacar@lemmy.world 3 points 3 months ago

Fair enough. Really appreciate the work ya'll have put into this, definitely going to have to mess around with it. Just brought it up because of the community this is in.

load more comments (2 replies)
[–] dantheclamman@lemmy.world 2 points 3 months ago (1 children)

I think the point is to be easier than frigate. Eg a full image like home assistant, not needing to fiddle with docker.

load more comments (1 replies)
[–] Ascend910@lemmy.ml 3 points 3 months ago

okay this is actually a cool project to work on

[–] RedGreenBlue@lemmy.zip 3 points 4 months ago
[–] David@social.bazurk.wtf 2 points 4 months ago

@jkaczman

This intrigues me.

[–] quick_snail@feddit.nl 2 points 4 months ago* (last edited 4 months ago) (1 children)

How does it scale? Can I do 50 cameras?

Can I do 20 users with granular permissions?

[–] jkaczman@lemmy.zip 2 points 4 months ago

We've only tested with a few cameras, and it's able to support that well.

We have work in progress for users. We use OpenMLS for end-to-end encryption and it allows for creating groups. We're using that to allow multiple apps/devices to receive encrypted videos from the camera. We have the core function implemented, but haven't added UI support in the app for it yet.

[–] CookieOfFortune@lemmy.world 2 points 4 months ago (1 children)
[–] jkaczman@lemmy.zip 4 points 4 months ago

Thingino looks like a great option for changing firmware of IP cameras to be open-source, and is useful in local NVR-like setups! Our goal is to different: provide an end-to-end encrypted, easy-to-configure and easy-to-use WiFi camera.

[–] CaptainBasculin@lemmy.dbzer0.com 1 points 4 months ago
[–] Squizzy@lemmy.world 1 points 4 months ago

Great to see.

The ubiquiti bell is the best but it is american and overpriced. I want something that can record, two way talk and display a message. The parcel camera is a bonus. It also needs to be able to be silenced at set times.

load more comments
view more: ‹ prev next ›