feat: filebrowser with encfs
This commit is contained in:
5
healthcheck.sh
Normal file
5
healthcheck.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
PORT=${FB_PORT:-$(jq -r .port /.filebrowser.json)}
|
||||
ADDRESS=${FB_ADDRESS:-$(jq -r .address /.filebrowser.json)}
|
||||
ADDRESS=${ADDRESS:-localhost}
|
||||
curl -f http://$ADDRESS:$PORT/health || exit 1
|
||||
Reference in New Issue
Block a user