No description
Find a file
Fijxu fa9a3ffb3e
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m2s
support for video_cache on disk
2024-12-21 01:20:25 -03:00
.forgejo/workflows workflow for git.nadeko.net 2024-12-13 18:32:59 -03:00
.github/workflows workflow for git.nadeko.net 2024-12-13 18:32:59 -03:00
config load port and host from config file 2024-12-15 22:47:45 -03:00
src support for video_cache on disk 2024-12-21 01:20:25 -03: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
compile.env trying to improve again dynamic import 2024-12-12 23:28:49 +01:00
deno.json add support for prometheus metrics 2024-12-17 21:56:44 -03:00
deno.lock add support for an external videoplayback proxy 2024-12-14 03:17:34 -03:00
docker-compose.yaml allow to set specific directory for cache + various envs 2024-11-01 21:00:30 +01:00
Dockerfile make use of SSL certificates 2024-12-15 17:28:32 -03: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