Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Installing SPOTWEB as a docker

Featured Replies

  • Author

How I did it:

1) Install docker  jgeusebroek\spotweb

2) Install docker linuxserver\mysql

3) telnet into unraid

4) switch input the mysql docker with 

docker exec -it mysql bash

5) Now do the following:

sudo mysql
CREATE DATABASE spotweb;
GRANT ALL PRIVILEGES ON spotweb.* TO "spotweb"@"%" IDENTIFIED BY "spotweb_password";
\q

Ga nu naar de webpagina van spotify (webgui) als http://<ip adres:port>/install.php

 

Volg de vragen, je moet onderweg kiezen voor je database server, kies daar je net gemaakte mysql server, user spotweb en wachtwoord spotweb_password  (of iets dat je daarvan hebt gemaakt) .

 

Daarna moet je de gegevens van je newsserver invoeren, doe dat ook.

 

Daarna begint spotweb zich keurig met alle NZB's te vullen.. Werkt prima.

 

Vervolgens kun je spotweb gebruiken als eigen NZB indexer.

  • Author

Well... I had a bit of a challenge :-)

 

Turns out whenever the docker is changed configuration got lost.. Fixed this in the following way:

 

1) Add an environment path /TEMP to the Docker and point to some temporary share on your server

2) Start Spotweb and configure it 

3) Log into the docker via telnet and copy /var/www/spotweb to /TEMP

4) Now add an environment path /var/www/spotweb to the Docker and point it to /user/appdata/spotweb (create that folder first)

5) Log into the docker via telnet aain and copy /TEMP to /var/www/spotweb

 

As far as I understand the config will now remain consistant.. 

 

Then setup a crontab job for the retrieve:

 

*/15 * * * * docker exec spotweb /usr/bin/php /var/www/spotweb/retrieve.php >/dev/null 2>&1

 

 

I think I made my first Docker, probably not the most efficient way, but it seems to work !

Edited by Helmonder

  • 1 year later...
  • Author

Spotweb has been a challenge the last months to keep running as a docker.. Something to do with database requirements changing... So I changed it to running in a VM... 

 

I use the same VM to host xTeVe in... I also was able to get that to run as a docker but it was extremely slow.. Its is running a lot quicker (though still slow) in a VM.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.