Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to disable the new Download panel #6690

Open
dausruddin opened this issue Oct 24, 2024 · 2 comments
Open

Add an option to disable the new Download panel #6690

dausruddin opened this issue Oct 24, 2024 · 2 comments

Comments

@dausruddin
Copy link

Describe the problem to be solved

My Peertube instance is behind Cloudflare. Serving files via Cloudflare proxy is prohibited, so I have all videos on object storage.

But with this new Download panel, files are served via my domain, which go through Cloudflare network.
This risking the domain from being limited by Cloudflare

image

Describe the solution you would like

An option to disable the new panel. Downloading from object storage directly is fine, at least for me.

@Chocobozzz
Copy link
Owner

It's difficult because PeerTube needs to mux the audio and video into the output file. It's the reason why we added this new panel. Cloudflare doesn't allow exceptions so files serves by a specific endpoint are not served by them?

@dausruddin
Copy link
Author

Cloudflare doesn't allow exceptions so files serves by a specific endpoint are not served by them?

Unfortunately they don't. I can at block the request, but that will just make users confused.
I probably going to remove it using CSS override. Not sure how I'm going to do that yet.
Is it a good option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants