-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dropzone will now automatically upload files when dropped or selected…
… to resolve issue #59
- Loading branch information
1 parent
c8e2a5c
commit 7a0bd37
Showing
4 changed files
with
6 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
![Version](https://img.shields.io/badge/Version-v0.3.7-green) | ||
![Version](https://img.shields.io/badge/Version-v0.3.8-green) | ||
[![GitHub](https://img.shields.io/github/license/patrickhener/goshs)](https://github.com/patrickhener/goshs/blob/master/LICENSE) | ||
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/patrickhener/goshs) | ||
[![GitHub issues](https://img.shields.io/github/issues-raw/patrickhener/goshs)](https://github.com/patrickhener/goshs/issues) | ||
|
@@ -109,11 +109,11 @@ Usage examples: | |
Start with wevdav support: ./goshs -w | ||
Start with different port: ./goshs -p 8080 | ||
Start with self-signed cert: ./goshs -s -ss | ||
Start with let's encrypt: ./goshs -s -sl -sle [email protected] -sld your.domain.com,your.seconddomain.com | ||
Start with let's encrypt: ./goshs -s -sl -sle [email protected] -sld your.domain.com,your.seconddomain.com | ||
Start with custom cert: ./goshs -s -sk <path to key> -sc <path to cert> | ||
Start with basic auth: ./goshs -b secret-user:$up3r$3cur3 | ||
Start with basic auth empty user: ./goshs -b :$up3r$3cur3 | ||
Start with cli enabled: ./goshs -b secret-user:$up3r$3cur3 -s -ss -c | ||
Start with cli enabled: ./goshs -b secret-user:$up3r$3cur3 -s -ss -c | ||
``` | ||
|
||
# Examples | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters