mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
chore: update readme
This commit is contained in:
@@ -78,7 +78,7 @@ Serve current working directory
|
|||||||
dufs
|
dufs
|
||||||
```
|
```
|
||||||
|
|
||||||
Explicitly allow all operations including upload/delete
|
Explicitly allow all operations including download/upload/delete
|
||||||
|
|
||||||
```
|
```
|
||||||
dufs -A
|
dufs -A
|
||||||
@@ -90,13 +90,13 @@ Only allow upload operation
|
|||||||
dufs --allow-upload
|
dufs --allow-upload
|
||||||
```
|
```
|
||||||
|
|
||||||
Serve a directory
|
Serve a specific directory
|
||||||
|
|
||||||
```
|
```
|
||||||
dufs Downloads
|
dufs Downloads
|
||||||
```
|
```
|
||||||
|
|
||||||
Serve a single file
|
Serve a specific file
|
||||||
|
|
||||||
```
|
```
|
||||||
dufs linux-distro.iso
|
dufs linux-distro.iso
|
||||||
@@ -108,7 +108,7 @@ Serve index.html when requesting a directory
|
|||||||
dufs --render-index
|
dufs --render-index
|
||||||
```
|
```
|
||||||
|
|
||||||
Serve SPA(Single Page Application)
|
Serve single-page application like react
|
||||||
|
|
||||||
```
|
```
|
||||||
dufs --render-spa
|
dufs --render-spa
|
||||||
|
|||||||
Reference in New Issue
Block a user