No description
  • Rust 76.4%
  • HTML 18.1%
  • PLpgSQL 3%
  • Dockerfile 2.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
snek e5b55092eb
All checks were successful
Deploy / build (push) Successful in 5s
Deploy / deploy (push) Successful in 7s
envoy
2026-08-01 11:34:09 +02:00
.forgejo/workflows short 2026-07-30 16:20:27 +02:00
k8s envoy 2026-08-01 11:34:09 +02:00
migrations short 2026-07-30 16:20:27 +02:00
src short 2026-07-30 16:20:27 +02:00
templates short 2026-07-30 16:20:27 +02:00
.dockerignore short 2026-07-30 16:20:27 +02:00
.gitignore short 2026-07-30 16:20:27 +02:00
Cargo.lock short 2026-07-30 16:20:27 +02:00
Cargo.toml short 2026-07-30 16:20:27 +02:00
compose.yaml short 2026-07-30 16:20:27 +02:00
Dockerfile short 2026-07-30 16:20:27 +02:00
README.md short 2026-07-30 16:20:27 +02:00

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.