From b45d824e2b6c38e42324bffc9a3c8cf0638967e6 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Mon, 2 May 2022 10:38:27 +0200 Subject: [PATCH] Create app_yourls.md --- .../02.docs/yourls/app_yourls.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 pages/02.applications/02.docs/yourls/app_yourls.md diff --git a/pages/02.applications/02.docs/yourls/app_yourls.md b/pages/02.applications/02.docs/yourls/app_yourls.md new file mode 100644 index 00000000..0909b7cd --- /dev/null +++ b/pages/02.applications/02.docs/yourls/app_yourls.md @@ -0,0 +1,40 @@ +--- +title: Yourls +template: docs +taxonomy: + category: docs, apps +routes: + default: '/app_yourls' +--- + +![Yourls's logo](image://yourls-logo.png?height=100) + + +[![Install Yourls with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=yourls) +[![Integration level](https://dash.yunohost.org/integration/yourls.svg)](https://dash.yunohost.org/appci/app/yourls) + + +**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. + +### Index + +- [Features](#features) +- [Useful links](#useful-links) + +## 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 + +## Useful links + +* Official app website: https://yourls.org/ +* Official admin documentation: https://docs.yourls.org/ +* Upstream app code repository: https://github.com/YOURLS/YOURLS +* YunoHost documentation for this app: https://yunohost.org/app_yourls +* Report a bug: https://github.com/YunoHost-Apps/yourls_ynh/issues