Added label search and pages
This commit is contained in:
parent
e6b69eb7b4
commit
bd5f58510e
19
README.md
19
README.md
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue