Jump to content

josh.gaby

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by josh.gaby

  1. On 7/4/2023 at 8:32 PM, binhex said:

    well f*ck me!, that's a detailed explanation if ever I saw it!, I am simply packaging up what is available to me, so I'm unclear as to how this is specific to the image I produce, hmmm.

     

    if you are running my plex image in the default mode (host mode) then all ports will be open, if you aren't using my plex image then please detail which one you are using.

     

    Its not Plex container related at all, the issue is when trying to use the actual plextv SSO to login to Overseerr, I am running your plexpass container though.

     

    I really don't see how this is a container issue so I'm going to dig into the Overseerr code to see if I can find any issue at their end.

     

     

     

     

     

  2. On 6/22/2023 at 9:27 AM, BrynPalmer said:

    For anyone else using this docker and getting a "Unable to authenticate." message when signing in using Plex: there is a bug in the current version of Overseer itself (v1.33) which is causing this.

     

    https://github.com/sct/overseerr/issues/3507

     

    Downgrading to v1.32.5 fixes this issue, to do this in Unraid simply edit the binhex-overseer docker container and replace Repository value with "binhex/arch-overseerr:1.32.5-1-01" and it will roll back to the previous working binhex version.

     

    @BrynPalmer They've just closed my issue on GitHub and stated that "This is an issue with the binhex container. Reach out to them for support."

     

    @binhex The 1.33 version fails to logon using a Plex account, not sure if there is a new port that needs opening for a websocket or something but signing in using Plex results in a 500 error from the https://{redacted}/api/v1/auth/plex endpoint with the following log entries.

     

    2023-06-18T01:39:24.585Z [error][Plex.tv API]: Something went wrong while getting the account from plex.tv: Socket connection timeout 
    2023-06-18T01:39:24.586Z [error][API]: Something went wrong authenticating with Plex account {"errorMessage":"Invalid auth token","ip":"{redacted}"}

     

  3. 2 hours ago, rexkwondo said:

    I installed tor-relay and followed the instructions but the docker application won't run and I get the following error when I check the log:

     

    Jun 20 12:22:21.001 [notice] Closing partially-constructed OR listener connection (ready) on 0.0.0.0:9001
    Jun 20 12:22:21.001 [notice] Closing partially-constructed Directory listener connection (ready) on 0.0.0.0:9030
    Jun 20 12:22:21.001 [warn] Failed to parse/validate config: Failed to bind one of the listener ports.
    Jun 20 12:22:21.001 [err] Reading config failed--see warnings above.

     

    Any idea what's going on or how I can fix this? I edited the config file and it looks fine, and port 9001 is set correctly (as far as I can tell) in the docker settings in Unraid. Attached is the full log image.

    Screenshot 2023-06-20 at 3.27.22 PM.png

     

    I haven't got ipv6 enabled myself so I haven't run into this issue. 

     

    Have you got Unraid setup to allow ipv6 in Docker and VMs how-to-get-ipv6-address-for-unraid-docker-application?

     

    Looking at the log output, and without seeing your torrc file, I think you might have

     

    ORPort 9001
    ORPort [2a02:908:4c1:f560::ad0c]:9001

     

    can you try this instead (replace IPv4.address and IPv6::address with the actual IP addresses)

     

    Address IPv4.address
    Address [IPv6::address]
    ORPort 9001

     

     

    • Like 1
  4. On 12/22/2022 at 6:43 AM, t3ch said:

    Do you know if there is an easy way to get nyx working?

     

    On 5/27/2023 at 11:48 AM, burgess22 said:

    ooft yeah NYX would be nice trying to set up a relay to work with https://ator.io/ and a little command-line monitor would be nice

     

    Are you wanting to enable the control port so you can run Nyx on a different computer or would including Nyx in the image be what your after?

  5. @t3ch

    Sorry for the late reply, I'm in the middle of moving so everythings a little hectic at the moment.

    I haven't tried setting up nyx with the docker image yet but when I get some free time next week I'll see if I can get it working, if I can I'll add it to the image with an optional flag to enable it.

  6. Overview: Support for Docker image joshgaby-to-relay.

    Application: Tor - https://www.torproject.org/

    Docker Hub: https://hub.docker.com/r/joshgaby/tor-server

    GitHub: https://github.com/josh-gaby/tor-server

     

    This docker will allow you to run a tor relay using the latest version of tor and obfs4proxy.

     

    Initial Setup

    1. Create a folder appdata/tor-data/config (this will be used to store the config between restarts)
    2. Download sample torrc config file from here and edit as necessary (you can find details about possible configuration options here).
    3. Save this into the config folder created above.
    4. Create a folder appdata/tor-data/data (this will be used to preserve your relays keys/data between restarts)
    5. Edit the docker parameters and run it.

     

     

×
×
  • Create New...