experimental webdav upload
This commit is contained in:
parent
5e9ce5a306
commit
7570b09f9f
10 changed files with 47 additions and 2 deletions
|
|
@ -50,7 +50,8 @@ See the `scripts/` directory on how to install docstore on Linux or OpenBSD.
|
|||
"tesseract_oem": 1, // tesseract oem value
|
||||
"foreground": false, // do not fork into the background
|
||||
"secure_cookie": false, // enable secure cookie flag
|
||||
"debug": false // enable debugging
|
||||
"debug": false, // enable debugging
|
||||
"webdav": false // enable webdav upload
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -61,6 +62,9 @@ See the `scripts/` directory on how to install docstore on Linux or OpenBSD.
|
|||
* The `Index All` button tries add every file not already indexed to the index
|
||||
* Custom regex based tags (see https://golang.org/pkg/regexp/syntax/)
|
||||
* The `Retag All` button will reapply the current tags to all indexed documents
|
||||
* Optional WebDav upload functionality
|
||||
* WebDav can be accessed at `http://<ip>:<port>/webdav`
|
||||
* This WebDav does only permit writing files **once** (reading files or creating directories is not allowed)
|
||||
* Password hashing using BCrypt
|
||||
* 2FA using TOTP
|
||||
* Content Security Policy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue