summaryrefslogtreecommitdiff
path: root/stuff
diff options
context:
space:
mode:
authorsubh <subh@subh.space>2026-04-16 19:12:49 +0530
committersubh <subh@subh.space>2026-04-16 19:12:49 +0530
commit4547f025ed35e4fc6c707cb6cdb31b9ee320d422 (patch)
treedb32698ef57eba1c609e7635fb7cc6848e209d78 /stuff
parent9a7364a3d349436be94fe20163d5e17070824776 (diff)
changes
Diffstat (limited to 'stuff')
-rw-r--r--stuff/searxng-docker.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/stuff/searxng-docker.html b/stuff/searxng-docker.html
index d5f6b0c..ea1c61f 100644
--- a/stuff/searxng-docker.html
+++ b/stuff/searxng-docker.html
@@ -194,7 +194,7 @@ volumes:
<h2>3. Configuring searxNG</h2>
<p>If you want to change the defaults for searxNG, you can do so by editing the file <code>core-config/settings.yml</code>. Configuring involves changing the default search engines, enhancing privacy and all.</p>
-<p>Here's a <a href="https://subh.space/configs/searxng-settings.yml">link</a> to my <code>settings.yml</code> incase you want to use it.</p>
+<p>Here's a <a href="https://git.subh.space/subh-space.git/plain/configs/searxng-settings.yml">link</a> to my <code>settings.yml</code> incase you want to use it.</p>
<p>When you make a change to your <code>settings.yml</code> file, make sure to restart the containers for the change to take effect.</p>
<pre><code>docker-compose down
docker-compose up -d</code></pre>