Closed lanefu closed 5 years ago
Thanks Lane. I wonder whether this parameter might be more appropriately called something like LinkProxy because it's a different level of configuration to what the existing ones named Serve* are for (starting up the web server in main.go
).
I don't know whether you use Go much, but I've run the standard code formatter on your branch. You could pull that change then add another commit.
Yeah I don't do much with go, other than checkout the office go container and try to cross compile things to arm to run on some SBCs.
I've pulled, rebased and renamed the var as suggested.
I've added a paragraph to the readme about it. Thanks for the feature - in hindsight it was definitely something that was missing!
Hi this patch adds an optional paramater
ServeUri
where you can specify the full URI of the server rather than the automatically generated one. I had a usecase where i was running yt2pod behind an SSL proxy and i I needed to be able to make adjustments.This also installs ffmpeg. youtube-dl was unable to transcode correctly until It was added.