Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.26 KB

File metadata and controls

43 lines (30 loc) · 1.26 KB

Trelay

Trelay

Your Links, Your Server.

This repo is the marketing site and docs for Trelay, the self-hosted URL manager. The app itself lives at github.com/trelay-dev/trelay.

Why Trelay?

  • Self-hosted: data stays on your box
  • Privacy-minded: no vendor analytics in the product; IP anonymization by default
  • Built for operators: CLI, HTTP API, and a real dashboard
  • One container to run in production
  • MIT license

Features (high level)

  • Custom slugs, passwords, expiry, one-time links
  • Folders, trash, restore
  • Click stats with CSV/JSON export
  • Open Graph previews, QR codes
  • CLI with completion; REST API and OpenAPI spec in the main repo

Quick start (clone the app)

git clone https://github.com/trelay-dev/trelay.git && cd trelay
cp env.example .env   # set API_KEY, JWT_SECRET
docker compose up -d
# Dashboard: http://localhost:8080

Links

License

MIT