This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
filebrowser
mirror of
https://github.com/filebrowser/filebrowser
Watch
1
Star
0
Fork
You've already forked filebrowser
0
Code
Issues
Releases
Wiki
Activity
b8ee3404ee
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