No description
- Rust 76.4%
- HTML 18.1%
- PLpgSQL 3%
- Dockerfile 2.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| k8s | ||
| migrations | ||
| src | ||
| templates | ||
| .dockerignore | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| compose.yaml | ||
| Dockerfile | ||
| README.md | ||
Short
A small link shortener service with OIDC.
Redirects are served on /{slug}; the admin UI lives under /_ui.
Config
All via SHORT_* environment variables or the matching --flags; run
short --help for the list. compose.yaml and k8s/short.yaml are working
examples.
Development
docker compose up --build
Then you may visit http://localhost:8000.