From 79e335d2765c6fb5cf07cfae471eeea962d43e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Sun, 3 Feb 2019 01:24:33 +0100 Subject: [PATCH] Update README --- README.md | 77 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 64 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 891f0c8..0e4b0ea 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,74 @@ +# Lstu app for YunoHost -![WTFPL](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-1.png) +[![Integration level](https://dash.yunohost.org/integration/lstu.svg)](https://dash.yunohost.org/appci/app/lstu) +[![Install lstu with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=lstu) -# lstu_ynh +> *This package allow you to install lstu quickly and simply on a YunoHost server. +If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* -Seems to work, but need some testing. +## Overview +Lstu means Let's Shorten That Url. + +**Shipped version:** 0.21-4 + +## Screenshots + +![](https://framacloud.org/fr/cultiver-son-jardin/images/lstu/lstu-web.jpg) + +## Demo + +* [Official demo](https://lstu.fr) + +## Configuration + +How to configure this app: a plain file with SSH. + +## Documentation + + * Official documentation: https://framagit.org/fiat-tux/hat-softwares/lstu/wikis/home + +## YunoHost specific features + +#### Multi-users support + +Are LDAP and HTTP auth supported? **Not yet** +Can the app be used by multiple users? **Yes** + +#### Supported architectures + +* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/lstu%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/lstu/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/lstu%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/lstu/) +* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/lstu%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/lstu/) + + +**More information on the documentation page:** +https://yunohost.org/packaging_apps + +## Links + + * Report a bug: https://github.com/YunoHost-Apps/lstu_ynh/issues + * App website: https://framagit.org/fiat-tux/hat-softwares/lstu + * YunoHost website: https://yunohost.org/ + +--- + +Developers info +---------------- + +**Only if you want to use a testing branch for coding, instead of merging directly into master.** +Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/lstu_ynh/tree/testing). + +To try the testing branch, please proceed like that. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/lstu_ynh/tree/testing --debug +or +sudo yunohost app upgrade lstu -u https://github.com/YunoHost-Apps/lstu_ynh/tree/testing --debug +``` ## Todo - [ ] Integrate with LDAP - [ ] Add a question for the admin features' password - [ ] Allow to choose the database (sqlite or PostgreSQL) - [ ] Allow to choose to use Minion -- [ ] Add CI stuff - -# Contributing - -To contribute see the package lutim_ynh as example. -Pour contribuer regardez le paquet lutim_ynh comme exemple. - -lutim_ynh : https://github.com/YunoHost-Apps/lutim_ynh -Site officiel de lstu: https://framagit.org/luc/lstu - +- [ ] Add CI stuff \ No newline at end of file