A URL shortener built with Javascript.
Password Protection for Deletion
- A password is required to delete a URL. You can set the deletion password in the web console.
- The password is stored as a hash in the database.
- A simple web interface is provided to allow users to add and delete URLs easily.
- The UI can be accessed at the root URL of the server.
- Users can create custom short URLs instead of randomly generated ones. This feature allows for easy-to-remember links.
- Linklie is free and open source and available on GitHub. Contributions are welcome!
- Linklie can be easily deployed using Docker or Node.js. Follow the instructions below to get your server up and running in no time.
- Linklie provides a simple API for creating and deleting URLs. The API can be accessed using HTTP requests.
- User can create their own web dashboard using the API.
- The server does not store any visitor logs, ensuring user privacy and data protection.