add support for qobuz auth
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 55s

This commit is contained in:
2023-05-09 22:55:21 +02:00
parent 4e5d28bef2
commit 0abaaf2296
3 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# streamrip-docker
```sh
docker run -it -e DEEZER_NUTS=$TOKEN git.cesium.pw/niku/streamrip-docker
docker run -it -e DEEZER_NUTS=$TOKEN -e QOBUZ_USERID=$QOBUZ_USERID -e QOBUZ_TOKEN=$QOBUZ_TOKEN git.cesium.pw/niku/streamrip-docker
```