Updated readme,
Some checks failed
RUpload build / Build (push) Has been cancelled

This commit is contained in:
retoor 2024-11-26 08:13:31 +01:00
parent 96e154f9a3
commit 96fd9fd4a7

View File

@ -5,10 +5,10 @@ Easiest file manager for your server made for public use.
It doesn't have captcha or whatsoever. It's designed for public use, as long the domain isn't listed in a search engine. It has a limitation for file size, that's it's only security. Rate limiting is in consideration. The default file size is 50Mb. The default storage quota for whole directory is 10Gb. Default config will prevent your server for heavy abuse. It doesn't have captcha or whatsoever. It's designed for public use, as long the domain isn't listed in a search engine. It has a limitation for file size, that's it's only security. Rate limiting is in consideration. The default file size is 50Mb. The default storage quota for whole directory is 10Gb. Default config will prevent your server for heavy abuse.
## Installation ## Installation
``` 1. `make ensure_venv`
python3 -m venv .venv 2. `make install`
./venv/bin/python -m pip install . 3. `source ./.venv/bin.activate`
``` 4. `rupload.serve` (See parameters below. Running with default config using no parameters works too.)
## Usage ## Usage
```bash ```bash