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

Dockerfile to easily set up Spotweb using Docker on the Raspberry Pi (or any compatible arm chipset) and regular x86 chipsets

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

a current docker compose+.env file shows the database username & password add support for docker secret files allowing variables _FILE to read /run/secrets/supersecretdbpassword for DB_NAME, DB_USER, DB_PASS should be secret-enabled...

Added `query.php` (based on Spotweb's `retrieve.php`) to use Spotweb's PHP-native database access to pull information about NNTP servers and admin user. No need for the db-specific tools - so removed...

I'm trying to add the indexer to prowlarr using my spotweb subdomain. I keep getting this error. This page contains the following errors: error on line 21 at column 66:...

Not sure if this is a docker-spotweb issue or a spotweb issue itself: when querying the API on the docker configured with sqlite as the database, it will crash on...

HI Erik, I have reported this issue to the spotweb developers which they fixed yesterday: [https://github.com/spotweb/spotweb/issues/917#issuecomment-3501825782](https://github.com/spotweb/spotweb/issues/917#issuecomment-3501825782) Three files where updated in /lib/dbeng for this issue: dbfts_pgsql.php dbeng_pdo_sqlite.php dbfts_sqlite.php Would you...

Hello, I've installed Spotweb in a docker on my Ubuntu server and everything is working fine. I've added several filters in the left pane so I can access them quickly....

For the new Postgres 18: volumes: - postgres-data:/var/lib/postgresql/data Become : volumes: - postgres-data:/var/lib/postgresql

I like my Docker log minimal so potential errors stand out better. This PR adds the possibility to configure the NGINX `access_log` directive to something which can be defined by...