Project is not maintained anymore. Please switch to TorBOX Next Generation
- Russian documentation moved to git repository
- Added some images
- English and Russian versions are aligned (well, almost).
**NOTE:
Project is no more supported. Heading to a whole new version.
- Overall speedup of installer due to optimization of repository processing.
- init.d support completely removed - everything is moved to systemd.
- Systemd scripts and related binaries now have "-torbox" suffix to avoid conflicts with standard/other software
- I2P updated to last version (for the time being)
***NOTE:
This update is considered as last major one, next commits will be only bugfixes (critical ones) and third-party software updates (like node.js/i2p), since new version of anonymizing middlebox with much more flexible functionality is planned.
- Added new hardware target and image link - Orange Pi Zero
- Version of i2p software updated to 0.9.27
- Some internal script optimizations
- Added new hardware target - Raspberry Pi 3
- Node.js for ARMv7+ repo updated to 6.x version
- i2p updated to version 0.9.26
- Raspberry Pi 1 and Raspberry Pi 2 platforms supported.
- Critical issue with Realtek 8188 firmware resolved - moved to correct folder.
- Added haveged daemon to solve entropy issues and increase SoftAP speed/reliablilty.
- Pug in WebUI updated to latest version from npmjs.org.
- Overall code cleanup and refactoring.
- Login to your device as root.
apt-get install haveged
- Reboot.
- Login to your device as root.
mv /lib/firmware/rtl8188eufw.bin /lib/firmware/rtlwifi/rtl8188eufw.bin
- Reboot. Speed of access point should increase dramatically.
- WebUI updated to 0.2.0
- Jade->Pug migrated
- Dependencies upgraded to latest npm versions
- Fixed issues in templates to comply with Pug
- Fetch new version from GIT
- Stop WebUI (usually -
sudo /etc/init.d/webui stop
) - Backup your /opt/webui somwhere (it is important)
- Delete contents /opt/webui (but keep directory)
- Copy webui contents of git copy to /opt/webui
cd /opt/webui
sudo npm install
chown webui:webui -R *
(change webui to appropriate user you use to run WebUI)- Copy config dir from your saved backup (3) to /opt/webui
- Start WebUI (usually -
sudo /etc/init.d/webui start
)
- Orange Pi One support
- Initial image aligned to SD card
- Only script.bin for OrangePi PC and Orange Pi One left - since operation is headless.
- I2P update to .25 version
- Default operation mode is DIRECT - this will allow to access freshly-boot device via name defined in config (e.g. http://orangepi.torbox:3000)