Kavin
Kavin
Piped now has native support for DeArrow everywhere with https://github.com/TeamPiped/Piped/commit/9539d51126c0a53f10d084d3fdbc2c677fb6ac28. > It looks like it doesn't support random thumbnails Is there any explanation on what this feature is supposed to...
I have ported an Alea implementation to Java. The random numbers generated from the seed don't seem to match however:  DeArrow: https://sponsor.ajay.app/api/branding?videoID=VyI-2c9KI1I The randomTIme for this specific video is...
I think the conciseness problem can be easily solved by fine-tuning the right prompt format. Here's a prompt that I used: ``` The following transcript is from a YouTube video...
I feel like this be simplified by checking whether the environment variable is set, and not having multiple nested if else / complex control flow. I'll create a separate PR...
See #3 for my solution
> IMO #3 is more complex and harder to read. It's all because I handle the `socket/` folder not existing better there, instead of expecting the `net.Listen("unix", socket)` to fail...
I honestly don't know much about Traefik, and have never used it 😅 Support for Traefik could be added to this repository/script later, however I need to understand how it...
> The documentation is very vague. This is something that needs work, I'll be working on this shortly since even the Nginx configuration isn't documented yet (and was only recently...
Hi, I added support for traefik in https://github.com/TeamPiped/Piped-Docker/commit/49b98cbeb3a1d8042ccd384b81976793bcd06a53. You need to have an entrypoint called `websecure`. You just need to select nginx in the configure script, you'll have a (hopefuly)...
Partially complete with https://github.com/TeamPiped/Piped-Docker/commit/2480d0dffbe2be69c51faf023332f4b00c92fd7d, Caddy is still left. We should use the inbuilt cache directive: https://github.com/caddyserver/cache-handler