From ec68ef897ce909c7d78a8a7904c717fa416d490e Mon Sep 17 00:00:00 2001 From: magmaus3 Date: Tue, 8 Nov 2022 12:26:46 +0100 Subject: [PATCH 1/2] Remove extension from default iwmproxy params --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 955218a..4cd019a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,4 +9,4 @@ services: - IWM_SERVER="http://make.fangam.es" - IWM_THUMBNAILS="https://images.make.fangam.es" - IMGPROXY_URL="http://127.0.0.1:8080" - - IMGPROXY_PARAMS="{\"extension\":\"webp\",\"advanced\":[\"q:50\"]}" + - IMGPROXY_PARAMS="{\"advanced\":[\"q:50\"]}" From 733f0abf521d2ec6b4826c0e70f5691be38c28a3 Mon Sep 17 00:00:00 2001 From: magmaus3 Date: Tue, 8 Nov 2022 12:29:58 +0100 Subject: [PATCH 2/2] Fix searchbar showing None if there's nothing written --- iwm_browser/templates/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iwm_browser/templates/search.html b/iwm_browser/templates/search.html index 4ac1efe..1f5909d 100644 --- a/iwm_browser/templates/search.html +++ b/iwm_browser/templates/search.html @@ -28,7 +28,7 @@