Arpit Gupta

Results 12 comments of Arpit Gupta

@cptbstd like @cenk1cenk2 mentioned wont be able to do this via dockerhub. What i noticed was when docker compose updated the image it left a un tagged image on my...

@cptbstd this would not be something i would be sharing per say as its just a way for me to tag the image for my use. It should be farily...

> There's another repo packed Wireguard in Docker container: https://github.com/runfalk/synology-wireguard I believe the container is to build the spk that you install on synology so wireguard is not running in...

This is how it works when one container uses other containers network. To enable port forwarding via your vpn you can add env variables in your compose file such as...

I am not 100% sure on this as i far from an expert in this :). Here is the code that sets this up https://github.com/dperson/openvpn-client/blob/master/openvpn.sh#L249. My understanding is all out...

@davidmpa i have similar setup and do not need to wait for the vpn container to be healthy most of the times. Some times i do need to restart the...

@davidmpa yup. Though i am using an end point that is provided by the vpn provider (https://am.i.mullvad.net/api) i am using. If you have something similar from your vpn provider you...

Thanks, i should have paid more attention to the info. I jumped straight to install. Would it be ok to submit a PR to add appropriate info to the install...

I cant quite figure out how to send a PR to wiki repo. This was the change I was thinking ``` diff --git a/Install-the-integration.md b/Install-the-integration.md index 2a361a5..712fc81 100644 --- a/Install-the-integration.md...