User Tools

Site Tools


search-engines:searxng:install-update

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
search-engines:searxng:install-update [2024/09/01 19:43] – [2. Clone the SearXNG Docker Repository] odeftasearch-engines:searxng:install-update [2024/09/01 19:44] (current) – [Conclusion] odefta
Line 77: Line 77:
 Edit the **`.env`** file to set the appropriate hostname and email address: Edit the **`.env`** file to set the appropriate hostname and email address:
  
-  <code> +<code> 
-    nano .env +nano .env 
-  </code>+</code>
  
 Generate a secret key to be used in SearXNG by running: Generate a secret key to be used in SearXNG by running:
  
-  <code> +<code> 
-    sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" searxng/settings.yml +sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" searxng/settings.yml 
-  </code>+</code>
  
 ==== 4. Customize SearXNG Settings ==== ==== 4. Customize SearXNG Settings ====
Line 91: Line 91:
 Edit the **`searxng/settings.yml`** file according to your needs. You can configure various aspects of your SearXNG instance including search engines, API keys, and user interface options. Edit the **`searxng/settings.yml`** file according to your needs. You can configure various aspects of your SearXNG instance including search engines, API keys, and user interface options.
  
-  <code> +<code> 
-    nano searxng/settings.yml +nano searxng/settings.yml 
-  </code>+</code>
  
 ==== 5. Start SearXNG in the Background ==== ==== 5. Start SearXNG in the Background ====
Line 99: Line 99:
 After finishing the configuration, start SearXNG in the background using Docker Compose: After finishing the configuration, start SearXNG in the background using Docker Compose:
  
-  <code> +<code> 
-    docker-compose up -d +docker-compose up -d 
-  </code>+</code>
  
 ==== 6. Check if SearXNG is Running ==== ==== 6. Check if SearXNG is Running ====
Line 107: Line 107:
 Ensure that SearXNG is running correctly by checking the status of the Docker container: Ensure that SearXNG is running correctly by checking the status of the Docker container:
  
-  <code> +<code> 
-    docker container ls +docker container ls 
-  </code>+</code>
  
 You can also visit your SearXNG instance by navigating to the hostname you set in the **`.env`** file. You can also visit your SearXNG instance by navigating to the hostname you set in the **`.env`** file.
  
-===== Conclusion ===== 
  
-Whether you are updating or installing SearXNG, following these steps will ensure that your instance is properly set up and maintained. Always verify the settings and configurations, and consult the official SearXNG documentation for advanced features and troubleshooting. 
- 
-For further assistance, consult the official SearXNG documentation or seek support from the community. 
search-engines/searxng/install-update.1725208990.txt.gz · Last modified: 2024/09/01 19:43 by odefta