A pastebin for Tailscale users
Find a file
Xe Iaso e132530597 many fixes
cmd/tailpaste:
- better handle the error cases from web

cmd/web:
- Implement list of pastes
- Add contextual navbar for paste list and meta help
- Add error page rendering
- Add paginated paste listing
- Add created_at column
- Make paster information less janky on per-paste views

Signed-off-by: Xe Iaso <xe@tailscale.com>
2022-12-15 18:47:09 +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 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