Set up a highly efficient, self-hosted URL shortener designed for speed and simplicity. Built with Rust, this application focuses on delivering core link management features without unnecessary bloat, ensuring minimal resource consumption. It operates smoothly on low-end hardware, requiring less than 15MB of RAM under normal use.
Enjoy a clean, mobile-friendly interface that makes managing your links straightforward. You can easily generate random short links or specify custom URLs to suit your needs.
Key Features:
services:
chhoto-url:
image: sintan1729/chhoto-url:latest
container_name: chhoto-url
restart: unless-stopped
ports:
- "4567:4567"
volumes:
- ./data:/data
environment:
- DATABASE_URL=sqlite:///data/urls.sqlite
- PASSWORD=${APP_PASSWORD}APP_PASSWORD=your_secure_passwordAuto-fetched about 19 hours ago
Auto-fetched about 19 hours ago