mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
1.1 KiB
1.1 KiB
Onion Uptime Checker from Nowhere
Minimalistic Onion Hidden Service uptime checker, written in only PHP and Python, because javascript is NOT needed.
Setup
- git clone the repository in there
torsocks git clone http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/onion-uptime /srv/onion-uptime
- Install nginx and php8.2-fpm and tor
- use the nginx.conf and drop it in /etc/nginx/sites-available/
- use acme.sh to get the TLS certificates if you want clearnet presence
- use mkp244o if you want to have a hidden service
- use the torrc config if you want the tor to have a socks5 port
- enable the nginx config and validate that it can be accessed on either clearnet / onion
- edit the csv values of the websites you want to edit in the links folder if you wan to monitor other websites
- make sure the cronjob for scripts/uptimechecker.py is running at least once every 3 hours so that the csv files are kept up to date.
crontab -e
*/3 0 * * * python3 /srv/onion-uptime/scripts/uptimechecker.py