File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
registry/coder/modules/filebrowser Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,9 @@ describe("filebrowser", async () => {
100
100
"apk add bash" ,
101
101
) ;
102
102
103
+ const expectedUrl = "http://localhost:13339/@default/default/apps/filebrowser" ;
104
+ const expectedLogLine = `📂 Serving /root at ${ expectedUrl } ` ;
105
+
103
106
testBaseLine ( output ) ;
104
107
} , 15000 ) ;
105
108
} ) ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ filebrowser config set --baseurl=${SERVER_BASE_PATH} --port=${PORT} --auth.metho
32
32
33
33
printf " 👷 Starting filebrowser in background... \n\n"
34
34
35
- printf " 📂 Serving $$ {ROOT_DIR} at http://localhost:${PORT} \n\n"
35
+ printf " 📂 Serving $$ {ROOT_DIR} at http://localhost:${PORT}${SERVER_BASE_PATH} \n\n"
36
36
37
37
filebrowser >> ${LOG_PATH} 2>&1 &
38
38
You can’t perform that action at this time.
0 commit comments