A simple short link manager XD
- ✅ Fast short link redirection
- ✅ Different permissions for different users
- ✅ Custom short link
- ✅ Privacy options
- Docker
- Docker Compose
Clone the repository
git clone https://github.com/tobycm/l
cd lWith web frontend:
docker compose -f docker-compose-full.yaml upWithout web frontend:
docker compose upClone the repository
git clone https://github.com/tobycm/l
cd lInstall the dependencies
cd web
bun i
cd ..
cd server
bun i
cd ..Start services
cd pocketbase
pocketbase servecd web
bun run devcd server
bun run startYou can go to your PocketBase admin dashboard (https://<your pocketbase url>/_/) and set users collection create rule to admin only.
This project is licensed under the MIT License - see the LICENSE file for details.
Any contribution is appreciated. Just create an issue/pull request and I will review it ASAP.
If you like this project, please give it a ⭐ and share it with your friends!