Skip to content

Releases: nickprotop/ServerHub

v0.0.46

17 Apr 21:27

Choose a tag to compare

ServerHub 0.0.46

Installation

Quick Install (Recommended):

curl -fsSL https://raw.githubusercontent.com/nickprotop/ServerHub/main/install.sh | bash

Manual Install:

  1. Download the binary for your architecture:
    • serverhub-linux-x64 for Intel/AMD (x86_64)
    • serverhub-linux-arm64 for ARM (Raspberry Pi, etc.)
  2. Download widgets.tar.gz
  3. Extract and install:
chmod +x serverhub-linux-x64
sudo mv serverhub-linux-x64 /usr/local/bin/serverhub
mkdir -p ~/.local/share/serverhub/widgets
tar -xzf widgets.tar.gz -C ~/.local/share/serverhub/widgets

What's Changed

  • Update SharpConsoleUI dependency to 2.4.60 (9a71234)

Checksums

See SHA256SUMS for file verification.

v0.0.45

14 Apr 11:25

Choose a tag to compare

ServerHub 0.0.45

Installation

Quick Install (Recommended):

curl -fsSL https://raw.githubusercontent.com/nickprotop/ServerHub/main/install.sh | bash

Manual Install:

  1. Download the binary for your architecture:
    • serverhub-linux-x64 for Intel/AMD (x86_64)
    • serverhub-linux-arm64 for ARM (Raspberry Pi, etc.)
  2. Download widgets.tar.gz
  3. Extract and install:
chmod +x serverhub-linux-x64
sudo mv serverhub-linux-x64 /usr/local/bin/serverhub
mkdir -p ~/.local/share/serverhub/widgets
tar -xzf widgets.tar.gz -C ~/.local/share/serverhub/widgets

What's Changed

  • chore: bump SharpConsoleUI to 2.4.58 (5fa9cf3)

Checksums

See SHA256SUMS for file verification.

v0.0.44

13 Apr 20:36

Choose a tag to compare

ServerHub 0.0.44

Installation

Quick Install (Recommended):

curl -fsSL https://raw.githubusercontent.com/nickprotop/ServerHub/main/install.sh | bash

Manual Install:

  1. Download the binary for your architecture:
    • serverhub-linux-x64 for Intel/AMD (x86_64)
    • serverhub-linux-arm64 for ARM (Raspberry Pi, etc.)
  2. Download widgets.tar.gz
  3. Extract and install:
chmod +x serverhub-linux-x64
sudo mv serverhub-linux-x64 /usr/local/bin/serverhub
mkdir -p ~/.local/share/serverhub/widgets
tar -xzf widgets.tar.gz -C ~/.local/share/serverhub/widgets

What's Changed

  • chore: bump SharpConsoleUI to 2.4.57 (cb1dd13)

Checksums

See SHA256SUMS for file verification.

v0.0.43

10 Apr 23:49

Choose a tag to compare

ServerHub 0.0.43

Installation

Quick Install (Recommended):

curl -fsSL https://raw.githubusercontent.com/nickprotop/ServerHub/main/install.sh | bash

Manual Install:

  1. Download the binary for your architecture:
    • serverhub-linux-x64 for Intel/AMD (x86_64)
    • serverhub-linux-arm64 for ARM (Raspberry Pi, etc.)
  2. Download widgets.tar.gz
  3. Extract and install:
chmod +x serverhub-linux-x64
sudo mv serverhub-linux-x64 /usr/local/bin/serverhub
mkdir -p ~/.local/share/serverhub/widgets
tar -xzf widgets.tar.gz -C ~/.local/share/serverhub/widgets

What's Changed

  • chore: update SharpConsoleUI to 2.4.53 (88fb378)

Checksums

See SHA256SUMS for file verification.

v0.0.42

07 Apr 08:14

Choose a tag to compare

ServerHub 0.0.42

Installation

Quick Install (Recommended):

curl -fsSL https://raw.githubusercontent.com/nickprotop/ServerHub/main/install.sh | bash

Manual Install:

  1. Download the binary for your architecture:
    • serverhub-linux-x64 for Intel/AMD (x86_64)
    • serverhub-linux-arm64 for ARM (Raspberry Pi, etc.)
  2. Download widgets.tar.gz
  3. Extract and install:
chmod +x serverhub-linux-x64
sudo mv serverhub-linux-x64 /usr/local/bin/serverhub
mkdir -p ~/.local/share/serverhub/widgets
tar -xzf widgets.tar.gz -C ~/.local/share/serverhub/widgets

What's Changed

  • Update SharpConsoleUI dependency to 2.4.52 (7798b17)

Checksums

See SHA256SUMS for file verification.