invidious-companion/README.md
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

13 lines
No EOL
239 B
Markdown

# Invidious companion
Companion for Invidious which handle all the video stream retrieval from YouTube servers.
## Requirements
- [deno](https://docs.deno.com/runtime/)
## Run Locally
```
SERVER_SECRET_KEY=CHANGEME deno task dev
```