Skip to content
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

[New instance] inv.pistasjis.net #270

Closed
7 of 10 tasks
pistasjis opened this issue Aug 21, 2022 · 33 comments
Closed
7 of 10 tasks

[New instance] inv.pistasjis.net #270

pistasjis opened this issue Aug 21, 2022 · 33 comments
Assignees

Comments

@pistasjis
Copy link
Contributor

pistasjis commented Aug 21, 2022

URL

https://inv.odyssey346.dev

Mandatory checks

  • Instance has a domain name
  • Instance is served over HTTPS
  • Statistics (/api/v1/stats) are enabled
  • Instance is properly configured (including the mandatory post install configuration)
  • Instance has an automatic hourly restart setup

Maintainer chart

  • Ensure that my instance is up to date (less than one month old)
  • Ensure a proper uptime of my instance (around 90%)

Host country

France

Man in the Middle

No response

Source code URL

No response

Analytics

  • They are GDPR/CCPA compliant
  • This is stated in your Privacy Policy
  • You have provided the source code's URL in the dedicated field above

Additional information

I use caddy btw

@unixfox
Copy link
Member

unixfox commented Aug 30, 2022

Instance added on the uptime tracker: https://stats.uptimerobot.com/89VnzSKAn/792576736

@unixfox
Copy link
Member

unixfox commented Aug 30, 2022

Instance seems down, do you still want to host a public instance?

@pistasjis
Copy link
Contributor Author

Yes. Sorry, but the VPS that is running Invidious right now is down due to maintenance. I will wait for it to come back up so I can docker swarm them

@pistasjis
Copy link
Contributor Author

We are just waiting on OVH to respond because my VPS is hosted on a dedi, and it has to be fixed by someone at OVH

@pistasjis
Copy link
Contributor Author

I have heard from my provider that he might discontinue the Poland host. So I will run it on the new VPS for now, which means a reset.

@unixfox
Copy link
Member

unixfox commented Sep 26, 2022

note: need to add #271 with this instance too

unixfox added a commit that referenced this issue Oct 14, 2022
Closes #275
Closes #272
Closes #277
Closes #270
Closes #284
@pistasjis
Copy link
Contributor Author

Well that's unfortunate... Seems like my host messed something up with my VPS! Just excuse this downtime, I have contacted him and I will let you know when I get a message. In the meantime, screw OVH

@pistasjis
Copy link
Contributor Author

And we're back

@unixfox
Copy link
Member

unixfox commented Feb 17, 2023

Please consider joining our Matrix room for public instance maintainers by joining our Matrix room: matrix.to/#/#invidious:matrix.org
then pinging @\unixfox, @\TheFrenchGhosty and @\SamantazFox for asking to be invited to the Matrix room.
We discuss troubles managing a public instance, sharing some advices and more.

@pistasjis
Copy link
Contributor Author

pistasjis commented Feb 17, 2023 via email

@pistasjis
Copy link
Contributor Author

pistasjis commented May 12, 2023

Hey! I've moved my Invidious instance to a new domain, inv.pistasjis.net. Please update the URL for my Invidious instance on the instances page, documentation etc. Thanks!

(the old domain redirects to the new one but it doesn't seem like the Invidious redirect API picks up on that)

@unixfox

@unixfox
Copy link
Member

unixfox commented May 12, 2023

Feel free to open a PR for that.

@unixfox
Copy link
Member

unixfox commented Jun 2, 2023

@pistasjis

Hello, your instance is affected by this new issue: iv-org/invidious#3822

Please have a look for a temporary solution: iv-org/invidious#3822 (comment)

@pistasjis
Copy link
Contributor Author

Hi! I don't really have the time to set up IPv6 for Docker right now, and I can't change my IPv4.

@unixfox
Copy link
Member

unixfox commented Jun 3, 2023

Hello,

We temporarily removed your instance in order to avoid the Invidious users to use an instance that doesn't work for the moment.

Once you have fixed the issue (The video returned by YouTube isn't the requested one. (WEB client) (VideoNotAvailableException)) on your instance, please ask to get your instance back in the list.

We are fully aware that this issue is not your fault, but for the moment we can't do anything than filtering in the list the instances that works from the instances that don't. Again, like said previously, we are working on the problem, and all progress will be posted in #3822.

Thank you for your understanding.

@unixfox unixfox changed the title [New instance] inv.odyssey346.dev [New instance] inv.pistasjis.net Jun 3, 2023
@pistasjis
Copy link
Contributor Author

Do you know how to configure IPv6 for a network in Docker Compose? I've got IPv6 set up for Docker but the network isn't picking up on that, so I think I'll have to do some manual stuff. compose.yml is version 3

@unixfox
Copy link
Member

unixfox commented Jun 3, 2023

Maybe this will help you, I've copied paste these comments from a matrix room:

after enabling docker-ipv6nat because buyvm iirc only gives one v6

version: '3.3'
services:
    ipv6nat:
        container_name: ipv6nat
        privileged: true
        network_mode: host
        restart: unless-stopped
        volumes:
            - '/var/run/docker.sock:/var/run/docker.sock:ro'
            - '/lib/modules:/lib/modules:ro'
        image: robbertkl/ipv6nat

and make ports: 7573:3000 to ports: 0.0.0.0:7573:3000

had to replcae networks: invidious: with this

networks:
  invidious:
    name: invidious
    enable_ipv6: true
    ipam:
      config:
        - subnet: fd00:dead:beec::/48
``

i have enabled ipv6 on inv.bp.projectsegfau.lt

From @gi-yt

@unixfox
Copy link
Member

unixfox commented Jun 4, 2023

I have updated my comment to provide an easy docker-compose file for adding ipv6: iv-org/invidious#3822 (comment)

@pistasjis
Copy link
Contributor Author

pistasjis commented Jun 12, 2023

I'm going to look into this after I graduate school, sorry for not responding.

@pistasjis
Copy link
Contributor Author

Sorry again for not responding (jesus, 3 weeks already?), I'm not very up to date on this issue, does enabling IPv6 mitigate it still? Or have they started blocking IPv6 ranges as well?

@gi-yt
Copy link
Contributor

gi-yt commented Jul 1, 2023

It still does, though they started blocking individual v6 addresses for some bigger instances..

@pistasjis
Copy link
Contributor Author

Great to hear. I'll look into this again

@pistasjis
Copy link
Contributor Author

I've enabled IPv6 using the tutorial above, but it still doesn't work
image

@pistasjis
Copy link
Contributor Author

image

Just to confirm the container has IPv6 access.

@pistasjis
Copy link
Contributor Author

I just realized I had an entire /64 space allocated to my vps, lmao

@pistasjis
Copy link
Contributor Author

My range might be blocked. I changed the IPv6 address from 2001:41d0:203:2d1::1 to 2001:41d0:203:2d1::69, and I still get this error. That sucks :/

@pistasjis
Copy link
Contributor Author

pistasjis commented Jul 1, 2023

image

and yes, YouTube is reachable via IPv6. Videos still don't work though!

@unixfox
Copy link
Member

unixfox commented Jul 1, 2023

Could you join our matrix room? Github issues are not really designed for "advanced" discussions.

@gi-yt
Copy link
Contributor

gi-yt commented Jul 2, 2023

set force_resolve: ipv6

@pistasjis
Copy link
Contributor Author

set force_resolve: ipv6

In Invidious config? there is no such configuration option in my compose file

@pistasjis
Copy link
Contributor Author

Okay, it was in Invidious config. The Invidious instance is back up and videos seem to load, so you can add my instance back to the list.

unixfox added a commit that referenced this issue Jul 5, 2023
@jojobozo

This comment was marked as off-topic.

@unixfox

This comment was marked as off-topic.

@iv-org iv-org locked and limited conversation to collaborators Aug 2, 2023
@iv-org iv-org unlocked this conversation Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants