A pastebin for Tailscale users
Find a file
Xe Iaso 14c5989f6c write help page
Signed-off-by: Xe Iaso <xe@tailscale.com>
2023-01-16 16:02:09 +00:00
cmd write help page 2023-01-16 16:02:09 +00:00
contrib write help page 2023-01-16 16:02:09 +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 update nixpkgs 2023-01-11 20:24:35 +00:00
flake.nix implement HTML rendering 2022-12-13 15:59:28 +00:00
go.mod go mod tidy 2023-01-12 16:25:13 +00:00
go.sum go mod tidy 2023-01-12 16:25: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