A self-hosted meta-search engine that respects privacy, contains no ads, has clean interface and is scalable. https://search.spitfirebrowser.com
Find a file
2024-05-28 07:22:02 +02:00
static style.css improvements for map 2024-05-21 22:43:13 +02:00
templates fix "file" link 2024-05-28 07:22:02 +02:00
cache.go caching for "files" and images + moved search result types 2024-05-24 14:07:16 +02:00
files-torrentgalaxy.go fix magnet urls 2024-05-24 08:32:32 +02:00
files.go caching for "files" and images + moved search result types 2024-05-24 14:07:16 +02:00
forums.go caching for "files" and images + moved search result types 2024-05-24 14:07:16 +02:00
go.mod caching for "files" and images + moved search result types 2024-05-24 14:07:16 +02:00
go.sum Init 2024-03-27 21:30:19 +01:00
imageproxy.go added image proxy 2024-04-05 14:15:43 +02:00
images.go caching for "files" and images + moved search result types 2024-05-24 14:07:16 +02:00
LICENSE added MIT licence 2024-04-05 13:14:46 +02:00
main.go files search added (wip) 2024-05-23 10:56:26 +02:00
map.go map improvements + added forums search 2024-05-21 21:22:36 +02:00
README.md caching for "files" and images + moved search result types 2024-05-24 14:07:16 +02:00
run.sh files search added (wip) 2024-05-23 10:56:26 +02:00
text-duckduckgo.go files search added (wip) 2024-05-23 10:56:26 +02:00
text-google.go files search added (wip) 2024-05-23 10:56:26 +02:00
text-quant.go files search added (wip) 2024-05-23 10:56:26 +02:00
text.go caching for "files" and images + moved search result types 2024-05-24 14:07:16 +02:00
video.go caching for "files" and images + moved search result types 2024-05-24 14:07:16 +02:00

This projet is WIP

Completed Tasks

  • Text results
  • Image results
  • Video results
  • Map results
  • Forums results
  • HTML+CSS site (no JS version)
  • Results cache
  • Torrent results

Pending Tasks

  • Website with JS version
  • JS applets for results (such as calculator)
  • Dynamic results loading as user scrolls
  • Replace fonts, replace icons font for SVG or remove unnecessary icons for faster loading
  • Better name
  • LXC container
  • Docker container

Go Search Engine

A self-hosted metasearch engine that respects privacy, contains no ads, and serves as a proxy/alternative to Google website.

Features

  • Text search using Google search results.
  • Image search using the Qwant API.
  • Video search using Piped API.
  • Image viewing using proxy and direct links to image source pages for image searches.
  • Maps using OpenStreetMap
  • Files download using torrent sites.

Getting Started

Prerequisites

  • Go (version 1.18 or higher recommended)
  • Access to the internet for fetching results from the Qwant API and Google

Running the Application

git clone https://weforgecode.xyz/Spitfire/Search.git
cd Search
chmod +x ./run.sh
./run.sh