Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:spotizerr [2025/03/25 07:24] – willy | services:spotizerr [2025/03/25 08:28] (current) – willy | ||
---|---|---|---|
Line 17: | Line 17: | ||
chown spotizerr: | chown spotizerr: | ||
su - spotizerr | su - spotizerr | ||
- | wget https:// | + | wget https:// |
</ | </ | ||
- | <file - docker-compose.yaml> | + | <file - docker-compose.yml> |
name: spotizerr | name: spotizerr | ||
Line 70: | Line 70: | ||
<code bash> | <code bash> | ||
podman compose pull | podman compose pull | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | ===== Reverse Proxy ===== | ||
+ | |||
+ | |||
+ | ===== Configuration ===== | ||
+ | |||
+ | You need to have your Spotify app on the phone and on the same network as the server. | ||
+ | |||
+ | <code bash> | ||
+ | it clone --depth 1 https:// | ||
+ | podman run --rm -v " | ||
+ | ./ | ||
+ | </ | ||
+ | |||
+ | open the app and add the device called mySpotifyAccount1 | ||
+ | This file has the following format: | ||
+ | |||
+ | {" | ||
+ | |||
+ | The important ones are the " | ||
+ | |||
+ | In the terminal, you can directly print these parameters using jq: | ||
+ | |||
+ | jq -r ' | ||
+ | |||
+ | see [[https:// | ||
+ | |||
+ | work in progress | ||
+ | |||
+ | |||
+ | ===== Autostart ===== | ||
+ | |||
+ | <file - user-containers.spotizerr> | ||
+ | USER=spotizerr | ||
+ | DESCRIPTION=" | ||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | ln -s user-containers user-containers.spotizerr | ||
+ | / | ||
+ | rc-update | ||
</ | </ | ||