What do you use to private watch YouTube?
Moving away from Google. I just added my fav subs into my rss feed but that isn’t an enough to get good recs. What else can one do? Alternative front ends that work?
You are viewing a single comment
Moving away from Google. I just added my fav subs into my rss feed but that isn’t an enough to get good recs. What else can one do? Alternative front ends that work?
I use a private Piped instance
Can you show your docker-compose? I've tried several times without succeeding 🤧
You can't just ask that. Not without at least taking them out to a fancy dinner first. Maybe a little dancing.
My bad 😁
Before anything, you'll want to create a folder for the unix socket:
mkdir /var/run/ytproxy
and chown it to your reverse proxy's user and group.The Docker files:
::: spoiler compose.yml
:::
::: spoiler .env
:::
To configure the reverse proxy (I use nginx), you can use Piped's recommended files with your domains. The linked repo also contains a template for the required
config.properties
.Let me know if you run into issues, I'll be glad to help 🙂