Block a user
downdetector (latest)
Installation
docker pull git.jisoonet.com/el/downdetector:latestsha256:f54c0b4a86864a5fbce9658037c89b5a38d1e91c064821bf7231639b92f7cd6b
Image Layers
| ADD file:1129dcf71f67461f4730620f8148cc9ebc7641966fa683cdf84807219ad288b2 in / |
| CMD ["bash"] |
| ENV WEBSITES=google.com,yahoo.com |
| ENV WEBHOOK_URL= |
| ENV DISCORD_ID= |
| ENV CRON_CONFIG=/downdetector/cron.conf |
| WORKDIR /downdetector |
| RUN /bin/sh -c apt update && apt upgrade -y && apt install -y bash curl vim nano cron # buildkit |
| COPY isalive.sh . # buildkit |
| COPY cron.conf . # buildkit |
| COPY start.sh . # buildkit |
| CMD ["./start.sh"] |