This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
Watch
1
Star
0
Fork
You've already forked filebrowser
0
Code
Issues
Projects
Releases
Wiki
Activity
ff1e0b8185
filebrowser
/
healthcheck.sh
4 lines
94 B
Bash
Raw
Blame
History
#!/bin/sh
PORT
=
$(
jq .port /.filebrowser.json
)
curl -f http://localhost:
$PORT
/health
||
exit
1
Reference in New Issue
View Git Blame
Copy Permalink