Go to file
Mageas d929d2a3a0 Refactor the git repo 2021-09-05 16:40:43 +02:00
.gitlab-ci.yml Add .gitlab-ci.yml file 2021-08-31 21:38:31 +00:00
Dockerfile Refactor the git repo 2021-09-05 16:40:43 +02:00
README.md Refactor the git repo 2021-09-05 16:40:43 +02:00
entrypoint-tor.sh Refactor the git repo 2021-09-05 16:40:43 +02:00
entrypoint.sh Refactor the git repo 2021-09-05 16:40:43 +02:00

README.md

youtube-local-docker

This project is not affiliated with the official youtube-local project.

This repo is a fork of yt-local-docker by ~heckyel.

Environment Variables

Name Default
UID 0
GID 0
DEFAULT_VOLUME 1
DEFAULT_VOLUME_STEP 0.05
APP_PUBLIC False
APP_URL http://localhost
ROUTE_TOR 0
TOR_PORT 9050
TOR_CONTROL_PORT 9151
PORT_NUMBER 8080
ALLOW_FOREIGN_ADDRESSES True
ALLOW_FOREIGN_POST_REQUESTS False
SUBTITLES_MODE 0
SUBTITLES_LANG en
RELATED_VIDEOS_MODE 1
COMMENTS_MODE 1
ENABLE_COMMENTS_AVATARS True
DEFAULT_COMMENT_SORTING 0
THEATER_MODE True
DEFAULT_RESOLUTION 1080
PREFERRED_VIDEO_CODEC 0
PREFER_UNI_SOURCES True
USE_VIDEO_PLAYER 0
PROXY_IMAGES True
USE_COMMENTS_JS True
USE_SPONSORBLOCK_JS False
THEME 0
FONT 0
EMBED_PAGE_MODE True
AUTOCHECK_SUBSCRIPTIONS True
GATHER_GOOGLEVIDEO_DOMAINS False
DEBUGGING_SAVE_RESPONSES False
PORT_NUMBER 8080
GUNICORN_TIMEOUT 30
GUNICORN_NUM_WORKERS 4

Persistent data

Mount /.youtube-local/data to save your subscriptions.

Example

docker-compose example:

version: '3'
services:
  app:
    image: registry.gitlab.com/mageas/youtube-local-docker 
    ports:
      - 8080:8080