File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,32 @@ Environment Variables
5252
5353## Usage
5454
55+ Output is provided to stdout/stderr as well as file if specified in configuration.
56+
57+ On first startup you may need to authroize Spotify by visiting a callback URL. The default url to open is:
58+
59+ ```
60+ https://localhost:9078/authSpotify
61+ ```
62+
63+ ### Running Directly
64+
5565```
5666node index.js
5767```
5868
59- Output is provided to stdout/stderr as well as file if specified in configuration
69+ ### Docker
6070
71+ [ Docker repository] ( https://hub.docker.com/repository/docker/foxxmd/spotify-scrobbler )
72+ ```
73+ foxxmd/spotify-scrobbler:latest
74+ ```
75+
76+ Minimal configuration requires you to bind a host directory for the configuration directory in the container:
77+
78+ ```
79+ docker run ... -v /path/on/host/config:/home/node/config ...
80+ ```
6181
6282## License
6383
You can’t perform that action at this time.
0 commit comments