Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Efreak/YOURLS

 
 

Repository files navigation

yourls YOURLSBuild Status

YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. You'll have full control over your data, detailed stats, analytics, plugins, and more. It's free.

Changes

This fork of YOURLS simply changes defaults for YOURLS so that it can easily be hosted on red hat's openshift platform, and the addition of some extra plugins (these need to be enabled after starting YOURLS). The database and so farth are all automated; the only manual action needed is to set your username and password as environment variables with rhc, and the google analytics tracking code as well, if you want.

  • Run rhc env set YOURLS_USERNAME to set your login username
  • Run rhc env set YOURLS_PASSWORD to set your login password
  • Run rhc env set POWER_GA_MP_GAID to set your ga tracking code.

The text below is unedited from the original YOURLS readme.

Quick Start

To get started, check yourls.org!
Learn more tweaks in the Wiki documentation.

Community news, tips and tricks

Keep track of development

Bug Tracker

Before opening any issue, please search for existing issues and read the Issue Guidelines.

Have a new bug to report? Please open a new issue.

Versioning

For transparency, YOURLS will be maintained under the Semantic Versioning principles as much as possible. Releases are numbered with the following format: <major>.<minor>.<patch> and the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

Release Archive

License

Free software. Do whatever the hell you want with it. YOURLS is released under the MIT license

About

Your Own URL Shortener.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.3%
  • C 4.0%
  • JavaScript 3.8%
  • CSS 1.8%
  • HTML 0.1%