mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
feat: support tls
This commit is contained in:
@@ -16,6 +16,7 @@ Duf is a fully functional file server.
|
||||
- Delete files
|
||||
- Basic authentication
|
||||
- Upload zip file then unzip
|
||||
- Serve through https
|
||||
- Easy to use with curl
|
||||
|
||||
## Install
|
||||
@@ -58,7 +59,6 @@ duf --allow-all
|
||||
duf -A
|
||||
```
|
||||
|
||||
|
||||
Only allow upload operation
|
||||
|
||||
```
|
||||
@@ -71,6 +71,12 @@ Serve a single page application (SPA)
|
||||
duf --render-spa
|
||||
```
|
||||
|
||||
Serve https
|
||||
|
||||
```
|
||||
duf --tls-cert my.crt --tls-key my.key
|
||||
```
|
||||
|
||||
### Api
|
||||
|
||||
Download a file
|
||||
|
||||
Reference in New Issue
Block a user