Commit Graph

82 Commits (b340389ed27e76896de1e20af4000bf73f71cf5b)
 

Author SHA1 Message Date
Andreas Schildbach b340389ed2 Make the last_tor_version.sh script executable. 3 years ago
Packmad b85ece754c Update README.md
broken link due to typo
3 years ago
Andreas Schildbach 25f83d89a5 Make docker determine the 'last tor version' and 'last torsocks version'
This copies the logic from last_tor_version.sh and last_torsocks_version.sh
into the Dockerfile itself. The Tor version can still be specified with the
`tor_version` and `torsocks_version` arguments, as before. If these arguments
are missing, the last versions are determined by the regular expression.

This has a couple of advantages:

1) Users need not have git, make or docker-compose installed to build the image.
2) Users can build the image entirely inside a container which reduces the trust
   needed in the safety of the build instructions.
3) `git tag` is much quicker than `git ls-remote` since it operates on local data.
4 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
Chirstophe Mehay b451f25be9 Update python dependancies 4 years ago
Andreas Schildbach bd66bcd2fd Dockerfile: Fix missing gcc and libc-dev build requirements. 4 years ago
dependabot[bot] d1a03738ed Bump cryptography from 2.9.2 to 3.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 to 3.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/2.9.2...3.2)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Christophe Mehay 36ac5e97a8 Fix travis python version 4 years ago
Christophe Mehay 4ba0ac02d8 Update to python 3.8 4 years ago
Christophe Mehay 2bb40b2435 Remove tag signature verification due to issue with expired keys 4 years ago
Christophe Mehay 5b6e87c6e3 Add tests for Vanguards setup 4 years ago
Christophe Mehay 0334d7eb6b WIP: Adding vanguard... 4 years ago
Christophe Mehay af0cbea44f Python 3.7 only 4 years ago
Christophe Mehay dacda29137 Do not exit if matched environment variable cannot be parsed 4 years ago
Christophe Mehay caf94bc54d Migrate from Pipenv to Poetry 4 years ago
Juraj Bednar dddf9979db Fix typo in README
fix typo
4 years ago
Christophe Mehay 914d1d0c72 Add TOR_EXTRA_OPTIONS in torrc template 4 years ago
Christophe Mehay 0eb745a4f9 Add documentation 5 years ago
Juraj Bednar f74a220cfb Add an option TOR_SOCKS_PORT to expose tor socks port for outgoing connections 5 years ago
Christophe Mehay 9e8d2b395e Merge pull request #33 from cmehay/dependabot/pip/typed-ast-1.3.2
Bump typed-ast from 1.3.1 to 1.3.2
5 years ago
Christophe Mehay 4f643741f4 Merge pull request #35 from cmehay/fix
Fix type error for private key loading
5 years ago
Christophe Mehay a798d17e10 Fix type error for private key loading 5 years ago
Christophe Mehay a3c5d6d066 Merge pull request #34 from cmehay/update
Update pytor to 0.1.5
5 years ago
Christophe Mehay 17549f764f Update pytor to 0.1.5 5 years ago
dependabot[bot] 1951659f78 Bump typed-ast from 1.3.1 to 1.3.2
Bumps [typed-ast](https://github.com/python/typed_ast) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/python/typed_ast/releases)
- [Changelog](https://github.com/python/typed_ast/blob/master/release_process.md)
- [Commits](https://github.com/python/typed_ast/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Christophe Mehay ed1050fc91 Merge pull request #31 from cmehay/typo
Fix typo, add test for v2 secret key in env, fix docker build scripts
5 years ago
Christophe Mehay 5ae69fe761 Fix typo, add test for v2 secret key in env, fix docker build scripts 5 years ago
Christophe Mehay b0564669ac Merge pull request #26 from cmehay/doc
Add push hook for docker automated build
5 years ago
Christophe Mehay f44811a08c Add push hook for docker automated build 5 years ago
Christophe Mehay ec6f15761b Merge pull request #25 from cmehay/doc
Update documentation for sockets
5 years ago
Christophe Mehay caea3c0188 Update documentation for sockets 5 years ago
Christophe Mehay 43768da63d Merge pull request #23 from cmehay/autobuild
Add docker build hook
5 years ago
Christophe Mehay 29eb1ce01e Add docker build hook 5 years ago
Christophe Mehay f104c78c7c Merge pull request #22 from cmehay/v3
Add tor v3 addresses support
5 years ago
Christophe Mehay d3252e276e Add tor v3 addresses support 5 years ago
Christophe Mehay 8d562ed2e6 Merge pull request #17 from cmehay/pyentrypoint
Update pyentrypoint to 0.5.1
7 years ago
Christophe Mehay 49aed0e8db Update pyentrypoint to 0.5.1 7 years ago
Christophe Mehay c344b08c9c Update README.md 7 years ago
Christophe Mehay 5ab7058701 Merge pull request #16 from cmehay/multiple
Fix dockerfile
7 years ago
Christophe Mehay ccb26c9378 Fix dockerfile 7 years ago
Christophe Mehay 7090945990 Merge pull request #15 from cmehay/multiple
Rewrite Onions.py and add support for multiple services per address
7 years ago
Christophe Mehay 3ee624d910 Add Makefile and docker-compose v3 7 years ago
Christophe Mehay f206ea354c Add pre-commit 7 years ago
Christophe Mehay 27dd14ab33 Add support for multiple services per address 7 years ago
Christophe Mehay a939d3620f Merge pull request #12 from cmehay/socket
Add socket support
7 years ago
Christophe Mehay f9f2d53556 Add socket support 7 years ago
Christophe Mehay 26aa3ab364 Merge pull request #11 from cmehay/eadme
Fix readme
7 years ago
Christophe Mehay 7541712c86 Fix readme 7 years ago
Christophe Mehay 326667d24d Merge pull request #10 from cmehay/ports
Parse multiple ports from environment
7 years ago
Christophe Mehay 3843fe5bd3 Parse multiple ports from environment 7 years ago