A pastebin for Tailscale users
Find a file
Xe Iaso 5184d9337f cmd/web: write URL to client instead of forwarding client
Signed-off-by: Xe Iaso <xe@tailscale.com>
2022-12-08 20:38:02 +00:00
cmd cmd/web: write URL to client instead of forwarding client 2022-12-08 20:38:02 +00:00
.envrc initial commit 2022-12-08 19:43:13 +00:00
.gitignore initial commit 2022-12-08 19:43:13 +00:00
flake.lock initial commit 2022-12-08 19:43:13 +00:00
flake.nix initial commit 2022-12-08 19:43:13 +00:00
go.mod initial commit 2022-12-08 19:43:13 +00:00
go.sum initial commit 2022-12-08 19:43:13 +00:00
gomod2nix.toml initial commit 2022-12-08 19:43:13 +00:00
LICENSE initial commit 2022-12-08 19:43:13 +00:00
README.md initial commit 2022-12-08 19:43:13 +00:00

paste

A self-hostable pastebin for your tailnet.

Development

  1. Install Nix
  2. Enable flakes
  3. nix develop

Building

nix build .#bin
nix build .#docker