diff --git a/Cargo.lock b/Cargo.lock index 4e2c794..0d7de48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,7 +296,7 @@ dependencies = [ [[package]] name = "duf" -version = "0.5.0" +version = "0.6.0" dependencies = [ "async-walkdir", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 4b12be7..02dabd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["sigoden "] description = "Duf is a simple file server." diff --git a/README.md b/README.md index 3dec277..a4e15e4 100644 --- a/README.md +++ b/README.md @@ -44,18 +44,18 @@ duf duf folder_name ``` -Allow upload operations - -``` -duf --allow-upload -``` - -Allow all operations +Allow all operations such as upload, delete ``` duf --allow-all ``` +Only allow upload operations + +``` +duf --allow-upload +``` + Use http authentication ```