kkuhle

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by kkuhle

  1. Thanks @chesh I need to refer to the FAQ more obviously. I'm not sure why I was still trying to use the old VPN. Works great now. Sent from my ONEPLUS A6013 using Tapatalk
  2. I am suddenly seeing this as well after restart today (not bound). I have been using RO and thought it might be the VPN. I attempted changing to France and still see the same message. If I change to a vpn that doesn't support port forwarding (any CA despite the logs telling me they support port forwarding), I see the a response about port forwarding not working in the log: ``` 2020-10-27T18:22:29.068412737Z [info] Checking endpoint 'ca-vancouver.privateinternetaccess.com' is port forward enabled... 2020-10-27T18:22:29.068424874Z 2020-10-27T18:22:29.961073151Z 2020-10-27 18:22:29,960 DEBG 'start-script' stdout output: 2020-10-27T18:22:29.961103707Z [info] PIA endpoint 'ca-vancouver.privateinternetaccess.com' is in the list of endpoints that support port forwarding 2020-10-27T18:22:29.961107715Z 2020-10-27T18:22:29.961111532Z 2020-10-27 18:22:29,961 DEBG 'start-script' stdout output: 2020-10-27T18:22:29.961114692Z [info] List of PIA endpoints that support port forwarding:- 2020-10-27T18:22:29.961117238Z [info] ca-toronto.privateinternetaccess.com 2020-10-27T18:22:29.961119751Z 2020-10-27T18:22:29.961286375Z 2020-10-27 18:22:29,961 DEBG 'start-script' stdout output: 2020-10-27T18:22:29.961310472Z [info] ca-montreal.privateinternetaccess.com 2020-10-27T18:22:29.961313401Z [info] ca-vancouver.privateinternetaccess.com 2020-10-27T18:22:29.961315881Z [info] de-berlin.privateinternetaccess.com 2020-10-27T18:22:29.961318304Z [info] de-frankfurt.privateinternetaccess.com 2020-10-27T18:22:29.961320727Z [info] france.privateinternetaccess.com 2020-10-27T18:22:29.961323080Z [info] czech.privateinternetaccess.com 2020-10-27T18:22:29.961325493Z [info] spain.privateinternetaccess.com 2020-10-27T18:22:29.961327827Z [info] ro.privateinternetaccess.com 2020-10-27T18:22:29.961330165Z [info] israel.privateinternetaccess.com 2020-10-27T18:22:29.961332525Z [info] Attempting to get dynamically assigned port... 2020-10-27T18:22:29.961334998Z 2020-10-27T18:22:30.187438306Z 2020-10-27 18:22:30,186 DEBG 'start-script' stdout output: 2020-10-27T18:22:30.192327683Z [warn] Exit code '56' from curl != 0 or no response body received 2020-10-27T18:22:30.192347011Z [info] 12 retries left 2020-10-27T18:22:30.192366102Z [info] Retrying in 10 secs... ``` Anyway, has something changed with PIA or openvpn? I was able to log into the URL with the same credentials I have configured in docker. I do see the following message upon logging in: IMPORTANT: UPDATE NOW We recently launched our NextGen VPN network of servers which is faster, better for streaming and has more locations to choose from. All users must update to the latest client version: (Windows: 2.4, Mac 2.4, Linux, 2.4, iOS 3.71 and Android 3.7.1) before 10/31. Sent from my ONEPLUS A6013 using Tapatalk
  3. I finally got around to testing this and it seems to work great! Thanks for adding that in. I modified my config, but here is what I use to create - notice the new -e CONTEXT_PATH=/subsonic docker create \ --name=subsonic \ --net=host \ -p 4040:4040 \ -e APP_UID=1001 -e APP_GID=1001 \ -v /raid/apps/subsonic:/subsonic \ -v /raid/media/music:/music \ -v /raid/media/music/podcasts:/podcasts \ -v /raid/media/music/playlists:/playlists \ -e CONTEXT_PATH=/subsonic \ hurricane/subsonic In my sites file for nginx I have } location ^~ /subsonic { proxy_pass http://192.168.0.1:4040/subsonic; proxy_set_header Host $host; proxy_buffering off; }
  4. I did a pull and it looks like you probably didn't have a chance to do this. No big deal as I'm sure you have much more important things that come up. If you do get a chance to do this soon, that would be awesome! Thanks for all your work on this. Best subsonic docker I have found.
  5. Just set this app and so far it's pretty nice. I have been on the official github and noticed that there have been a lot of updates in the current version, some of which I would like to use. I'm pretty new to docker, so I haven't seen how often these get updated. Anyway, any chance we will be seeing a new docker with a new version of cardigann on here soon?