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.
- 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
- 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
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- App source: github.com/trelay-dev/trelay
- README / setup: github.com/trelay-dev/trelay#readme
MIT
