mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-31 04:43:34 +01:00
feature (search): high level config for search - #38
This commit is contained in:
parent
c9d7c7ef1f
commit
13a6fb0004
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
module.exports = {
|
||||
fork_button: false,
|
||||
search: {
|
||||
enable: true,
|
||||
max_depth: 15,
|
||||
max_per_min: 20, // avoid DDOS your own server
|
||||
max_folder_per_path: 30 // avoid indexing unecessary crapp like node_modules, etc...
|
||||
},
|
||||
connections: {
|
||||
// Autofill form in the login page, this config is used to generate
|
||||
// custom login form
|
||||
|
|
|
|||
Loading…
Reference in a new issue