This website requires JavaScript.
Explore
Blog
Help
Sign In
container
/
freshrss
Archived
Watch
1
Star
0
Fork
0
You've already forked freshrss
Code
Issues
Pull Requests
Releases
36
Activity
This repository has been archived on
2023-11-05
. You can view files and clone it, but cannot push or open issues or pull requests.
70a233fbf5
freshrss
/
overlay
/
usr
/
local
/
bin
/
healthcheck
4 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
refactoring and versioning fix
2020-02-21 22:54:20 +00:00
#!/usr/bin/env sh
small fixes
2019-10-02 21:46:40 +00:00
use 127.0.0.1 for healthcheck instead of localhost
2020-05-05 15:52:44 +00:00
(php -r "readfile('http://127.0.0.1:8080/i/');" | grep -q 'jsonVars') || exit 1
Reference in New Issue
Copy Permalink