mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-06 11:56:34 +05:30
1.2 KiB
1.2 KiB
trok
Accessing your local service should be simple
Table of Contents
Installation
curl -fsSL https://trok.cloud/install.sh | sh
Nix Flake
# Add to your flake inputs
trok = {
url = "github:tuxdotrs/trok";
inputs.nixpkgs.follows = "nixpkgs";
};
# Add this in your nixos config
environment.systemPackages = [ inputs.trok.packages.${system}.default ];
Usage
trok tcp PORT_NUMBER
Selfhost
TODO