I've these suggestions after starting to use this project to improve the UI experience:
In the "Get Continer" (or "Get Openwrt") I want to see the QEMU parameters. The full command-line will be useful to detect some troubles.
When starting the openwrt it will be interesting to print in the container log (I run it from the command line) something like Guest: OpenWRT 23.05.5 running. The problem is that you see (last): Booting image using QEMU emulator version 9.0.2.... And the you can't trace the status from the command line. Almost a line will be useful.
In the Web-UI the button for "Open Luci Web" could be two buttons: One for the LAN and one for the WAN. At time, it's more easy (with user networking) to open SSH and Luci on WAN. Therefore the button could open http://127.0.0.1:8000 too. And please, use explicit http:// because by default https is not enabled in Luci.
Hi @AlbrechtL ,
I've these suggestions after starting to use this project to improve the UI experience:
Guest: OpenWRT 23.05.5 running
. The problem is that you see (last):Booting image using QEMU emulator version 9.0.2...
. And the you can't trace the status from the command line. Almost a line will be useful.http://127.0.0.1:8000
too. And please, use explicithttp://
because by defaulthttps
is not enabled in Luci.I'll provice more feedback. Regards.