this post was submitted on 23 Jun 2026
44 points (97.8% liked)
Open Source
47528 readers
56 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
just did a quick readthrough. looks like you've covered my use cases (for my home network at least). looking forward to seeing how it integrates into my stack.
forgive me if you go over these questions, I didn't find them covered anywhere.
how lightweight are the endpoints/sensors compared to opencanary?
is there any way to do a log export? I saw several siem integrations and more on the roadmap but I personally always appreciate the ability to do this.
Hey! I just released a hotfix for the Hub to polish the deployment UX and make some minor UI improvements. While I was at it, I took the chance to add the events export feature you requested, It is now possible to download event logs straight from the events table in the dashboard view. Let me know what you think!
awesome! I should have some playtime Sunday and hopefully get some real feedback to you. looking forward to watching this project grow
Glad to hear it fits your home network use case! I'd love to know how your deployment goes please feel free to drop any feedback (good or bad) once you get it running!
To answer your questions:
Each sensor decoy image is under 5MB, built as a distroless container running a single, statically compiled Go binary. i built it to hopefully be compatible with any hardware you may have available.
There is currently no way to export events logs, I'll add that to the todo list!
Thanks so much for taking the time to check out the codebase and ask these!