No description
This repository has been archived on 2025-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Fijxu 59fdecf3c7
fix: Replace c.text by c.body to prevent Content-Type header being rewriten (#58)
`c.text` sets the Content-Type to `text/plain; charset=UTF-8` regardless
of the value set by `c.header()`. Using c.body prevents that from happening.
2025-03-02 23:12:12 +01:00
.github/workflows Add deno.yaml to lint PRs (#42) 2024-12-30 21:35:58 +01:00
config feat: timeout and retry fetches in proxy (#45) 2025-02-19 16:26:10 +01:00
src fix: Replace c.text by c.body to prevent Content-Type header being rewriten (#58) 2025-03-02 23:12:12 +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
compile.env trying to improve again dynamic import 2024-12-12 23:28:49 +01:00
deno.json fix: update dependencies locking file 2025-02-24 09:47:05 +01:00
deno.lock chore: update deno.lock 2025-03-02 11:06:33 +01:00
docker-compose.yaml allow to set specific directory for cache + various envs 2024-11-01 21:00:30 +01:00
Dockerfile dockerfile: replace built-in healthcheck with tiny-health-checker for container healthchecks (#54) 2025-03-02 23:11:02 +01:00
LICENSE change LICENSE + small refactor latest_version and videoplayback proxy 2024-11-17 13:38:44 +01:00
README.md add section about documentation 2024-12-24 11:57:59 +00:00

Invidious companion

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

Requirements

Documentation

Run Locally (development)

SERVER_SECRET_KEY=CHANGEME deno task dev