Git Product home page Git Product logo

plexconnect's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

plexconnect's Issues

Port 53 not exposed

Hello,

PlexConnect need to be configured at ATV as the dns server. So, shouldn't port 53 be exposed?

Cheers

running on ubuntu, but not working

Hi,

I tried running this on ubuntu, but it isn't working. I have exposed both 80 and 443 but still no joy.

Any ideas what should I do?

When running the python script on its on it works just fine...

edge.ssh file needs workaround

the SSH certificate needs to stay at all costs as that needs to be the same as the one on the appletv

so when using edge=1 you

rm -rf /opt/plexconnect
which erases that ssl certificate

i think you need to clone to a temp location and then move everything... overwriting everything but the ssl certs
something like this

!/bin/bash

Does the user want the latest version

if [ -z "$EDGE" ]; then
echo "Bleeding edge not requested"
else
apt-get install -qy git
cd /tmp
git clone https://github.com/iBaa/PlexConnect.git
cp -Rfu /tmp/PlexConnect/* $INSTALLDIR
rm -Rf /tmp/PlexConnect
fi

Generate SSL certificates if they don't exist

if [ -f /opt/plexconnect/assets/certificates/trailers.pem ] ; then
echo "SSL certs exist"
else
openssl req -new -nodes -newkey rsa:2048 -out /opt/plexconnect/assets/certificates/trailers.pem -keyout /opt/plexconnect/assets/certificates/trailers.key -x509 -days 7300 -subj "/C=US/CN=trailers.apple.com"
openssl x509 -in /opt/plexconnect/assets/certificates/trailers.pem -outform der -out /opt/plexconnect/assets/certificates/trailers.cer && cat /opt/plexconnect/assets/certificates/trailers.key >> /opt/plexconnect/assets/certificates/trailers.pem
fi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.