You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ corresponding environment variable will be ignored.
57
57
|`--path-regexp`|`PATH_REGEXP`| A regular expression to verify a given upload path. This should be set with care, because it may allow write access to outside the upload directory. |`/^[a-zA-Z0-9-_/]*$/`|
58
58
|`--disable-auto-port`|`DISABLE_AUTO_PORT`| Disable automatic port increase if the port is nor available. | Not set. |
59
59
|`--enable-folder-creation`|`ENABLE_FOLDER_CREATION`| Enable automatic folder creation when uploading file to non-existent folder. | Not set. |
60
+
|`--index-file`|`INDEX_FILE`| Use a custom html file as index instead of the default internal index. If used, the form fields need to have the same names as in the original index. | Not set. |
0 commit comments