mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
YOURLS package for YunoHost
b936455c2b
Example |
||
---|---|---|
.github | ||
conf | ||
doc | ||
scripts | ||
sources | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md | ||
README_fr.md |
Yourls for YunoHost
This package allows you to install Yourls quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide 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).
YOURLS Features
- Free and open-source software,
- Private (your links only) or Public (everybody can create short links, fine for an intranet),
- Terrific Plugin architecture and 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 and more !
Shipped version: 1.8.2~ynh1
Demo: https://yourls.org/cookie+
Screenshots
Documentation and resources
- Official app website: https://yourls.org/
- Official admin documentation: https://github.com/YOURLS/YOURLS/wiki
- 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
Developer info
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
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