Added label search and pages

This commit is contained in:
Michael Rodin 2023-11-07 12:59:25 +01:00
parent e6b69eb7b4
commit bd5f58510e

View file

@ -4,15 +4,16 @@ It's some project for my school which is supposed to index _rar_-archives and ma
**!!Works only on python 3.10 and newer!!** **!!Works only on python 3.10 and newer!!**
## Features ## Features
- Add and delete archives - Log into a user account
- edit their labels (as their owner) - Log out
- search through archives based on: - Edit the display name and password of yourself
- Add archives (when logged in)
- Edit their labels or delete them (as their owner)
- Search through archives based on:
- Keywords - Keywords
- Category - Category
- log into a user account - Labels
- log out - View the user details (when logged in)
- view the user details
- update the display name and password
## Downloading ## Downloading
```bash ```bash
@ -34,11 +35,11 @@ $EDITOR config.py
``` ```
Start the server: Start the server:
```bash ```bash
python app.py python3 app.py
``` ```
This will start the server in a development environment. The Docker image is built with uWSGI for production use. This will start the server in a development environment. The Docker image is built with uWSGI for production use.
### Docker ### Docker-Compose
I recommend just using the provided package on this server: I recommend just using the provided package on this server:
```yml ```yml
version: "2.4" version: "2.4"