Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frikishaan/lynx
An open-source self-hosted link shortner. Built with Laravel, Filament and SQLite ❤
https://github.com/frikishaan/lynx
filamentphp laravel link-shortener open-source php self-hosted sqlite
Last synced: about 1 month ago
JSON representation
An open-source self-hosted link shortner. Built with Laravel, Filament and SQLite ❤
- Host: GitHub
- URL: https://github.com/frikishaan/lynx
- Owner: frikishaan
- License: other
- Created: 2024-08-17T07:30:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T10:03:22.000Z (about 1 month ago)
- Last Synced: 2024-12-01T11:19:06.496Z (about 1 month ago)
- Topics: filamentphp, laravel, link-shortener, open-source, php, self-hosted, sqlite
- Language: PHP
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
> [!CAUTION]
> Currently in beta.## About Lynx
Lynx is a self-hosted link shortner application. It allows you to shorten, track, and manage links with ease.
**Features**
- Choice pages
- Customizable slug
- Password protected links
- QR Code
- Create multiple teams
- Custom domains
- Analytics## Requirements
- PHP 8.2
- Laravel 11.x
- Filament 3.x
- Sqlite## Installing locally
Follow below steps to install it locally -
### Clone repository
```bash
git clone https://github.com/frikishaan/lynx.git
```
### Install dependencies```bash
composer installnpm install
npm run build
```### Run database migrations
```bash
php artisan migrate
```### Optionally, seed the test data
```bash
php artisan db:seed
```## License
[Lynx license](./LICENSE.md)