Skip to content

MathiasDPX/archivetube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archivetube

A self-hosted YouTube archiving application

Docker

Configuration

Env variables:

Variable Default Description
ARCHIVETUBE_LISTEN :8080 Address to listen on
ARCHIVETUBE_DATA_DIR /app/data Directory for data and media
ARCHIVETUBE_YTDLP_PATH yt-dlp Path or command for yt-dlp
ARCHIVETUBE_PROXY None Proxy URL for yt-dlp
ARCHIVETUBE_PASSWORD None bcrypt password for login
docker pull ghcr.io/mathiasdpx/archivetube:latest

docker run -d \
  -p 8080:8080 \
  -v archivetube-data:/app/data \
  --name archivetube \
  ghcr.io/mathiasdpx/archivetube:latest

Then open http://localhost:8080.

About

Self-hosted YouTube archiving application

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors