diff options
| author | subh <subh@subh.space> | 2026-04-16 19:12:49 +0530 |
|---|---|---|
| committer | subh <subh@subh.space> | 2026-04-16 19:12:49 +0530 |
| commit | 4547f025ed35e4fc6c707cb6cdb31b9ee320d422 (patch) | |
| tree | db32698ef57eba1c609e7635fb7cc6848e209d78 | |
| parent | 9a7364a3d349436be94fe20163d5e17070824776 (diff) | |
changes
| -rw-r--r-- | stuff/searxng-docker.html | 2 |
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> |
