-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on Raspberry Pi 3 through noip.com #9
Comments
Hey @tiaringhio, thank you! and it's my pleasure! I'm preparing some improvements in this aspect for the next weeks. For now, you could just add your host to the configuration.js file on "allowedHosts" parameter. |
Thank you @converge ! I can't wait |
Just wanted to follow up by saying that it's working the way i described, thanks a lot @converge ! |
Hi guys, I got this working on localhost and I love it. Thank you for this @converge! Any ideas what could cause this? Cheers |
Managed to get it working from other machines on my network. |
Thanks for your tip, I was experiencing the same problem and it helped me get it working from other machines on the same network. However I can't get it working outside my network. i.e. still seeing the loading animation running forever. I've already:
But still not working. Can you share what you did to your network configs? Thanks. |
Ah, just realized from the browser console that it's due to a blocked CORS request. So not related to my networking setup (which makes sense and got me baffled earlier). But how did you get around this problem? Did you add cors to the package source yourself or you got a more cleaver way? |
@flyingnobita sorry mate, I made a mistake when I wrote the comment. I was actually accessing from inside my network but via the noip url. It doesn't actually work from outside. I also just get the loading animation. |
hey guys, it will work anywhere with the right setup, basically: Example:
In short: hitting http://example.no-ip.com:3000 will load the dashboard, the dashboard will try to connect to its API, the API will be set to http://example.no-ip.com:3001 , CORS will check if http://example.no-ip.com:3000 is allowed to use the API. |
Thank you for your reply. Got it to work! |
Hi! Thanks in advance for all the work you've done!
I successfully installed everything but i was wondering how i should edit the config file to run the dashboard from a pc not connected to the same Wi-Fi network as the raspberry pi on which i'm running InstaPy. My raspberry has port forwarding to a host created with noip and i would like to access the dashboard with somthing like this:
hostexample.hopto.org:3000
Thank you again!
The text was updated successfully, but these errors were encountered: