streamrip-docker/docker-entrypoint.sh
Matthew 0abaaf2296
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 55s
add support for qobuz auth
2023-05-09 22:55:21 +02:00

9 lines
277 B
Bash

#!/usr/bin/env bash
sed -i "s/\${DEEZER_NUTS}/$DEEZER_NUTS/g" /root/.config/streamrip/config.toml
sed -i "s/\${QOBUZ_USERID}/$QOBUZ_USERID/g" /root/.config/streamrip/config.toml
sed -i "s/\${QOBUZ_TOKEN}/$QOBUZ_TOKEN/g" /root/.config/streamrip/config.toml
tail -f /dev/null