Web-based manager for ytdl-sub
731
Create APP_KEY environment variable:
echo "APP_KEY=$(docker run --rm --entrypoint php rpungello/ytdl-sub-manager:latest artisan key:generate --show)" >.env
docker run -d \
--name ytdl-sub-manager \
-p 80:80 \
-v /path/to/ytdl-config:/config \
--env-file .env \
rpungello/ytdl-sub-manager:latest
Download standard docker-compose.yml file:
wget -O docker-compose.yml https://raw.githubusercontent.com/rpungello/ytdl-sub-manager/refs/heads/main/docker-compose-prod.yml
Modify this file to have the correct path that contains config.yaml and subscriptions.yaml for ytdl-sub mapped to /config.
If you want to use a port other than 80, set a WEB_PORT environment variable.
Start the container:
docker-compose up -d
Content type
Image
Digest
sha256:987b54b43…
Size
446.5 MB
Last updated
about 1 year ago
docker pull rpungello/ytdl-sub-manager