This is not where WireGuard is defined in OpenWrt.
For this specific thread, The peer configuration on the OpenWrt (“server”) side should have a single /32 address within the 10.14.0.1/24 subnet. Nothing more, nothing less.
The remote peer (“client”) must include 192.168.1.0/24 (0.0.0.0/0 would work, of course).
I have tried everything but without sucess. But for kicks i installed a ping tool on my phone that is conected to wireguard. And i can ping my NAS with no problem. So i think that there is some problem in wireguard client on my windows 10 laptop
[Interface]
PrivateKey = <key>
Address = 10.14.0.4/32
DNS = 1.1.1.1
[Peer]
PublicKey = <key>
AllowedIPs = 0.0.0.0/0
Endpoint = Public IP on my router:12345
It means that @gabrielo was correct that the route was not being added into Windows properly. Now that you've added the route, your windows machine should have access to the NAS.
Ok i can log in into my router when on 4G, i can acess open media vault control panel on my nas, but cant acess the files on it in windows explorer. In my eyes this is a huge sucess and i am wery grateful for help, now i must only figure out why i cant acess the folders. This must now be only a windows thing...