|
||
---|---|---|
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
babel.cfg | ||
requirements.txt | ||
text.pot |
README.md
RARBG Mirror
A web app for serving a sqlite snapshot of the (now defunct) RARBG's database.
How to host
TODO: Upload a torrent of the sqlite file to tracker2.postman.i2p
-
Download the sqlite file and paste it to the root of the src directory.
-
Clone the repo
http_proxy=http://localhost:4444 git clone http://git.community.i2p/klaupacius/rarbg-mirror.git
- Generate a virtual environment and install the dependencies:
python -m venv env
pip install -r requirements.txt
- Run the app:
flask --app src/main run