Giter VIP home page Giter VIP logo

Comments (4)

lokenx avatar lokenx commented on July 30, 2024

What do you mean precisely? If you have a web server, or are OK with using a dynamic DNS, you can open it up to the internet for users that are not on your local network. There are a number of issues regarding a proxy server you can look at that talk about doing this.

At the simplest level, you could add a port forward rule to your router sending all requests on port 3000 to whatever internal IP the application is running from. Then anyone who visits http://yourpublicip:3000 would get the application. However, I would never do this as it can open up lots of security holes in your home network!

from plexrequests-meteor.

archedraft avatar archedraft commented on July 30, 2024

You answered my question. I was more wondering if there was some way this app worked like how Plex sends the outside network users to plex.tv and they do not have to know my external IP. I suppose the most secure way would be to give the outside network users restricted VPN access to my home network but at that point would they even remember how to log in each time.

from plexrequests-meteor.

lokenx avatar lokenx commented on July 30, 2024

The easiest for the user would be to setup a nginx webserver that can proxy the requests. They visit http://requests.domain.com and nginx shows the application. If you don't have a domain it could work with just your external IP but that's not as friendly obviously.

My users go to http://plex.domain.com with nginx running on a Ubuntu virtual machine.

from plexrequests-meteor.

lokenx avatar lokenx commented on July 30, 2024

Closing, if you require more assistance let me know!

from plexrequests-meteor.

Related Issues (20)

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.