No description
Find a file
Emilien 6445fb5e82
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
rename hmac_key to secret_key
2024-11-18 14:11:39 +01:00
.github/workflows add videoplayback proxy route + fix potoken generation 2024-11-05 00:48:18 +01:00
config rename hmac_key to secret_key 2024-11-18 14:11:39 +01:00
src rename hmac_key to secret_key 2024-11-18 14:11:39 +01:00
.dockerignore add dockerfile 2024-10-21 00:36:42 +02:00
.gitignore add yt oauth2 + move fetch method to helper function 2024-11-01 18:48:11 +01:00
deno.json reformat file 2024-11-18 00:08:30 +01:00
deno.lock reformat file 2024-11-18 00:08:30 +01:00
docker-compose.yaml allow to set specific directory for cache + various envs 2024-11-01 21:00:30 +01:00
Dockerfile allow to set specific directory for cache + various envs 2024-11-01 21:00:30 +01:00
LICENSE change LICENSE + small refactor latest_version and videoplayback proxy 2024-11-17 13:38:44 +01:00
README.md rename hmac_key to secret_key 2024-11-18 14:11:39 +01:00

Invidious companion

Companion for Invidious which handle all the video stream retrieval from YouTube servers.

Requirements

Run Locally

SERVER_SECRET_KEY=CHANGEME deno task dev