Тайлбар байхгүй

dependabot[bot] 86e877e36e build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#56) 2 сар өмнө
.github 86e877e36e build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#56) 2 сар өмнө
CHANGELOG.md af2e6dbb89 release v2.1.0 2 жил өмнө
Dockerfile 0020131b3e adapt to transfer of dma package from repository "testing" to "community" 3 сар өмнө
Makefile 3a6020a728 added makefile to facilitate building, tagging & pushing container images 3 жил өмнө
README.md 3db6b8f2a8 retry $RETRIES times before reporting "offline" state 2 жил өмнө
docker-compose.yml 3db6b8f2a8 retry $RETRIES times before reporting "offline" state 2 жил өмнө
monitor.sh 3db6b8f2a8 retry $RETRIES times before reporting "offline" state 2 жил өмнө

README.md

docker: status report for .onion services ✉️ 🐳

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

docker-compose 🐙

  1. git clone https://github.com/fphammerle/docker-onion-service-status-mail
  2. edit docker-compose.yml
  3. docker-compose up --build