- 1 Post
- 20 Comments
It might be worth looking at the devices, but some of the ring stuff is ZigBee/wave (not sure which) and will play reasonably well with home assistant. This might offer some reuse of the equipment.
Edit:
wait, no. I’m thinking of something else. Not ring.No, I was right the first time. Older stuff usually, and of course not wifi.
https://github.com/ImSorryButWho/HomeAssistantNotes/blob/main/RingKeypadV2.md
talentedkiwi@sh.itjust.worksto Lemmy Shitpost@lemmy.world•Hmmm who could it possibly be?2·4 months agoIt’s Hershey Ice Cream brand
talentedkiwi@sh.itjust.worksto Technology@lemmy.world•Massive internet outage reported: Google services, Cloudflare, Character.AI among dozens of services impactedEnglish2·4 months agoCan’t speak to how difficult it would be to do after the fact. My guess is just adding in the lines in the docker compose. As for CrowdSec, it seems to run in the background and I haven’t looked at it much. I’ve triggered it a few times and locked myself out. So I’ve added my home IP to the whitelist (it’s running on a VPS). It also locked out my uptime Kuma so I whitelisted that too.
talentedkiwi@sh.itjust.worksto Technology@lemmy.world•Massive internet outage reported: Google services, Cloudflare, Character.AI among dozens of services impactedEnglish18·4 months agoI’ve migrated about half of my services off of cloudflare DNS proxy. Guess which half still worked this afternoon. (Self hosting pangolin with CrowdSec as replacement). I wasn’t even using the cloudflare tunnel. Just their proxy for some bot mitigation.
talentedkiwi@sh.itjust.worksto Showerthoughts@lemmy.world•The Brits had an anthem ready for when Margaret Thatcher died. Americans should also be prepared.5·6 months agoDing dong the dick is dead.
talentedkiwi@sh.itjust.worksto Ask Lemmy@lemmy.world•What's a food combination that goes surprisingly well together?6·6 months agoWith a name like Zagam the Vile I’m not sure I can trust you… 😂
talentedkiwi@sh.itjust.worksto Privacy@programming.dev•Warning over privacy of encrypted messages as Russia targets Signal Messenger9·8 months agoThat’s why I like this QR Code scanner because it makes you verify the link before you can visit the link.
talentedkiwi@sh.itjust.worksto Asklemmy@lemmy.ml•How can I Legally Mess with ICE? [FALLBROOK: SIDE OF THE 395 ON RAINBOW GLEN, ~~ACTIVE~~ ICE RAID]3·8 months agoCould you do line of sight with a long distance recording unit?
Or to keep things fresh, only keep the oldest 100gb.
I see someone mention watchtower, while not a bad thing, I just prefer to manually update. This helps to ensure any breaking changes don’t break my system. Especially with something like Immich at it’s had a lot of them recently as they work towards stable. I just generally subscribe to their release and do updates as necessary.
Now that you mention it, I always do a
docker system prune -f
This will clean up old images that are no longer used. I setup an alias command in Linux to do all of those commands.
I just named it docker_update and saved it in my ~/.bashrc
Did you use docker compose file or just run a command to start the container?
Edit: I always use compose files. For that you can do the following:
docker compose pull docker compose down docker compose up -d
You don’t technically need the stop, but I’ve found once or twice in the past where it was good to stop because of image dependencies that I forgot to put in my compose.
For running a command directly I found this website that seems to summarize it pretty well I think:
https://www.cherryservers.com/blog/how-to-update-docker-image
talentedkiwi@sh.itjust.worksto memes@lemmy.world•I'm just lost and I'm looking for happiness3·1 year agoWe do too. Now it’s catered with delicious smoked meats and kegs of beer instead of frozen pizza and mountain dew.
talentedkiwi@sh.itjust.worksto memes@lemmy.world•Honorable mention to the Spicoli Van (Fast Times at Ridgemont High) and its "dealings"13·1 year agoBvtabi Silk Garden - Night At The Roxbury
talentedkiwi@sh.itjust.worksto Privacy@links.hackliberty.org•How your FedEx driver is helping cops spy on YOU2·1 year agoThat last part is probably where it’s at. Cheaper cameras for the data they collect.
talentedkiwi@sh.itjust.worksto Privacy@links.hackliberty.org•How your FedEx driver is helping cops spy on YOU13·1 year agoI’ll be honest that I didn’t read the whole thing, but why does FedEx need vehicle data for other drivers to this degree? Only thing I can think of is for a collision or theft from a vehicle. A camera would be just fine without the other privacy invasion stuff.
Lawnchair hasn’t had a release since 2018. I find it to be a bit buggy and sometimes won’t redraw the home screens. This makes me need to force close the launcher from the settings. I usually clear the cache too, just to be safe.
Just tempering expectations for anyone else looking at it. If anyone knows of a fork that is more recent let me know. Maybe someone else is maintaining somewhere.
Thank you for this. I’ve been looking for a better daemon solution for soulseek. I’ve been using nicotine+ docker, but it’s not an elegant solution.