Replies: 1 comment 1 reply
|
There's no access control like that right now, but if someone were to pick up on this I won't deny a reasonable PR if we find testers for this. The problem is that this would open the can of worms that the project inherintly appears as ready for production in an environment where there's no equal trust among everyone with access to it. This project has been created as a PERSONAL downloader and front-end, manager and viewer in a single-user context. Of course sharing this app with people in your household is almost a given, because you'll generally trust your spouse, etc... enough to not penetrate the app maliciously. Security is basically an afterthought with the codebase. Unless someone with coding skills comes along and profoundly reworks the codebase to incorporate access control and other security best practices I don't think I could approve and merge a PR like that, because I may be a maintainer of this repo, but my coding skills are barely enough to create scripts for my homelabe, have some general technical understanding and (sometimes with help) review PRs and merge them. |
Uh oh!
There was an error while loading. Please reload this page.
I need regular users to only be a viewer. No downloading capabilities. Only the admin can download videos. And the user can only watch videos tyhe admin downloaded.
All reactions