We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d5646 commit f5313caCopy full SHA for f5313ca
main.lua
@@ -64,7 +64,10 @@ function Filebrowser:start()
64
.. "-a 0.0.0.0 " -- ip to bind to (0.0.0.0 means all interfaces)
65
.. "-r %s " -- %s: dataPath
66
.. "-p %s " -- %s: filebrowser_port
67
- .. "-l %s", -- %s: logPath
+ .. "-l %s " -- %s: logPath
68
+ .. "-c ./plugins/filebrowser.koplugin/config.json "
69
+ .. "-d ./plugins/filebrowser.koplugin/filebrowser.db "
70
+ .. " ", -- end arguments
71
pidFilePath,
72
binPath,
73
self.filebrowser_password,
0 commit comments