vukilis / shadowbg

Shadow archive of R*RBG, written in Go and React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shadow.BG

Screenshot

Deployed backend (Go) and frontend (Next.js) with Docker
Easier search RARBG backup database

Prerequisites
Steps to build

You need to download the rarbg_db.zip file, unzip it and rename rarbg_db.sqlite to db.sqlite (Or you can change the main.go code to use any other name you want to rename the file to. After that, move db.sqlite to shadowbg-backend folder.

git clone https://github.com/vukilis/shadowbg && cd shadowbg
cp shadowbg-frontend/.env.example shadowbg-frontend/.env
sudo docker-compose -f docker-compose-prod.yml up -d
Mention

Forked from xav1erenc who wrote app in Go and Next.js

About

Shadow archive of R*RBG, written in Go and React.js