

If you do the PCI passthrough Wifi adapter to openwrt, look for name of adaptor and search okpg for in kernel driver for that. Maybe you will face with no driver support, try installing openwrt pre-relase for up to date driver support, or driver only support client mode, Intel Wifi. You can get cheap USB Wifi adapter from Aliexpress that openwrt support but mostly have only one radio so your access point will have one 5Mhz or 2.4Mhz not both at the same time. you can try two adaptor to get both. For supported Wifi adapter and more information https://github.com/morrownr/USB-WiFi?tab=readme-ov-file
I tried to run the container with the nearly default but was unable to start. Found an error in the log as ConnectionFailed(“Unable to open connection to local database./app-data/db/db.sqlite: 14”) at new Database.… at _createClient
I am binding to /DATA/AppData/papra:/app/app-data
When I run the container, papra folder was created with 0777 permission but no files in there.
Finally, I manually create a db folder under papra, and now the container able to run successfully.