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 () => {
100100 "apk add bash" ,
101101 ) ;
102102
103+ const expectedUrl = "http://localhost:13339/@default/default/apps/filebrowser" ;
104+ const expectedLogLine = `📂 Serving /root at ${ expectedUrl } ` ;
105+
103106 testBaseLine ( output ) ;
104107 } , 15000 ) ;
105108} ) ;
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
3232
3333printf " 👷 Starting filebrowser in background... \n\n"
3434
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"
3636
3737filebrowser >> ${LOG_PATH} 2>&1 &
3838
You can’t perform that action at this time.
0 commit comments