A pastebin for Tailscale users
Find a file
Xe Iaso a4b18e796a implement the public index page
Signed-off-by: Xe Iaso <xe@tailscale.com>
2022-12-15 17:37:35 +00:00
cmd implement the public index page 2022-12-15 17:37:35 +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 implement HTML rendering 2022-12-13 15:59:28 +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