Skip to content

Instantly share code, notes, and snippets.

View Suavevillain's full-sized avatar

Suavevillain Suavevillain

View GitHub Profile
@Suavevillain
Suavevillain / install_searxng.sh
Created May 26, 2025 04:46 — forked from ParkWardRR/install_searxng.sh
This script automates the installation and setup of SearXNG using Podman on AlmaLinux. It includes steps to update the system, install Podman, pull the SearXNG Docker image, create necessary configuration files, and run the SearXNG container with the correct port mapping.
#!/bin/bash
# Filename: install_searxng.sh
# Description: This script automates the installation and setup of SearXNG using Podman on AlmaLinux.
# It includes steps to update the system, install Podman, pull the SearXNG Docker image, create necessary
# configuration files, run the SearXNG container with the correct port mapping, and set up a systemd service
# to ensure the container starts automatically on system boot.
# Update system
sudo dnf update -y