• 0 Posts
  • 7 Comments
Joined 11 months ago
cake
Cake day: October 12th, 2023

help-circle



  • - install wireguard on both ends, one will be the server other is the client.

    - add necessary iptables rules on server and client.

    - if you have a router, without gateway route destination network requests to the local wireguard host.

    - if you have a router, route destination network requests to local wireguard host.ient in the local network. ( your local wireguard host as gateway)


  • I’m using Nextcloud, it’s forked from Owncloud.

    Of course, it’s possible to link your database to a local machine. Why do you want to store your database on a local machine? Why don’t you want to put the database together with Owncloud?

    Your steps should be like this with my approach.

    - Install wireguard software on VPS.

    - Install wireguard client on your local machine as a service.

    - Install database software on your local machine and use the IP address of wireguard client IP as management.

    - Install Owncloud on your VPS. While installing it will ask for the database IP address, so point it as wireguard client IP address.