I’m not sure if it’s common knowledge, but a ‘shadow’ RARBG search engine went up when the site went down.

https://shadowbg-test.xav1erenc.workers.dev/

As far as I could tell, it provided direct access to all of its original torrents and/or continually seeded torrents by other dedicated seeders (or sites).

But the search engine has suddenly become inaccessible. Anyone know why? Is there an alternative?

thanks

  • MalReynolds@slrpnk.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    2 years ago

    Make your own ! Disclaimer: you need to use docker

    1. Acquire the database rarbg_db.zip - 393.8Mb, there’s torrents
    2. docker-compose.yaml…
    shadowdb:
       image: "fullaxx/shadowbg"
       container_name: "shadowdb"
       ports:
         - ${SHADOWDB_PORT}:80
       restart: unless-stopped
       volumes:
         - ${DOCKERDIR}/shadowdb/rarbg_db.sqlite:/data/rarbg_db.sqlite
    
    1. There is no 3, search and profit…