ServerBox icon

ServerBox 1.0.1491

App for monitoring server status with SSH terminal, SFTP, Container management

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    server-box # ServerBox
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    server-box # ServerBox
  ];
}

Package Definition

{
  "pname": "server-box",
  "version": "1.0.1491",
  "src": {
    "url": "https://github.com/lollipopkit/flutter_server_box/releases/download/v1.0.1491/ServerBox-1.0.1491.dmg",
    "sha256": "553d568ae9ab7c80d3bffc06f695e63fe076a604a6091f422bce127d7145c628"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Server Box.app\" && cp -r \"Server Box.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "App for monitoring server status with SSH terminal, SFTP, Container management",
    "homepage": "https://github.com/lollipopkit/flutter_server_box"
  }
}