mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-12-15 18:40:06 +05:30
ff69f71b60a68e9ca58cd06c2ac13fde32be5e18
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
Languages
Go
41.7%
TypeScript
36%
Nix
12.7%
HTML
5.4%
Shell
2.8%
Other
1.4%