A web frontend that displays _rar_-archives and has the ability to add and edit them.
Find a file
Michael Rodin edc3e55ead Small config file
Added a small config file with some variables
2023-10-19 19:39:54 +02:00
.gitea/workflows Small config file 2023-10-19 19:39:54 +02:00
flask Small config file 2023-10-19 19:39:54 +02:00
.gitignore Small config file 2023-10-19 19:39:54 +02:00
ER-rar-index.graphml Archive deletion 2023-10-19 19:14:18 +02:00
README.md Small config file 2023-10-19 19:39:54 +02:00
requirements.txt login 2023-10-18 12:55:20 +02:00

RAR-Index

It's some project for my school which is supposed to index rar-archives and make them searchable over a very ugly web frontend.

Downloading

git clone https://git.marcelsite.com/marcel/rar-index
cd rar-index

Usage

Baremetal

Install the dependencies:

pip install -r requirements.txt

Edit the configuration:

cd flask
cp example.config.py config.py
$EDITOR config.py

Start the server:

python app.py

Docker

TBA

Contributing

I don't recommend wasting your time on this project. It is only created to get a (hopefully) good grade in school.