armandkd

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by armandkd

  1. On 9/1/2020 at 7:44 PM, hkinks said:

    Had also the same issues with installing RSA. Looks like in `/usr/local/emhttp/plugins/openvpnserver/scripts/rc.openvpnserver` line 376 it tries to get the easy-rsa zip url, but something must have changed and it fails to parse it out correctly:

     

    
    EASYRSA_DL_VERSION=$(curl  --fail --silent https://github.
    com/OpenVPN/easy-rsa/ | grep zip | grep archive |  cut -  
    d\" -f16 | cut -d\" -f1 | sed 's#^#https://github.com#g' |
    grep -v "sig")                                            


    For a quick dirty fix I just hardcoded the package url there.

    Had the same issue, you need to edit that line and replace "-f16" with "-f14".

    Install works great after this edit. Github probably modified its HTML.

    • Like 2
    • Thanks 1
  2. Hi everyone,

     

    I'm currently transitioning from a dedicated Plex (+CouchPotato,+Sonarr,+Jackett,+Transmission) server to unRAID.

    I have installed the Community Applications plugin and searched for the relevant plugins.

     

    However, I am completely lost as there are so many plugins doing seemingly the same thing. Let's take Plex for example, there is:

    • binhex plex (binhex)
    • plex (linuxserver)
    • Plex Media Server (plexinc)
    • PlexMediaServer (limetech)

    The case is similar with the other plugins I wish to use (usually there is a binhex version and a linuxserver one).

    Are there any differences between those plugins? Have I missed a place summarising those differences?

    I tried searching on Google and the forum. Each tutorial seems to have its own preference without saying why, and the official threads do not outline any differences.

     

    Could you please help me figure out which versions to install?

     

    Thanks a lot.

     

    (I hope I'm posting in the right category)