Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
services:spotizerr [2025/05/30 07:14] – willy | services:spotizerr [2025/09/16 07:00] (current) – willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Spotizerr ====== | ====== Spotizerr ====== | ||
- | [[https://github.com/Xoconoch/spotizerr|Spotizerr]] is an amazing self-hosted web service that let's you download and search for music from Deezer and Spotify. | + | **UPDATE:** //As of August 2025, Spotizerr GitHub account has been taken down by a DMCA request from Spotify. While this sucks, the goodness of Open Source means that Spotizerr lives along and has been moved to a new repository. I have updated all the links in this page to reflect that. If you are migrating from an existing install from GitHub, be aware that a few changes are required. Review your docker compose according to the one in this page.// |
+ | |||
+ | |||
+ | [[https://lavaforge.org/spotizerr/ | ||
While i **do not recomend** to use it, as it's against those services ToS, it seems to be working pretty well at least if you have a premium account. | While i **do not recomend** to use it, as it's against those services ToS, it seems to be working pretty well at least if you have a premium account. | ||
Line 18: | Line 21: | ||
chown spotizerr: | chown spotizerr: | ||
su - spotizerr | su - spotizerr | ||
- | wget https://raw.githubusercontent.com/Xoconoch/spotizerr/refs/heads/ | + | wget https://lavaforge.org/spotizerr/spotizerr/raw/branch/ |
</ | </ | ||
Line 33: | Line 36: | ||
ports: | ports: | ||
- 7171:7171 | - 7171:7171 | ||
- | image: | + | image: |
container_name: | container_name: | ||
environment: | environment: | ||
Line 74: | Line 77: | ||
</ | </ | ||
+ | If you get an error starting up Spotizerr that says //Missing ' | ||
+ | < | ||
+ | " | ||
+ | </ | ||
+ | |||
+ | You can add it anywhere, and if the file itself is missing, just create it, but remeber it's a json file, so you will need to wrap that line between {}. | ||
===== Reverse Proxy ===== | ===== Reverse Proxy ===== |