From 37476dc5571dc0835f11905f859701245ddb8605 Mon Sep 17 00:00:00 2001 From: Mathieu Bruyen Date: Sat, 19 Dec 2020 14:15:53 +0100 Subject: [PATCH] upgrade ttrss to 82d3c653a73714d030e35b76d37d97c2af715432 --- Dockerfile | 4 ++-- config.php | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/Dockerfile b/Dockerfile index a152d67..54c8c3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.19.3-alpine +FROM nginx:1.19.6-alpine RUN \ apk add --no-cache \ @@ -29,7 +29,7 @@ EXPOSE 80 443 RUN \ git clone https://git.tt-rss.org/fox/tt-rss.git /var/lib/tt-rss && \ cd /var/lib/tt-rss && \ - git checkout 83e08e0e204696766fe78f2bd548cdd41d9e6f9f + git checkout 82d3c653a73714d030e35b76d37d97c2af715432 WORKDIR /app COPY CHECKS /app/CHECKS diff --git a/config.php b/config.php index 7b5b678..e4e3da0 100644 --- a/config.php +++ b/config.php @@ -90,18 +90,6 @@ // intervals is disabled and all articles (which are not starred) // older than this amount of days are purged. - // **************************** - // *** Sphinx search plugin *** - // **************************** - - define('SPHINX_SERVER', 'localhost:9312'); - // Hostname:port combination for the Sphinx server. - - define('SPHINX_INDEX', 'ttrss, delta'); - // Index name in Sphinx configuration. You can specify multiple indexes - // as a comma-separated string. - // Example configuration files are available on tt-rss wiki. - // *********************************** // *** Self-registrations by users *** // ***********************************