I have managed to build the latest OPNsense 24.1.1 for my NanoPi R4S on a vm at aws with a Graviton CPU, by following the make steps given in opnsense/tools
I ended up with the following files in ../images:
OPNsense-202402091824-arm-aarch64-R4S.img
Using dd, I can copy this image to a SD card and it works fine in my R4S.
../sets:
packages-24.1_101-aarch64.tar
base-24.1_3-aarch64-R4S.txz
kernel-dbg-24.1_3-aarch64-R4S.txz
What is not clear to me, is how do I set up a web server as a repository for the images and plugins to allow the installation of updates and plugins from the menu in OPNsense GUI?
Are there any documents / tutorials /guides on how to create and configure a web server as a repository?
Thanks