Graham Garner

Results 60 comments of Graham Garner
trafficstars

@sebi5361 I've added it to the list

zigbee2mqtt, EspruinioHub and Pi-hole added to list

@DeuceCode Gitea maybe a challenge for the Pi, it relies on mariadb which isn't available for the armhf architecture (as an official image). In the project roadmap I plan to...

@1337-44 I ordered a SDR yesterday to test with rlt_433, hopefully will have a stable image next week

@DeuceCode Thanks for the link, I only had a quick look on your first request, should have looked harder. I'll add it to the list. If it can use postgresql...

@DeuceCode I've made a branch containing Gitea. I would appreciate if you could try it out. I had to modify their Dockerfile to get it to work. Warning it takes...

Exec nodes will run in the container not the host. You can install nmap in the container or there is an nmap node if memory serves

When you need to connect to a container you generally use `docker exec -it container command` docker exec = docker execute (not "docker run", the run command creates and starts...

I just realised something ... when you run docker-compose down your container will be deleted (except for your volume). The problem is when you install something i will get deleted...

I'll take a crack at it tomorrow morning and report back