From 5dc4d98e5a55b09862969221b74afa6f29b68090 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 7 Sep 2023 18:42:25 +0100 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=9D=20Fix=20link=20to=20Documentat?= =?UTF-8?q?ion=20in=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07d73f5..8287c1d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Readme | Discord | GitHub | - Documentation + Documentation

Date: Fri, 8 Sep 2023 23:52:37 +0800 Subject: [PATCH 2/3] Bump the version of Debian distroless container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c54453..2611aca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY . . RUN cargo install --path . # We do not need the Rust toolchain to run the binary! -FROM gcr.io/distroless/cc-debian11 +FROM gcr.io/distroless/cc-debian12 COPY --from=builder /app/public/ /opt/websurfx/public/ COPY --from=builder /app/websurfx/config.lua /etc/xdg/websurfx/config.lua COPY --from=builder /usr/local/cargo/bin/* /usr/local/bin/ From adcebb57de0e5f482759ab28d682c1cde6242b9d Mon Sep 17 00:00:00 2001 From: Siddharth Tiwari Date: Sun, 10 Sep 2023 09:36:44 +0530 Subject: [PATCH 3/3] fixed the issue --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 8f2ee2e..54d4355 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -109,7 +109,7 @@ colorscheme = "catppuccin-mocha" -- the colorscheme name which should be used fo theme = "simple" -- the theme name which should be used for the website -- ### Caching ### -redis_connection_url = "redis://redis:6379" -- redis connection url address on which the client should connect on. +redis_url = "redis://redis:6379" -- redis connection url address on which the client should connect on. -- ### Search Engines ### upstream_search_engines = { DuckDuckGo = true, Searx = false } -- select the upstream search engines from which the results should be fetched.