Easyshortener can have multiple users
Manage all of them from the built-in administration panel
Have piece of mind with built in two factor authentication
Crafted with love and care to provide the best experience possible
Deploy Easyshortener easier with your favorite container engine
Confused? Check out our install guide
composer install
- Installs dependencies to last updated versionphp artisan migrate
- Migrates the database- Set
EASYSHORTENER_ALLOW_REGISTRATION
totrue
to create your account - runphp artisan config:cache
once done npm run build
- Builds assets
docker run --name easyshortener -v /etc/easyshortener:/var/www/html -e APP_DEBUG=false -e EASYSHORTENER_ENABLE_REGISTRATION=true -e EASYSHORTENER_INSTALLATION_ENV=docker -e EASYSHORTENER_ALLOW_ANALYTICS=true -e FORCE_HTTPS=false -e DB_CONNECTION=sqlite -e DB_DATABASE=/database/sqlite/easyshortener.db ghcr.io/easypanel-community/easyshortener
Need to access your container? Use docker exec -it imageid /bin/sh
php artisan test
- Running this will refresh the entire databasephp artisan db:seed
- This creates a user calledUser
with the credentials[email protected]:password
Command | Description | Arguments |
---|---|---|
php artisan view:link | View all the links currently available on your Easyshortener instances connected database | None |
php artisan delete:link | Delete a link from your Easyshortener instance | ID |
Variable | Description | Arguments |
---|---|---|
EASYSHORTENER_ALLOW_REGISTRATION | Allows registration for your Easyshortener instance | true/false |
EASYSHORTENER_INSTALLATION_ENV | Sets the install platform of your Easyshortener instance | easypanel/docker/webhost |
EASYSHORTENER_ALLOW_ANALYTICS | Disable redirect tracking for all links on your Easyshortener instance | true/false |
FORCE_HTTPS | Force HTTPS connection for your Easyshortener instance | true/false |
Easyshortener is open-sourced software licensed under the MIT license.