This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A file browser for your workspace.
14
14
``` tf
15
15
module "filebrowser" {
16
16
source = "registry.coder.com/modules/filebrowser/coder"
17
- version = "1.0.19 "
17
+ version = "1.0.22 "
18
18
agent_id = coder_agent.example.id
19
19
}
20
20
```
@@ -28,7 +28,7 @@ module "filebrowser" {
28
28
``` tf
29
29
module "filebrowser" {
30
30
source = "registry.coder.com/modules/filebrowser/coder"
31
- version = "1.0.19 "
31
+ version = "1.0.22 "
32
32
agent_id = coder_agent.example.id
33
33
folder = "/home/coder/project"
34
34
}
@@ -39,7 +39,7 @@ module "filebrowser" {
39
39
``` tf
40
40
module "filebrowser" {
41
41
source = "registry.coder.com/modules/filebrowser/coder"
42
- version = "1.0.19 "
42
+ version = "1.0.22 "
43
43
agent_id = coder_agent.example.id
44
44
database_path = ".config/filebrowser.db"
45
45
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if [ "${DB_PATH}" != "filebrowser.db" ]; then
18
18
fi
19
19
20
20
# set baseurl to be able to run if sudomain=false; if subdomain=true the SERVER_BASE_PATH value will be ""
21
- filebrowser config set --baseurl " ${SERVER_BASE_PATH} " > ${LOG_PATH} 2>&1
21
+ filebrowser config set --baseurl " ${SERVER_BASE_PATH} " $$ {DB_FLAG} > ${LOG_PATH} 2>&1
22
22
23
23
printf " 📂 Serving $$ {ROOT_DIR} at http://localhost:${PORT} \n\n"
24
24
You can’t perform that action at this time.
0 commit comments