clipbucket-v5
clipbucket-v5 copied to clipboard
File download possible with url - privacy options marked as "Logged only (only logged in users can watch)"
In docker setup, started with
docker run \ --restart unless-stopped \ --pull=always \ -e DOMAIN_NAME=clipbucket.local \ -e MYSQL_PASSWORD=clipbucket_password \ -e UID=1000 \ -e GID=1000 \ -v clipbucket_db:/var/lib/mysql \ -v clipbucket_files:/srv/http/clipbucket \ -p 80:80 \ --name clipbucket \ -d oxygenz/clipbucket-v5:latest
I am able to download movies with url http://localhost/files/videos/2025/01/27/17379734065bf8a-1080.mp4 (filename for example).
Not auth is needed at all.
Video is marked in sharing and privaci options as private. (only logged in users have access) Is this only because of docker setup?