Commit Graph

12 Commits (master)

Author SHA1 Message Date
Chirstophe Mehay f801929085 Update tor version to 0.4.6.10 2 years ago
Chirstophe Mehay 2fc3b6eb84 Drop support for onion addresses v2
* Update `onions` tool to v0.7.0
 * Update `tor` to `0.4.6.9`
2 years ago
Andreas Schildbach 3434863f10 Fix typo: rename current_torsock_version to current_torsocks_version. 3 years ago
Chirstophe Mehay 7ab49bfde4 Add tor and torsock version in plain files
Now:
 - `make build` will build the container with tor version set in `current_tor_version` and `current_torsock_version`
 - `make update_tor_version` will update theses files
3 years ago
Andreas Schildbach 83d59f7ff0 Dockerfile: Add torsocks binary.
This has two purposes:
1) The 'torify' wrapper is already included, and it needs torsocks.
2) Use torsocks for health checking your onion service like this:

healthcheck:
  test: ["CMD-SHELL", "torsocks nc -z <onion address> <port> || exit 1"]
  interval: 2m
4 years ago
Christophe Mehay 0334d7eb6b WIP: Adding vanguard... 4 years ago
Christophe Mehay dacda29137 Do not exit if matched environment variable cannot be parsed 4 years ago
Christophe Mehay 5ae69fe761 Fix typo, add test for v2 secret key in env, fix docker build scripts 5 years ago
Christophe Mehay caea3c0188 Update documentation for sockets 5 years ago
Christophe Mehay 29eb1ce01e Add docker build hook 5 years ago
Christophe Mehay d3252e276e Add tor v3 addresses support 5 years ago
Christophe Mehay 3ee624d910 Add Makefile and docker-compose v3 7 years ago