-
Notifications
You must be signed in to change notification settings - Fork 6
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
Discarded Updates (PR polluted) #56
Conversation
Avoid duplication
Use native HTML5 video player
Play video directly using native HTML5 player
Co-authored-by: A Holt <[email protected]>
Remove original file
Pin max format
Create calibe-web-nginx.conf
Fix OOM issue
Co-authored-by: A Holt <[email protected]>
Update OOM fix
Update calibre-web-nginx.conf
Sync with upstream
This ensures that access is restricted to only video files with "webm" or "mp4" extensions within the /library/calibre-web/ path. Any other files or directories are denied access.
Is this PR a possible alternative to... ? Can scripts/omg.yml be preserved (without any changes) as a result of... ? |
To answer your questions...
No, it's not. * PR Fix OOM issue - affecting large videos' playback #51 is Ok. The wide access issue was caused by the nginx conf badly set up
Yes. The clean * PR Deny wide access to entire calibre-web library directory #57 ensure that. |
No description provided.