librengine logo

librengine

  •  0 ratings
In category: Search Engines

About librengine

Private web search engine.

  •   1591  
  •   0  
  •   0  
  •   0  
Github stats:
  •  Commits: N/A  
  •   N/A  
  •   N/A  
  •  Latest commit: N/A  

Self-host this app for $0.99/mo only!

Languages/Platforms/Technologies:
Lincenses:

More about librengine

Privacy Web Search Engine

Website

Features

Crawler

  • Multithreading
  • Cache
  • Robots.txt
  • Proxy
  • Queue (BFS)
  • Detect Trackers
  • Http -> Https

Website / CLI

  • Encryption (rsa)
  • API
  • Proxy
  • Nodes
  • Rating

Usage (Docker)

Please run the build every time to change the arguments.
The site is launched by default on port 8080 AND with tor proxy (!!!), to edit it you need to change config.json and rebuild website.
The api key for the database must be changed in the config and when the database is started(--api-key).

DB - please run before using other

sudo docker pull typesense/typesense:0.24.0.rcn6
mkdir /tmp/typesense-data
sudo docker run -p 8108:8108 -v/tmp/data:/data typesense/typesense:0.24.0.rcn6 --data-dir /data --api-key=xyz

Crawler

sudo docker-compose build crawler --build-arg SITES="$(cat sites.txt)"  --build-arg THREADS=1 --build-arg CONFIG="$(cat config.json)"
sudo docker-compose up crawler

Website

sudo docker-compose build website --build-arg CONFIG="$(cat config.json)"
sudo docker-compose up website

Usage (Manual)

Deps

cd scripts && sh install_deps.sh

Build

cd scripts && sh build_all.sh

Run

The site is launched by default on port 8080 AND with tor proxy (!!!), to edit it you need to change config.json.
The api key for the database must be changed in the config and when the database is started(--api-key).

DB - please run before using other

mkdir /tmp/typesense-data &&
./typesense-server --data-dir=/tmp/typesense-data --api-key=xyz --enable-cors &&
sh scripts/init_db.sh

Crawler

./crawler ../../sites.txt 5 ../../config.json
#[sites_path] [threads_count] [config path]

Website

./website ../../config.json
#[config path]

Instances

¯\(ツ)

TODO

  • [x] Docker
  • [x] Encryption (assymetric)
  • [x] Multithreading crawler
  • [ ] Robots Rules (from headers & html) & crawl-delay
  • [x] Responsive web design
  • [ ] Own FTS (...)
  • [ ] Images Crawler

Dependencies

Config

./config.json

Mirrors

License

GNU Affero General Public License v3.0

Comments (0)

Please login to join the discussion on this project.

librengine Reviews (0)

Overall Rating

None

based on 0 ratings

Please login to review this project.

No reviews for this project yet.

↑ back to top

RackNerd tall Banner

Popular Projects

Nextcloud

in File Transfer & Synchronization
 52k    1    1    0  

FluxBB

in Social Networks and Forums
 52k    0    0    0  

Teddit

in Social Networks and Forums
 28k    0    0    0  

RustDesk

in Remote Access
 23k    0    0    0  

Libre Translate

in Miscellaneous
 23k    0    0    0  

MeTube

in Automation
 19k    0    0    0  

Gatus

in Status / Uptime pages
 19k    0    0    0  

Most Discussed

Nextcloud

in File Transfer & Synchronization
 52k    1    1    0  

Tube Archivist

in Automation
 10k    0    1    0  

OneDev

in Project Management
 8k    0    0    0  

iodine

in Proxy
 5k    0    0    0  

Alf.io

in Booking and Scheduling
 6k    0    0    0  

sysPass

in Password Managers
 3k    0    0    0  

Misskey

in Social Networks and Forums
 7k    0    0    0  
pCloud Lifetime

Top Rated Projects

Technitium DNS Server

 1 rating
in DNS

Pydio

 1 rating
in File Transfer & Synchronization

Bagisto

 1 rating
in E-commerce

LinkAce

 1 rating
in Bookmarks and Link Sharing

Gitea

 1 rating
in Project Management

Audiobookshelf

 1 rating
in Audio Streaming

Nextcloud

 1 rating
in File Transfer & Synchronization

Categories

You May Also Be Interested In

sist2 logo
sist2 cover

sist2

Lightning-fast file system indexer and search tool.

Manticore Search logo
Manticore Search cover

Manticore Search

Much faster alternative to Elasticsearch for full-text sear…

Searx logo
Searx cover

Searx

Privacy-respecting, hackable metasearch engine.