X3NOOO / dwarf

A simple link shortener.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dwarf

     __                ___
 ___/ /    _____ _____/ _/
/ _  / |/|/ / _ `/ __/ _/
\_,_/|__,__/\_,_/_/ /_/

A simple link shortener.

screenshot

Features

  • Both auto-generated and custom shortlink.
  • Limit the number of visits for your shortlink.
  • Ability to set an expiration date.
  • Password protection of your shortlink.

Installation

  1. Copy index.php and style.css into your html directory.
  2. Setup rewrites for your web server (nginx example below).
location / {
    try_files $uri $uri/ /?$args;
}

Donation

  • XMR: 8BrqGJBJ9cAKWLhaZws37AbCZtKVg2cfq8JpNr6GmeuZYZUUHLgn2L4PLxg1eZHvzMLNncyYpduVWHb8X49qx8vmAL5oanL

About

A simple link shortener.

License:GNU Affero General Public License v3.0


Languages

Language:PHP 92.4%Language:CSS 7.6%