-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Can't access instance via public IP after successful install #59
Comments
Hello, seems like port 80 is blocked in your firewall. |
Thanks for the quick response. I did the following to tackle the potential issue. Installed
It it still not accessible from the public IP. Am I missing something? |
I haven't tested a setup like this, so i cannot tell unfortunately. However, you could set it up to run like this: ✔ branch : master
✔ domain : invidious.tube
✔ ip address : your_droplet_public_ip
✔ port : 3000
✔ external port : 443
✔ dbname : invidious
✔ dbpass : secretpassword
✔ https only : true
Then use option 9 to setup Nginx. Just go through step 1-3. It will then serve invidious from port 3000 reverse proxied to port 443 (https) 👍 Make sure port 443 is open in your firewall. This is how it's expected to be run on a public IP. |
Sorry to hear it didn't work out. The channel error is a bug with invidious: iv-org/invidious#1838 |
Describe the bug
Can't access instance via public IP after successful install
To Reproduce
Steps to reproduce the behavior:
sudo apt install curl -y
curl -s https://api.github.com/repos/tmiland/Invidious-Updater/releases/latest | grep "browser_download_url.*sh" | cut -d : -f 2,3 | tr -d \" | wget -qi -
chmod +x invidious_update.sh
./invidious_update.sh
Expected behavior
Instance is accessible via the IP address. Unfortunately that is not the case:
Screenshots
Added above
Desktop (please complete the following information):
Additional info
The instance is removed to prevent costs
The text was updated successfully, but these errors were encountered: