A pastebin for Tailscale users
Find a file
Xe Iaso 34bef046bf create portable service image
Signed-off-by: Xe Iaso <xe@tailscale.com>
2023-01-16 16:23:53 +00:00
cmd rename go install url 2023-01-16 16:10:43 +00:00
contrib rename to infinipaste 2023-01-16 16:07:36 +00:00
run/portable-service create portable service image 2023-01-16 16:23:53 +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 create portable service image 2023-01-16 16:23:53 +00:00
go.mod rename to infinipaste 2023-01-16 16:07:36 +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 rename to infinipaste 2023-01-16 16:07:36 +00:00

infinipaste

A self-hostable pastebin for your tailnet. It can store an infinite* number of pastes.

Development

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

Building

nix build .#web
nix build .#docker