- 04 Jun, 2020 1 commit
-
-
Philipp Winter authored
We now own the organisation <https://hub.docker.com/orgs/thetorproject>, so there's no need to continue using my user account.
-
- 13 Apr, 2020 1 commit
-
-
Philipp Winter authored
Fixed the file name of tor's apt repository
-
- 03 Apr, 2020 1 commit
-
-
thymbahutymba authored
-
- 25 Mar, 2020 5 commits
-
-
Philipp Winter authored
-
Philipp Winter authored
* Extend documentation. * "Downgrade" to version 3.4 of the file format -- the minimum required version. * Remove the IMAGE and VERSION environment variables.
-
thymbahutymba authored
-
thymbahutymba authored
-
Philipp Winter authored
After tor is restarted, its log can contain duplicates, which would mess up the output of get-bridge-line. This commit adds a 'tail -1' to filter out these duplicates. Thanks to thymbahutymba for pointing out this issue. This fixes <https://bugs.torproject.org/31834>.
-
- 15 Mar, 2020 1 commit
-
-
Philipp Winter authored
fix how the ip is got if it is changed
-
- 12 Mar, 2020 1 commit
-
-
thymbahutymba authored
-
- 06 Feb, 2020 3 commits
-
-
Philipp Winter authored
-
Philipp Winter authored
After tor is restarted, its log can contain duplicates, which would mess up the output of get-bridge-line. This commit adds a 'tail -1' to filter out these duplicates. Thanks to thymbahutymba for pointing out this issue. This fixes <https://bugs.torproject.org/31834>.
-
Philipp Winter authored
-
- 05 Feb, 2020 2 commits
-
-
Philipp Winter authored
This results in an image size decrease from ~120 MB to ~70 MB. This patch also adds libcap2-bin to our list of installed packages because the debian-slim image doesn't ship it. This fixes <https://bugs.torproject.org/32860>. Thanks to qdii for filing this ticket and proposing a fix!
-
Philipp Winter authored
-
- 13 Dec, 2019 1 commit
-
-
Philipp Winter authored
-
- 26 Nov, 2019 2 commits
-
-
Philipp Winter authored
-
Philipp Winter authored
-
- 22 Nov, 2019 1 commit
-
-
Philipp Winter authored
This makes it possible to run multiple containers on one machine by running 'make deploy' once for each deployment: make deploy OR_PORT=1234 PT_PORT=4321 EMAIL=foo make deploy OR_PORT=2345 PT_PORT=5432 EMAIL=foo ...
-
- 20 Nov, 2019 5 commits
-
-
Philipp Winter authored
-
Philipp Winter authored
This commit replaces the 'test -n' invocations with a more complex construct, which is only shown if the required arguments are missing. Running 'make deploy' will now result in: Env var OR_PORT is not set. make: *** [Makefile:21: deploy] Error 1
-
Philipp Winter authored
-
Philipp Winter authored
-
Philipp Winter authored
The script deploy-container.sh automatically determines open ports for the operator. That's not optimal because we should encourage operators to think about and pick their own ports. This commit replaces deploy-container.sh with a Makefile. Operators can now deploy an obfs4 bridge by running: OR_PORT=1111 PT_PORT=2222 EMAIL=foo@bar.com make deploy The new Makefile also uses docker's --volume parameter to make Tor's data directory permanent. Thanks to thymbahutymba for coming up with a Makefile that inspired this commit: <https://bugs.torproject.org/31834#comment:5>
-
- 30 Oct, 2019 5 commits
-
-
Philipp Winter authored
-
Philipp Winter authored
This allows docker to show tor's logs when running: docker logs CONTAINER_ID
-
Philipp Winter authored
-
Philipp Winter authored
Debian's repository provides tor's LTS version, which doesn't necessarily give us the latest stable version.
-
Philipp Winter authored
Bridge operators can run it as follows: docker exec CONTAINER get-bridge-line This patch also changes Tor's data directory to the more sensible /var/lib/tor.
-
- 19 Sep, 2019 2 commits
-
-
Philipp Winter authored
That's what the tag is for, after all. There's no need to update version numbers after each release.
-
Philipp Winter authored
-
- 10 Sep, 2019 2 commits
-
-
Philipp Winter authored
Bump our image's version number to 0.2.
-
Philipp Winter authored
Bridges need a GeoIP database to report the number of clients per country.
-
- 08 Jul, 2019 1 commit
-
-
Philipp Winter authored
-
- 02 Jul, 2019 2 commits
-
-
Philipp Winter authored
-
Philipp Winter authored
In the process, we managed to simplify our setup scripts, allowing us to use cat instead of our sed hack to generate the torrc.
-
- 29 Jun, 2019 1 commit
-
-
Philipp Winter authored
-
- 28 Jun, 2019 3 commits
-
-
Philipp Winter authored
-
Philipp Winter authored
-
Philipp Winter authored
-