Skip to content

Releases: HandyOSS/HandyHost

HandyHost 0.4.5 (MacOS & Debian)

05 Oct 09:34
Compare
Choose a tag to compare
Pre-release

MacOS Install Instructions

Prerequisites:

  1. some xcode command line tools are required during building of dependencies. You must run sudo xcode-select --install on your terminal before running the installer.
  2. The various projects depend on standard packages installed from homebrew.
    You can run this command to install Homebrew on your system:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Docker. DVPN runs its service in containers, thus you need Docker. Now that we have homebrew it is easy to install. Just run: brew install --cask docker. Once installed, open the Docker.app (in /Applications), accept the EULA, and then you can close the Docker application and continue the install.

After installing prerequisites, the double click package installer (HandyHost_v0.4.5.pkg) in this Release will take ~20-30 minutes to download/compile all dependencies.

To tail the installer progress logs, you can run tail -f /var/log/install.log in your terminal.

Once the installer is finished it will auto-launch the HandyHost Service as well as launch the StatusBar control (top-right mini icon) which you can use to stop/start and launch the GUI. HandyHost will start after the user logs-in after any restart event.

Debian/Ubuntu Install Instructions

  1. Download the release (handyhost_v0.4.5.deb) below from Assets, and save it to file (for example, in Downloads).
  2. Open a terminal, and cd where you downloaded, example: cd ~/Downloads
  3. Install with dpkg with this command:
    sudo dpkg -i handyhost_v0.4.5.deb || sudo apt install -f -y

Install will take ~20-30mins, the terminal logs will show how its going. Upon finish, the terminal will list the URLs to access the tool.

To start and stop HandyHost Daemon:
sudo systemctl stop handyhost with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.

Logs can be tailed with tail -f /var/log/handyhost.log

Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).

HandyHost v0.4.4 (MacOS and Debian)

05 Oct 00:15
Compare
Choose a tag to compare
Pre-release

(testing notes)

Linux: has new dependencies so you need to install this build with sudo dpkg -i ./handyhost_0.4.4.deb || sudo apt install -f -y
Pre-install:
We want to stop sia before running the install. You can either run this stuff or just restart the machine post install, up to you
Linux: sudo su then source /root/.profile && siac stop
Mac: source ~/.bash_profile && siac stop
Things to verify:

  1. After the installer has run: ps aux | grep siad the running siad process should contain siad --api-addr localhost:10801 indicating that the default API port is 10801 (aka you should be able to run side-by-side the mac wallet app with no wallet pollution)
  2. Mac: ls ~/.HandyHost/aktData, Linux: sudo ls /root/.HandyHost/aktData should now contain folder "akashRepo"
  3. Mac: Akash x86 tool can flash ubuntu iso onto fat32/extfat partitioned usb thumbdrive. Name should be proper, not "undefined"
  4. Akash: New cluster builds/sets up, and the ingress is successfully build during the POSTINSTALL process.
  5. Sia: Wallet panel now shows a messasge if you never created/imported a wallet
  6. Sia: You can import a wallet once chain is synced regardless of the wallet.height

MacOS Install Instructions

Prerequisites:

  1. some xcode command line tools are required during building of dependencies. You must run sudo xcode-select --install on your terminal before running the installer.
  2. The various projects depend on standard packages installed from homebrew.
    You can run this command to install Homebrew on your system:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Docker. DVPN runs its service in containers, thus you need Docker. Now that we have homebrew it is easy to install. Just run: brew install --cask docker. Once installed, open the Docker.app (in /Applications), accept the EULA, and then you can close the Docker application and continue the install.

After installing prerequisites, the double click package installer (HandyHost_v0.4.4.pkg) in this Release will take ~20-30 minutes to download/compile all dependencies.

To tail the installer progress logs, you can run tail -f /var/log/install.log in your terminal.

Once the installer is finished it will auto-launch the HandyHost Service as well as launch the StatusBar control (top-right mini icon) which you can use to stop/start and launch the GUI. HandyHost will start after the user logs-in after any restart event.

Debian Install Instructions

Install with dpkg like:
sudo dpkg -i handyhost_v0.4.4.deb || sudo apt install -f -y

Install will take ~20-30mins, the terminal logs will show how its going

To start and stop HandyHost Daemon:
sudo systemctl stop handyhost with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.

Logs can be tailed with tail -f /var/log/handyhost.log

Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).

HandyHost 0.4.3 (MacOS & Debian)

29 Sep 09:08
Compare
Choose a tag to compare
Pre-release

MacOS=HandyHost_v0.4.3.pkg
Debian=handyhost_v0.4.3.deb

MacOS Install Instructions

Prerequisites:

  1. some xcode command line tools are required during building of dependencies. You must run sudo xcode-select --install on your terminal before running the installer.
  2. The various projects depend on standard packages installed from homebrew.
    You can run this command to install Homebrew on your system:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Docker. DVPN runs its service in containers, thus you need Docker. Now that we have homebrew it is easy to install. Just run: brew install --cask docker. Once installed, open the Docker.app (in /Applications), accept the EULA, and then you can close the Docker application and continue the install.

After installing prerequisites, the double click package installer (HandyHost_v0.4.3.pkg) in this Release will take ~20-30 minutes to download/compile all dependencies.

To tail the installer progress logs, you can run tail -f /var/log/install.log in your terminal.

Once the installer is finished it will auto-launch the HandyHost Service as well as launch the StatusBar control (top-right mini icon) which you can use to stop/start and launch the GUI. HandyHost will start after the user logs-in after any restart event.

Debian Install Instructions

Install with dpkg like:
sudo dpkg -i handyhost_v0.4.3.deb || sudo apt install -f -y

Install will take ~20-30mins, the terminal logs will show how its going

To start and stop HandyHost Daemon:
sudo systemctl stop handyhost with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.

Logs can be tailed with tail -f /var/log/handyhost.log

Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).

HandyHost v0.3.9 (MacOS and Debian)

27 Sep 05:31
Compare
Choose a tag to compare
Pre-release

MacOS=HandyHost_v0.3.9.pkg
Debian=handyhost_v0.3.9.deb

MacOS Install Instructions

Prerequisites:

  1. some xcode command line tools are required during building of dependencies. You must run sudo xcode-select --install on your terminal before running the installer.
  2. The various projects depend on standard packages installed from homebrew.
    You can run this command to install Homebrew on your system:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Docker. DVPN runs its service in containers, thus you need Docker. Now that we have homebrew it is easy to install. Just run: brew install --cask docker. Once installed, open the Docker.app (in /Applications), accept the EULA, and then you can close the Docker application and continue the install.

After installing prerequisites, the double click package installer (HandyHost_v0.3.9.pkg) in this Release will take ~20-30 minutes to download/compile all dependencies.

To tail the installer progress logs, you can run tail -f /var/log/install.log in your terminal.

Once the installer is finished it will auto-launch the HandyHost Service as well as launch the StatusBar control (top-right mini icon) which you can use to stop/start and launch the GUI. HandyHost will start after the user logs-in after any restart event.

Debian Install Instructions

Install with dpkg like:
sudo dpkg -i handyhost_v0.3.8.deb || sudo apt install -f -y

Install will take ~20-30mins, the terminal logs will show how its going

To start and stop HandyHost Daemon:
sudo systemctl stop handyhost with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.

Logs can be tailed with tail -f /var/log/handyhost.log

Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).

HandyHost 0.3.8 (MacOS & Debian)

26 Sep 03:58
Compare
Choose a tag to compare
Pre-release

MacOS=HandyHost_v0.3.8.pkg
Debian=handyhost_v0.3.8.deb

MacOS Install Instructions

Prerequisites:

  1. some xcode command line tools are required during building of dependencies. You must run sudo xcode-select --install on your terminal before running the installer.
  2. The various projects depend on standard packages installed from homebrew.
    You can run this command to install Homebrew on your system:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Docker. DVPN runs its service in containers, thus you need Docker. Now that we have homebrew it is easy to install. Just run: brew install --cask docker. Once installed, open the Docker.app (in /Applications), accept the EULA, and then you can close the Docker application and continue the install.

After installing prerequisites, the double click package installer (HandyHost_v0.3.8.pkg) in this Release will take ~20-30 minutes to download/compile all dependencies.

To tail the installer progress logs, you can run tail -f /var/log/install.log in your terminal.

Once the installer is finished you can run the app by double clicking the HandyHost.app in /Applications/Handyhost
The app will keep a daemon running in the background that if you wish to kill manually, there is a command to kill it listed in the HandyHost.app screen.

Debian Install Instructions

Install with dpkg like:
sudo dpkg -i handyhost_v0.3.8.deb || sudo apt install -f -y

Install will take ~20-30mins, the terminal logs will show how its going

To start and stop HandyHost Daemon:
sudo systemctl stop handyhost with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.

Logs can be tailed with tail -f /var/log/handyhost.log

Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).

HandyHost 0.3.7 (MacOS & Debian)

25 Sep 23:09
Compare
Choose a tag to compare
Pre-release

MacOS=HandyHost_v0.3.7.pkg
Debian=handyhost_v0.3.7.deb

MacOS Install Instructions

Prerequisites:

  1. some xcode command line tools are required during building of dependencies. You must run sudo xcode-select --install on your terminal before running the installer.
  2. The various projects depend on standard packages installed from homebrew.
    You can run this command to install Homebrew on your system:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Docker. DVPN runs its service in containers, thus you need Docker. Now that we have homebrew it is easy to install. Just run: brew install --cask docker. Once installed, open the Docker.app (in /Applications), accept the EULA, and then you can close the Docker application and continue the install.

After installing prerequisites, the double click package installer (HandyHost_v0.3.7.pkg) in this Release will take ~20-30 minutes to download/compile all dependencies.

To tail the installer progress logs, you can run tail -f /var/log/install.log in your terminal.

Once the installer is finished you can run the app by double clicking the HandyHost.app in /Applications/Handyhost
The app will keep a daemon running in the background that if you wish to kill manually, there is a command to kill it listed in the HandyHost.app screen.

Debian Install Instructions

Install with dpkg like:
sudo dpkg -i handyhost_v0.3.7.deb || sudo apt install -f -y

Install will take ~20-30mins, the terminal logs will show how its going

To start and stop HandyHost Daemon:
sudo systemctl stop handyhost with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.

Logs can be tailed with tail -f /var/log/handyhost.log

Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).

v0.3.6 Debian

25 Sep 13:25
Compare
Choose a tag to compare
v0.3.6 Debian Pre-release
Pre-release

v0.3.6 debian build

Install with dpkg like:
sudo dpkg -i handyhost_v0.3.6.deb || sudo apt install -f -y

Install will take ~20-30mins, the terminal logs will show how its going

To start and stop HandyHost Daemon:
sudo systemctl stop handyhost with command verbs available: stop | start | restart
HandyHost Daemon will restart on machine start.

Logs can be tailed with tail -f /var/log/handyhost.log

Future .deb builds outside of the in-app update methods can be installed via double clicking (assuming no new apt dependencies).

v0.3.6 OSX

25 Sep 13:26
Compare
Choose a tag to compare
v0.3.6 OSX Pre-release
Pre-release

Prerequisites:

  1. some xcode command line tools are required during building of dependencies. You must run sudo xcode-select --install on your terminal before running the installer.
  2. The various projects depend on standard packages installed from homebrew.
    You can run this command to install Homebrew on your system:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Docker. DVPN runs its service in containers, thus you need Docker. Now that we have homebrew it is easy to install. Just run: brew install --cask docker. Once installed, open the Docker.app (in /Applications), accept the EULA, and then you can close the Docker application and continue the install.

After installing prerequisites, the double click package installer in this Release will take ~20-30 minutes to download/compile all dependencies.

To tail the installer progress logs, you can run tail -f /var/log/install.log in your terminal.

Once the installer is finished you can run the app by double clicking the HandyHost.app in /Applications/Handyhost
The app will keep a daemon running in the background that if you wish to kill manually, there is a command to kill it listed in the HandyHost.app screen.