Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fphammerle/docker-onion-service-status-mail
send email when tor .onion service goes online or offline ✉️ 🐳
https://github.com/fphammerle/docker-onion-service-status-mail
docker docker-compose mail monitor onion-service status tor watch
Last synced: 7 days ago
JSON representation
send email when tor .onion service goes online or offline ✉️ 🐳
- Host: GitHub
- URL: https://github.com/fphammerle/docker-onion-service-status-mail
- Owner: fphammerle
- Created: 2020-01-04T21:19:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T21:40:47.000Z (24 days ago)
- Last Synced: 2024-10-26T23:23:02.041Z (24 days ago)
- Topics: docker, docker-compose, mail, monitor, onion-service, status, tor, watch
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/fphammerle/onion-service-status-mail/tags
- Size: 154 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# docker: status report for .onion services ✉️ 🐳
send email via [dma](https://github.com/corecode/dma)
when [tor .onion service](https://2019.www.torproject.org/docs/onion-services.html.en)
goes online or offlinerepo: 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
```sh
$ 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 [email protected],[email protected] \
--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`