doc: missing entries in config.md
Massimo Melina committed
Apr 5, 2023 at 11:50 UTC
839886d6ab0f534c13fa74dd98cb6e2f5eb9682b
1 file changed
+7
-1
config.md
+7
-1
@@ -27,12 +27,18 @@ This file contains details the configuration files.
27
```
28
Syntax supports, other than simple address, `*` as wildcard and CIDR format.
29
- `plugins_config` this is a generic place where you can find/put configuration for each plugin, at least those that need configuration.
30
-- `enable_plugins` if a plugin is not present here, it won't run. Defaults is `[ antibrute ]`.
30
+- `enable_plugins` if a plugin is not present in this list, it won't run. Defaults is `[ antibrute ]`.
31
- `localhost_admin` should Admin be accessed without credentials when on localhost. Default is true.
32
- `proxies` number of proxies between server and clients to be trusted about providing clients' IP addresses. Default is 0.
33
- `keep_unfinished_uploads` should unfinished uploads be deleted immediately when interrupted. Default is true.
34
- `favicon` path to file to be used as favicon. Default is none.
35
+- `force_https` redirect http traffic to https. Requires https to be working. Default is false.
36
- `force_lang` force translation for frontend. Default is none, meaning *let browser decide*.
37
+- `admin_net` net-mask specifying what addresses are allowed to access Admin-panel. Default is any.
38
+- `title` text displayed in the tab of your browser. Default is "File server".
39
+- `file_menu_on_link` if to display file-menu when clicking on link, or have a dedicated button instead. Default is true.
40
+- `min_available_mb` refuse to accept uploads if available disk space is below this threshold. Default is 100.
41
+- `dont_overwrite_uploading` uploading a file with name already present in the folder will be renamed if this is enabled. Default is false.
42
43
#### Virtual File System (VFS)
44