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:42] – [2. Pull the Latest Docker Images] odeftasearch-engines:searxng:install-update [2024/09/01 19:44] (current) – [Conclusion] odefta
Line 29: Line 29:
 After downloading the new images, restart the containers to apply the updates. Run the following command to bring the updated version into effect: After downloading the new images, restart the containers to apply the updates. Run the following command to bring the updated version into effect:
  
-  <code> +<code> 
-    docker-compose up -d +docker-compose up -d 
-  </code>+</code>
  
 This will recreate and restart the containers with the latest versions of the images. This will recreate and restart the containers with the latest versions of the images.
Line 39: Line 39:
 To ensure that the update was successful, visit your running SearXNG instance in a web browser. You can also list the currently running containers with: To ensure that the update was successful, visit your running SearXNG instance in a web browser. You can also list the currently running containers with:
  
-  <code> +<code> 
-    docker container ls +docker container ls 
-  </code>+</code>
  
 Check that the SearXNG container is running and that it is indeed using the latest image. Check that the SearXNG container is running and that it is indeed using the latest image.
Line 49: Line 49:
 If any old containers are still in place and no longer needed, you might want to clean them up. You can remove unnecessary containers with the following command: If any old containers are still in place and no longer needed, you might want to clean them up. You can remove unnecessary containers with the following command:
  
-  <code> +<code> 
-    docker container prune +docker container prune 
-  </code>+</code>
  
 This command removes all stopped containers and frees up space. This command removes all stopped containers and frees up space.
Line 67: Line 67:
 Navigate to your desired installation directory and clone the SearXNG Docker repository: Navigate to your desired installation directory and clone the SearXNG Docker repository:
  
-  <code> +<code> 
-    cd /data1/ +cd /data1/ 
-    git clone https://github.com/searxng/searxng-docker.git +git clone https://github.com/searxng/searxng-docker.git 
-    cd searxng-docker/ +cd searxng-docker/ 
-  </code>+</code>
  
 ==== 3. Configure Environment Variables ==== ==== 3. Configure Environment Variables ====
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.1725208946.txt.gz · Last modified: 2024/09/01 19:42 by odefta