docker-spotweb icon indicating copy to clipboard operation
docker-spotweb copied to clipboard

A docker image running ubuntu/20.04 Linux and Spotweb

Results 10 docker-spotweb issues
Sort by recently updated
recently updated
newest added

Having trouble connection to Eweka using SSL. I can not retrieve spots and see this output in the terminal: PHP Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error...

It would be nice if the "reallymyownsettings.php" would also be symlinked from the /config directory to the /var/www/spotweb directory just like the "ownsettings.php" and "dbsettings.inc.php" upon start of the docker...

A request for an enhancement : It would be nice if there comes some parameter to determine the branch to checkout. Default should be master, but other branches should be...

Having exactly the same issues as refered to in this thread https://githubmemory.com/repo/jgeusebroek/docker-spotweb/issues/23 Can solve this with the solution in thread, copying mapped dbsettings file into docker file and disabling mapped...

Spotweb has a feature to safe NZB to a folder. Would be nise to map that to the host. current setup would give an error like failed to open stream

Hello, Everything works amazing except on 1 thing. Spotweb is sending nzbs to my nzbget. That works but as soon I want to add multiple in queue I'm getting this...

I'd like to run under different UID and GID however this docker aparanly does not honour there paramerers? I use these settings: sudo docker run -d --hostname=spotweb --name=spotweb -p 9096:80...

My docker-compose file: ``` spotweb: image: jgeusebroek/spotweb container_name: spotweb restart: unless-stopped environment: - PUID=1026 - GUID=100 - TZ=Europe/Amsterdam - SPOTWEB_DB_TYPE=pdo_mysql - SPOTWEB_DB_HOST=spotweb_db - SPOTWEB_DB_PORT=3306 - SPOTWEB_DB_NAME=spotweb - SPOTWEB_DB_USER=spotweb - SPOTWEB_DB_PASS=spotweb...

I'm trying to deploy using the Docker-compose method. The install looks OK but there is some issue with accessing tables in the sql db To Reproduce Use Docker-compose to deploy,...

Hello Jeroen, Similar to issue #6, I have an issue with cache not being writeable. I retrieve the spots automatically, every 15 minutes, through a cronjob within the Docker container...