Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Invidious

16 Topics 158 Posts
  • Invidious - Package Updates

    Pinned
    34
    0 Votes
    34 Posts
    3k Views
    Package UpdatesP
    [1.8.0] Update invidious to v2.20250517.0
  • How to change the default admin password?

    2
    0 Votes
    2 Posts
    11 Views
    jamesJ
    @OrezBodajoy It is always good to check the official documentation for an app. But in this case, it is a bit misleading. Since you are using Cloudron, the PostgreSQL access is different. But, do not fret! There is a very easy solution to your problem. BUT before we start tinkering with a database, what should we always do? Correct, create a backup! I hope you did exactly that. If you are in the web terminal of your Invidious app, look to the top right corner. There is a big green button labeled Postgres. You can just click that button and confirm with ENTER. Then you are logged into your Invidious PostgreSQL database. From the official documentation you still need to do: python3 -c 'import bcrypt; print(bcrypt.hashpw(b"<INSERT PASSWORD HERE>", bcrypt.gensalt(rounds=10)).decode("ascii"))' # python mkpasswd --method=bcrypt-a -R 10 # mkpasswd Now you have your new password hash. Connect to your PostgreSQL database with the described button or copy and paste the following into your web-terminal (the button will print the same into your web terminal): PGPASSWORD=${CLOUDRON_POSTGRESQL_PASSWORD} psql -h ${CLOUDRON_POSTGRESQL_HOST} -p ${CLOUDRON_POSTGRESQL_PORT} -U ${CLOUDRON_POSTGRESQL_USERNAME} -d ${CLOUDRON_POSTGRESQL_DATABASE} Now you should be able to update the password: UPDATE users SET password = 'HASH' WHERE email = 'USERNAME'; I will request an update of the Cloudron documentation for Invidious to include the password reset with the Cloudron way to do it. Thanks for reporting this missing documentation and please report back if everything worked out on your part. ~Cheers
  • Invidious not installing

    8
    0 Votes
    8 Posts
    937 Views
    nebulonN
    At least on residential IPs (like homeservers) it works quite well again.
  • This doesn't seem to work at all anymore

    8
    0 Votes
    8 Posts
    522 Views
    nebulonN
    Yes in most cases Youtube seems to block requests not coming from residential IPs with this approach.
  • YouTube is currently trying to block Invidious instances

    Solved
    39
    1
    2 Votes
    39 Posts
    7k Views
    T
    @girish any updates on this implementation? so the best potential solution would be ipv6 rotation + openvpn, right?
  • invidious just updated now it doesn't work?

    13
    1 Votes
    13 Posts
    2k Views
    A
    Yeah, mines hopeless have uninstalled it now.
  • Invidious - Youtube nerfed it again

    invidious censorship
    2
    1 Votes
    2 Posts
    350 Views
    A
    I updated invidious to 1.5 again to see if my problem came back, it did. restored to 1.4 and it works for "me."
  • Update on Invidious

    Solved
    10
    2 Votes
    10 Posts
    1k Views
    L
    Can confirm, it works! Joy! Thank you!
  • invidious subscriptions break if you don't reboot

    6
    2 Votes
    6 Posts
    775 Views
    necrevistonnezrN
    Great! Thank you.
  • Here is a working invidious instance

    invidious censorship configuration
    4
    1 Votes
    4 Posts
    6k Views
    nebulonN
    ah interesting, I have never seen that message
  • Update Request for Invidious

    7
    0 Votes
    7 Posts
    636 Views
    archosA
    Sure, I understand. I’ll wait. No problem. Still, thank you for the information.
  • Invidious with a VPN

    invidious gluetun vpn censorship
    4
    1 Votes
    4 Posts
    669 Views
    M
    svtx, thank you. I know this thread, but not the way configuring ipv6-rotating or understand how to include the vpn-way from LoudLemur mentioned in https://docs.invidious.io/gluetun/ inside cloudron. The idea should be realized on a standalone invidious server.
  • Any plans to support the ipv6 rotator?

    Locked
    3
    1 Votes
    3 Posts
    340 Views
    luckowL
    sorry for not using the forum search
  • Feature Request - Cloudron Login before use

    3
    1 Votes
    3 Posts
    261 Views
    girishG
    https://forum.cloudron.io/topic/10370/private-invidious-instance was the other thread
  • Private invidious instance?

    10
    3 Votes
    10 Posts
    3k Views
    girishG
    Right, the app is built from 438467f69a20007cace4 upstream (so nov 4 2023)
  • The mobile app doesn't load videos.

    Solved
    5
    1
    1 Votes
    5 Posts
    1k Views
    archosA
    @girish Thank you very much for the quick update. The app works.