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 d8ed39f commit ce103bdCopy full SHA for ce103bd
registry/coder/modules/filebrowser/run.sh
@@ -32,6 +32,8 @@ filebrowser config set --baseurl=${SERVER_BASE_PATH} --port=${PORT} --auth.metho
32
33
printf "👷 Starting filebrowser in background... \n\n"
34
35
+printf "📂 Serving $${ROOT_DIR} at http://localhost:${PORT} \n\n"
36
+
37
filebrowser >>${LOG_PATH} 2>&1 &
38
39
printf "📝 Logs at ${LOG_PATH} \n\n"
0 commit comments