This does give you an “identity” with YouTube, but you can generate new tokens as often as you want, replace them in your yml, and restart the container.
One the container is running, update FreeTube settings abs change the “current invidious instanc” to http://localhost:3000/
Ay any tips?
You can run it as a docker, pretty easily.
Run this to generate your visitor_data and po_token
https://github.com/iv-org/youtube-trusted-session-generator?tab=readme-ov-file#tutorial-with-docker-1
Paste those into your docker_compose.yml file in the appropriate fields. Also, generate a nice long string for the hmac_key
https://docs.invidious.io/installation/#docker-compose-method-production
This does give you an “identity” with YouTube, but you can generate new tokens as often as you want, replace them in your yml, and restart the container.
One the container is running, update FreeTube settings abs change the “current invidious instanc” to http://localhost:3000/
Let me know if you get stuck.