ABOUT
Kutt is a modern URL shortener with support for custom domains. Create and edit links, view statistics, manage users, and more.
infoKutt needs so be served with an SSL certificate for its login to work. During install, you will be prompted to choose if you want to have Caddy installed for SSL termination or if you want to use your own reverse proxy (in that case point your reverse proxy to port 3000).
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 MB RAM2 GB disk
Config path/opt/kutt/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/kutt.sh'; sha='9ddd73171f7c7ba19b040f9607eddb6aa002e11014a0546928ad9ca5d30c215c'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.