Thank you @psmgeelen for this project!
I went through a fresh installation on a Raspberry Pi 5 with Raspberry Pi Imager v2.0.3 using the recommended Raspberry Pi OS (64-bit) Debian Trixie port with Raspberry Pi Desktop.
I had to install task manually using the procedure on their official website:
curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.deb.sh' | sudo -E bash
apt install task
I had to tweak the Taskfile.yml line 80 to clarify the netcat version for the setup-raspberry-pi task by specifying netcat-openbsd instead of netcat:
- sudo apt-get install -y docker.io docker-compose python3-pip git curl wget netcat-openbsd
Everything else worked perfectly.
Caveat: The OTBR web interface is running on the local host (Raspberry, in my case) only (127.0.0.1:80)! I spent some time realising that. All other web interfaces are accessible on the local network as well (Grafana, cAdvisor)
Thank you @psmgeelen for this project!
I went through a fresh installation on a Raspberry Pi 5 with Raspberry Pi Imager v2.0.3 using the recommended Raspberry Pi OS (64-bit) Debian Trixie port with Raspberry Pi Desktop.
I had to install
taskmanually using the procedure on their official website:curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.deb.sh' | sudo -E bashapt install taskI had to tweak the
Taskfile.ymlline 80 to clarify thenetcatversion for the setup-raspberry-pi task by specifyingnetcat-openbsdinstead ofnetcat:- sudo apt-get install -y docker.io docker-compose python3-pip git curl wget netcat-openbsdEverything else worked perfectly.
Caveat: The OTBR web interface is running on the local host (Raspberry, in my case) only (127.0.0.1:80)! I spent some time realising that. All other web interfaces are accessible on the local network as well (Grafana, cAdvisor)