

My phone is long overdue a replacement, I’m stuck on android 12!


My phone is long overdue a replacement, I’m stuck on android 12!
If you win, you have to share it with all the sub commenters
But who programs the ai programs?


Yes that, don’t run a full desktop. Run the raspian light image.
My homelab was once 10 raspberry pis all networked up as a big mess.


I had issues with my instance and found 2 sites that helped, see if they have anything


You need some automations to run if any of the exterior sensors change state, if they do save snapshots of exterior cameras and send you an alert. Once you get the alert you can then call the police if you think you need to, or in most cases just see that its the postie.
I have an automation run when both me and my wife are away that will turn off all lights and turn on 2 automations, the 2 automations are if motion on the drive send me a photo and if the exterior door sensors change state send an alert


It ok, but you will need an external signaling server to make it work over NAT. Also it’s only good for a few in video chat as the load peer to peer.


I would echo that, I’ve been a generalist computer whatnot for over 10 years. I have had to learn to network, virtual network with VMware. Manage Linux servers, then virtual servers. Switch from VMware to aws and understand basic terraform, with ansible learning as well.
Where I work we are on ansible repo 3 I think, as we have matured in how we use it and what works and what doesn’t.
When homelabing, you get to be all the things a big company would have job roles for.


I use nextcloud, the builtin photos app is pants. But memories is amzing


Ok, where in the world are you?
I have time on a Tuesday evening UK time from 8pm where you could join me over Google meet, if that would be of help


Might have found your issue, please remove all delegate_to lines. That’s not how it works


Well I can’t see either docker or my missed named php file in that, so would concur that it’s not working.
Your playbooks look to be run as root, so it should have placed a file or 2.
Will re-read all the comments and see if I can spot anything
Server move completed without issue, things look to be about the same.


oh, I do need to look at the docker install. I have only every run it from a server with php on it, Im not going to be much help I dont think.


How do you run nextcloud?


I would start with having a look at the community listing on here 👉 https://lemmyverse.net/communities
There might be something of interest in that list of 28,580


How very odd, as root can you try some things?
Also if you run apt install docker-ce does it give you any better errors?


Oh, thats very odd. Have tested on lxc and runs fine, the only thing I can see that could trip it up is the list of packages.
docker_pre_apks:
- apt-transport-https
- ca-certificates
- curl
- gnupg2
- libssl-dev
- python3-cffi-backend
- python3-pip
- libffi-dev
- python3-setuptools
- python3-nacl
- python3-jsondiff
docker_apks:
- docker-ce
- docker-ce-cli
- containerd.io


oh, could be the lxc is a bit odd. Could you try a full VM?
What?