Hi,
Looking for a little bit of guidance for the correct options for my setup. Quick bit of background - I have on my home network an Ubuntu box called 'externaldocker' which runs Docker hosted services that I want to access externally. It also runs WireGuard as a peer. On Digital Ocean I have a cheap VPC running NGinX as a proxy and also WG. I have all my DNS for things like nextcloud.mydomain.com pointing to the DO machine, NGinX proxies set up to do - for example - proxy_pass http://192.168.205.2:1880; which passes the traffic over the WG tunnel to externaldocker and serves my pages to my browser. It works seamlessly and adds an extra layer of security and means I don't have to worry about my ISP's dynamic DNS.
So getting to my problem - running NextCloud with all the other services on a machine with a 250Gb drive is a problem. I also have a 120Tb UnRAID server sitting on my network which seems a much more sensible home for NC and quite a few other services. So I've install the WG App on UnRAID but I cannot figure out how to configure it as a peer from the web interface. The documentation and the App are all worded to make UnRAID the server. I could set it up with UnRAID as the server and DO as the peer but that then introduces port forwarding and dynamic DNS to the equation and quite simply - I don't want to.
I could also edit wg0.conf manually but I'd prefer to only go down that route if I know in advance that it works. Has anyone else set up UnRAID as a WG peer and can give my some pointers?
Thanks
Steve