This project is loosely based on my Non-Disclosure-Agreement Python project, but written in Go.
- Store text
- Store URLs and redirect
- Store whatever you want
- Be highly-available
- Persistently store anything
You can build this shitty software with:
# Build the binary
go build -o ots main.goOr, you can build it with docker or podman:
# Build Container
sudo podman build -t ghcr.io/danmanners/ots:$(git rev-parse --short HEAD) .- Add in Multiple User-Selectable Backends
- Redis
- etcd
- Encrypt literally anything; shit isn't even encoded.