Skip to content

Start9Labs/searxng-startos

Repository files navigation

Project Logo

SearXNG for StartOS

SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled. This repository creates the s9pk package that is installed to run SearXNG on StartOS.

Dependencies

Cloning

Clone the SearXNG package repository locally.

git clone git@github.com:Start9Labs/searxng-startos.git
cd searxng-startos

Building

To build the SearXNG service as a universal package, run the following command:

make

Alternatively the package can be built for individual architectures by specifying the architecture as follows:

make x86

or

make arm

Installing (on StartOS)

Before installation, define host: https://server-name.local in your ~/.embassy/config.yaml config file then run the following commands to determine successful install:

ℹ️ Change server-name.local to your Start9 server address

start-cli auth login
#Enter your StartOS password
make install

Tip: You can also install the searxng.s9pk by sideloading it under the StartOS > System > Sideload a Service section.

Verify Install

Go to your StartOS Services page, select SearXNG, configure and start the service.

Done!