January 28, 20206 yr Application Name: Tor Relay Server Overview: Support for Docker image of Tor Relay Server Application: https://www.torproject.org/ Docker Hub: https://github.com/DarkIsDude/tor-server GitHub: https://github.com/maschhoff/docker/tree/master/tor-relay Please read all information in the Overview Box Please use the sample configuration on the GitHub Repo Be shure you have a working IPV4 it will not work without. Please use Tor for good reasons! For any question - dont mind to ask! Edited February 7, 20206 yr by knex666
February 1, 20206 yr Hello, I downloaded but I could not make it work. Is there any instalation guide o similar that I can use? thanks!
February 1, 20206 yr Due to a template mistake, the instructions referenced in the OP do not show up when installing the container (PR has been issued). What you're missing is Quote This docker image will install the latest current stable version of Tor server. It will run Tor as an unprivileged regular user, as recommended by torproject.org. It includes the latest Tor Debian package from torproject.org which is installed and configured according the Tor project recommendations. Additionally it can be run as a hidden bridge using obfs4proy as well as meek. The Tor network relies on volunteers to donate bandwidth. The more people who run relays, the faster the Tor network will be. If you have at least 2 megabits/s for both upload and download, please help out Tor by configuring your server to be a Tor relay too. INSTALLATION: Create a folder appdata/tor-data/config Download sample Config: https://github.com/maschhoff/docker/tree/master/tor-relay Edit the config at least NICKNAME and CONTACTINFO in the config file Put this into the config folder. Edit the docker parameters and run it. https://github.com/chriswayg/tor-server
February 2, 20206 yr Author Thank you, you´re right I have put the information into the Description Tag and not to Overview Tag. Changes have been made, I hope everything works now!
February 5, 20206 yr This container seems to be running an older version of Tor (0.4.0.5). How can I update it?
February 7, 20206 yr Author Hi together I will switch to this Container as a basis https://github.com/DarkIsDude/tor-server Tor 0.4.2.5 running on Linux with Libevent 2.1.11-stable, OpenSSL 1.1.1d, Zlib 1.2.11, Liblzma 5.2.4, and Libzstd 1.4.4.l Will be running soon Edited February 7, 20206 yr by knex666
February 7, 20206 yr Thansk knex666. I grabbed the new container and configure it. It fails to start as the user "tord" doesn't exist. Feb 07 11:10:13.285 [warn] Error setting configured user: tord not found Do you know the correct user?
February 7, 20206 yr 2 hours ago, Cbrooker said: Thansk knex666. I grabbed the new container and configure it. It fails to start as the user "tord" doesn't exist. Feb 07 11:10:13.285 [warn] Error setting configured user: tord not found Do you know the correct user? The user is "debian-tor". The included torrc needs to have the line "User tord" changed to "User debian-tor"
March 21, 20206 yr Hi, I've tried to install the Tor Relay Docker but had a problem: When I start the container it crashes and the log says: "cat: /etc/tor/torrc: No such file or directory" I copied the torrc file in the "appdata/tor-data/config" folder and the path should be correct. Also the update statu so f the container can't be checked. What file-type should the torrc file have? Can someone help me? Thank you
March 30, 20206 yr Is there any manual or tutorial for this docker? I really want to try it but for some reason I cant make it work.
January 11, 20215 yr Can not get the docker to work either. Tried moving/renaming the file to tor standards and could not get it working. There's also no documentation about this docker. Probably just going to setup the relay myself until a better docker comes around or this is fixed.
January 12, 20215 yr The description on how to run it is not accurate anymore but it's pretty easy: 1 . Open a terminal and create the folder and sub-folder mkdir mnt/user/appdata/tor-relay mkdir mnt/user/appdata/tor-relay/config 2. Create the config file by opening it with nano nano mnt/user/appdata/tor-relay/config/torrc 3. Copy-paste the configuration information from here https://github.com/DarkIsDude/tor-server#tor-configuration and change whatever you want there. 4. Save the file and start the docker
Archived
This topic is now archived and is closed to further replies.