Jump to content

kkuhle

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by kkuhle

  1. 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

  2. On 3/1/2017 at 8:48 AM, hurricanehrndz said:

    This is now complete.

    I finally got around to testing this and it seems to work great!  Thanks for adding that in.

    On 3/6/2017 at 4:58 AM, ZataH said:

    I just tried to do a new pull, still dont see a context variable?

    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;
            }

     

     

  3. On 2/25/2017 at 7:15 PM, hurricanehrndz said:

    Thank you for the reminder. I will try and have it done before the end of the weekend

    Sent from my ONEPLUS A3000 using Tapatalk
     

    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.

  4. 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?

×
×
  • Create New...