Fabian Peter Hammerle da284b38a4 upgrade netcat-openbsd package from v1.226-r0 to v1.226.1.1-r0 | il y a 3 semaines | |
---|---|---|
.github | il y a 1 mois | |
CHANGELOG.md | il y a 3 ans | |
Dockerfile | il y a 3 semaines | |
Makefile | il y a 3 ans | |
README.md | il y a 3 ans | |
docker-compose.yml | il y a 3 ans | |
monitor.sh | il y a 3 ans |
send email via dma when tor .onion service goes online or offline
repo: https://github.com/fphammerle/docker-onion-service-status-mail
docker hub: https://hub.docker.com/r/fphammerle/onion-service-status-mail
signed image tags: https://github.com/fphammerle/docker-onion-service-status-mail/tags
$ sudo docker network create tor
$ sudo docker run -d --network tor \
--name tor_proxy \
fphammerle/tor-proxy
$ sudo docker run -d --network tor \
-e TOR_HOST=tor_proxy -e TOR_PORT=9050 \
-e ONION_SERVICE_HOST=change-me.onion \
-e ONION_SERVICE_PORT=80 \
-e RETRIES=2 \
-e MAIL_TO=me@example.com,someone@else.com \
--name onion_service_monitor \
fphammerle/onion-service-status-mail
git clone https://github.com/fphammerle/docker-onion-service-status-mail
docker-compose.yml
docker-compose up --build