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.1365",
"src": {
"url": "https://github.com/lollipopkit/flutter_server_box/releases/download/v1.0.1365/ServerBox-1.0.1365.dmg",
"sha256": "241a8ad2e2474f1db83569464d1b084f3c693be424b50b6043116bea3dbb8878"
},
"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"
}
}