mirror of
https://github.com/YGGverse/titanit.git
synced 2026-03-31 17:15:30 +00:00
use titanite library for backend
This commit is contained in:
parent
a4518ba93d
commit
08c437920c
6 changed files with 89 additions and 147 deletions
|
|
@ -34,6 +34,7 @@ openssl pkcs12 -export -out server.pfx -inkey server.pem -in server.crt
|
|||
* `--bind`, `-b` required, server `host:port` to listen incoming connections
|
||||
* `--identity`, `-i` required, filepath to server identity in PKCS (PFX) format
|
||||
* `--password`, `-p` optional, unlock encrypted `identity` by passphrase
|
||||
* `--chunk`, `-c` optional, buffer chunk size (`1024` by default)
|
||||
* `--size`, `-s` optional, max size limit in bytes (unlimited by default)
|
||||
* `--mime`, `-m` optional, uploads MIME type whitelist (comma separated, all by default)
|
||||
* `--directory`, `-d` optional, uploads target directory (`public` by default)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue