mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
60 lines
2.6 KiB
Markdown
60 lines
2.6 KiB
Markdown
<!--
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
It shall NOT be edited by hand.
|
|
-->
|
|
|
|
# Yourls for YunoHost
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/yourls.svg)](https://dash.yunohost.org/appci/app/yourls) ![Working status](https://ci-apps.yunohost.org/ci/badges/yourls.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/yourls.maintain.svg)
|
|
|
|
[![Install Yourls with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yourls)
|
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
|
|
|
> *This package allows you to install Yourls quickly and simply on a YunoHost server.*
|
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
|
|
|
## Overview
|
|
|
|
YOURLS stands for Your Own URL Shortener. It is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL or bitly).
|
|
Running your own URL shortener is fun, geeky and useful: you own your data and don't depend on third-party services. It's also a great way to add branding to your short URLs, instead of using the same public URL shortener everyone uses.
|
|
|
|
### Features
|
|
|
|
- Private (your links only) or Public (everybody can create short links, fine for an intranet)
|
|
- Dozens of plugins to easily implement new features
|
|
- Handy bookmarklets to easily shorten and share links
|
|
- Awesome stats: historical click reports, referrers tracking, visitors geo-location
|
|
- Developer API to integrate YOURLS into other applications
|
|
- Sample files to create your own public interface
|
|
|
|
|
|
**Shipped version:** 1.9.2~ynh5
|
|
|
|
**Demo:** <https://yourls.org/cookie+>
|
|
|
|
## Screenshots
|
|
|
|
![Screenshot of Yourls](./doc/screenshots/p4.png)
|
|
|
|
## Documentation and resources
|
|
|
|
- Official app website: <https://yourls.org/>
|
|
- Official admin documentation: <https://docs.yourls.org/>
|
|
- Upstream app code repository: <https://github.com/YOURLS/YOURLS>
|
|
- YunoHost Store: <https://apps.yunohost.org/app/yourls>
|
|
- Report a bug: <https://github.com/YunoHost-Apps/yourls_ynh/issues>
|
|
|
|
## Developer info
|
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/yourls_ynh/tree/testing).
|
|
|
|
To try the `testing` branch, please proceed like that:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/yourls_ynh/tree/testing --debug
|
|
or
|
|
sudo yunohost app upgrade yourls -u https://github.com/YunoHost-Apps/yourls_ynh/tree/testing --debug
|
|
```
|
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|