Replies: 4 comments 23 replies
-
don't forget |
Beta Was this translation helpful? Give feedback.
-
getopt addition is great. If possible to add to Also, instead of: Line 163 in b4add58 Line 175 in b4add58 SELECT_BRANCH="--select-branch"
[ ! -z $2 ] && TORBOXMENU_BRANCHNAME="$2"
[ -z $TORBOXMENU_BRANCHNAME ] && TORBOXMENU_BRANCHNAME="master" use SELECT_BRANCH="--select-branch"
TORBOXMENU_BRANCHNAME="${2:-master}"
Read the shell bible |
Beta Was this translation helpful? Give feedback.
-
Thanks, I will add a Regarding your second suggestion: if |
Beta Was this translation helpful? Give feedback.
-
We are working on the implementation of TFS. |
Beta Was this translation helpful? Give feedback.
-
Behind the scene, we (mainly nyxor, zotil and myself) have been working on different parts to publish a new main version (v.0.5.0) of TorBox (hopefully) at the end of the year. In this post, I will share what components we are working on, what has to be done to meet the deadline, and how you, as a contributor, can help us.
Juggled Onions
The goal of TorBox is not only to give people an anonymizing router on a Raspberry Pi, but we also have the vision to provide a tool that helps bypass barriers such as censorship. However, censorship is not only affecting content receivers but also content deliverers. Our idea is to give out an easy to use micro-server, which allows publishing even if the publisher is behind firewalls, network address translators or lives in a censoring country. Simultaneously, this should not jeopardize the publisher's security and anonymity if correctly used. For that reason, Tor is providing Onion Services, and we started to integrate the Onion Service support into the next TorBox release.
The base for this integration founded nyxor with creating the tool Onionservices. So far, we have implemented the possibility to share a folder on an Onion domain (see below), but Zotil has been providing us with a TorBox File Sharing (TFS) tool which allows us to download and/or upload files as well as a TorBox Chat Secure (TCS). These two tools will also be implemented into TorBox v.0.5.0.
With the above sub-menu, the user can easily create an Onion Service, and (not) publicly share a folder (with a static website):
Other new/improved features
How can you help?
With testing and feedbacks. Tell us what is working good and what is not working. You can also contribute with code - if you see errors (even spelling errors), change them directly in the code and hand in a pull request. Also tell us, which network services you would like to see running on an Onion domain.
How can I install TorBox v.0.5.0 ALPHA?
Our installation script in the v.0.5.0 branch is now updated to support the installation of TorBox v.0.5.0 ALPHA?
-h
). USE IT ONLY ON A FRESH INSTALLED SYSTEM - IT WILL CHANGE YOUR SYSTEM AND DELETE CONFIGURATIONS, FILES ETC.:CHANGE-IT
).192.168.42.1
on a WiFi client or192.168.43.1
on a cable client) or a web browser (https://192.168.42.1:9000
on a WiFi client orhttps://192.168.43.1:9000
on a cable client; for a connection via cable, see here; username:torbox
/ password:CHANGE-IT
).What are we doing next?
Implementation of the TCS.--> moved to 0.5.1Beta Was this translation helpful? Give feedback.
All reactions