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 l
With web frontend:
docker compose -f docker-compose-full.yaml up
Without web frontend:
docker compose up
Clone the repository
git clone https://github.com/tobycm/l
cd l
Install the dependencies
cd web
bun i
cd ..
cd server
bun i
cd ..
Start services
cd pocketbase
pocketbase serve
cd web
bun run dev
cd server
bun run start
You 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!