Logo
Explore Help
Register Sign In
aiden
/
yt-dlp-Web-Interface
mirror of https://github.com/Raynoxis/yt-dlp-Web-Interface
1
0
Fork
You've already forked yt-dlp-Web-Interface
0
Code Issues Packages Projects Releases Wiki Activity
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
Branches Tags
${ item.name }
Create tag ${ searchTerm }
Create branch ${ searchTerm }
from '46cb4e98d8'
${ noResults }
yt-dlp-Web-Interface/.env.example

11 lines
224 B
Plaintext
Raw Normal View History Unescape Escape

Fix permissions issue for WSL2 and rootless containers This update prevents the need to run containers with root privileges by properly configuring user permissions. Changes: - Add user: "${UID:-1000}:${GID:-1000}" to docker-compose.yml - Create .env file with UID/GID configuration - Add .env.example template for users - Update .gitignore to exclude downloads.old/ - Add comprehensive troubleshooting section in README.md - Document 3 solutions for permission issues (recommended vs avoid) - Explicitly warn against using user: root This configuration works perfectly with Docker and Docker Compose. For Podman rootless, additional step may be needed: podman unshare chown -R 1000:1000 downloads/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 months ago
# User ID and Group ID for Docker volume permissions
# This ensures the container runs with your user's permissions
# avoiding the need for root access
# On Linux/WSL2, use:
# UID=$(id -u)
# GID=$(id -g)
UID=1000
GID=1000
English
Bahasa Indonesia Deutsch English Español Français Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
API