hfs 0.27.2 → 0.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -34,7 +34,7 @@ You won't find all previous features here (yet), but still we got:
34
34
  - search
35
35
  - accounts
36
36
  - resumable downloads
37
- - upload
37
+ - resumable uploads
38
38
  - download folders as zip archive
39
39
  - simple website serving
40
40
  - plug-ins
@@ -145,7 +145,7 @@ an *env* called `HFS_CONFIG`. Any relative path provided is relative to the *cwd
145
145
  - `https_port` listen on a specific port. Default is 443.
146
146
  - `cert` use this file for https certificate. Minimum to start https is to give a cert and a private_key. Default is none.
147
147
  - `private_key` use this file for https private key. Default is none.
148
- - `allowed_referer` you can decide what domains can link to your files. Wildcards supported. Default is any.
148
+ - `allowed_referer` you can decide what domains can link to your files. Wildcards supported. Default is empty, meaning any.
149
149
  - `block` a list of rules that will block connections. E.g.:
150
150
  ```
151
151
  block:
@@ -157,6 +157,7 @@ an *env* called `HFS_CONFIG`. Any relative path provided is relative to the *cwd
157
157
  - `custom_header` provide HTML code to be put at the top of your Frontend. Default is none.
158
158
  - `localhost_admin` should Admin be accessed without credentials when on localhost. Default is true.
159
159
  - `proxies` number of proxies between server and clients to be trusted about providing clients' IP addresses. Default is 0.
160
+ - `keep_unfinished_uploads` should unfinished uploads be deleted immediately when interrupted. Default is true.
160
161
 
161
162
  #### Virtual File System (VFS)
162
163