A pastebin for Tailscale users
Find a file
Xe Iaso 34f5253535 go mod tidy
Signed-off-by: Xe Iaso <xe@tailscale.com>
2023-01-12 16:25:13 +00:00
cmd many fixes 2022-12-15 18:47: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