services:
webtop:
container_name: webtop
image: lscr.io/linuxserver/webtop:arch-xfce
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris # ← change to your timezone
- LC_ALL=fr_FR.UTF-8
- DOCKER_MODS=linuxserver/mods:universal-package-install
- INSTALL_PACKAGES=git|tree|vim
ports:
- 3000:3000
volumes:
- ./webtop-config:/config # persistent home directory + settings
- ./tmp:/tmp
shm_size: 1gb # very important for performance!ffmpeg -i inFile.m4a -c:a mp3 -b:a 192k outFile.mp3 # if the conversion is failing use -vnGet note review from EULA (CGU in French)
Use these apps:
install yt-dlp with all dependencies (Deno included) for resolving Youtube JS challenge when using yt_dlp module.
python3 -m pip install -U --pre "yt-dlp[default]"
yt-dlp --ignore-config --extractor-arg "youtube:player_client=android_vr" <youtube_url>
Then run VLC to play downloaded webm video file.