privacy respecting meta search engine https://librex.supernets.org
Go to file
hnhx 689d31025e
Merge pull request #161 from juniorbotelho/docker
Add Docker to the project with emphasis on multi-configurations.
2023-02-12 22:49:25 +00:00
docker chore: fix docker/README.md mistakes 2023-02-12 17:38:08 -03:00
engines fixed video url, removed useless char from google request url 2023-02-02 16:25:09 +01:00
misc revert: Removed the '@' symbol from line 187 in 'misc/tools.php' as it is not recommended to use error suppression 2023-02-12 13:54:42 -03:00
static next page buttons are now in correct position on mobile, official instance moved to a new domain, added liberapay donation option 2023-01-15 02:24:27 +01:00
.gitignore chore: keep 'config.php' and 'opensearch.xml' just in root files from .gitignore 2023-02-11 00:41:34 -03:00
Dockerfile chore: improves the README.md file from docker by adding more information 2023-02-12 17:06:00 -03:00
LICENSE Create LICENSE 2022-02-23 20:56:00 +01:00
README.md chore: fix docker/README.md mistakes 2023-02-12 17:38:08 -03:00
api.php replaced brave video search with invidious, fixed the broken json, fixed the broken main tor instance 2023-01-27 18:17:57 +01:00
config.php.example code cleanup, removed an instance that broke the rules 2023-02-05 09:55:28 +01:00
donate.php replaced brave video search with invidious, fixed the broken json, fixed the broken main tor instance 2023-01-27 18:17:57 +01:00
favicon.ico replaced brave video search with invidious, fixed the broken json, fixed the broken main tor instance 2023-01-27 18:17:57 +01:00
image_proxy.php code cleanup, removed an instance that broke the rules 2023-02-05 09:55:28 +01:00
index.php Revert "Refactor UI/UX design for improved user experience" 2022-12-28 10:20:38 +00:00
instances.json fix indent 2023-02-12 10:52:32 +01:00
opensearch.xml.example replaced brave video search with invidious, fixed the broken json, fixed the broken main tor instance 2023-01-27 18:17:57 +01:00
search.php code cleanup, removed an instance that broke the rules 2023-02-05 09:55:28 +01:00
settings.php code cleanup, removed an instance that broke the rules 2023-02-05 09:55:28 +01:00

README.md

LibreX

Framework and javascript free privacy respecting meta search engine


Instances

Clearnet TOR I2P Country
search.femboy.hu 🇭🇺 HU (OFFICIAL INSTANCE)
lx.vern.cc 🇺🇸 US
librex.sesu.cc 🇨🇱 CL
librex.zzls.xyz 🇨🇱 CL
librex.mikata.ru 🇺🇸 US
search.milivojevic.in.rs 🇳🇱 NL
search.davidovski.xyz 🇬🇧 UK
search.madreyk.xyz 🇩🇪 DE
search.pabloferreiro.es 🇩🇪 DE
buscar.weblibre.org 🇨🇱 CL
search.ahwx.org 🇳🇱 NL
librex.pufe.org 🇳🇿 NZ
librex.ratakor.com 🇫🇷 FR
search.tildevarsh.in 🇮🇳 IN
librex.myroware.eu 🇩🇪 DE
lx.drain.win 🇸🇬 SG
librex.bloatcat.tk 🇮🇸 IS
librex.retro-hax.net 🇩🇪 DE
search.funami.tech 🇰🇷 KR

Thanks rms

Huge thanks to Richard Stallman for using LibreX and featuring it on his website!

However, the Librex proxies have worked around that problem. They enable me to access Google Search indirectly, and they work correctly through Tor with LibreJS enabled.


Running a Docker container through the Docker hub

To run librex in a docker container, you can simply use the command:

docker run -d --name librex \
    -e TZ="America/New_York" \
    -e CONFIG_GOOGLE_DOMAIN="com" \
    -e CONFIG_GOOGLE_LANGUAGUE="en" \
    -p 8080:8080 \
    librex/librex:latest

Running a Docker container with composer

version: "2.1"
services:
  librex:
    image: librex/librex:latest
    container_name: librex
    network_mode: bridge
    ports:
      - 8080:8080
    environment:
      - PUID=1000
      - PGID=1000
      - VERSION=docker
      - TZ="America/New_York"
      - CONFIG_GOOGLE_DOMAIN="com"
      - CONFIG_GOOGLE_LANGUAGUE="en"
    volumes:
      - ./nginx_logs:/var/log/nginx
      - ./php_logs:/var/log/php7
    restart: unless-stopped

About LibreX

LibreX gives you results from Google, Qwant, Ahmia and popular torrent sites without spying on you.
LibreX doesn't save any type of data about the user, there are no logs, no caches.

If you would like to learn more about LibreX check out the Wiki.

LibreX compared to other metasearch engines

Name Works without JS Privacy frontend redirect Torrent results API No 3rd party libs used
LibreX
SearXNG Not user friendly Only host can set it
Whoogle Only host can set it