1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lstu_ynh.git synced 2024-09-03 19:36:12 +02:00
lstu_ynh/README.md

71 lines
2.2 KiB
Markdown
Raw Normal View History

2019-02-03 01:24:33 +01:00
# Lstu app for YunoHost
2017-02-04 11:16:48 +01:00
2020-05-30 15:37:11 +02:00
[![Integration level](https://dash.yunohost.org/integration/lstu.svg)](https://dash.yunohost.org/appci/app/lstu) ![](https://ci-apps.yunohost.org/ci/badges/lstu.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/lstu.maintain.svg)
2020-05-30 15:52:59 +02:00
[![Install Lstu with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=lstu)
2017-02-04 11:16:48 +01:00
2020-05-30 15:52:59 +02:00
> *This package allows you to install Lstu quickly and simply on a YunoHost server.
2020-05-30 15:45:34 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2017-02-02 20:31:45 +01:00
2019-02-03 01:24:33 +01:00
## Overview
Lstu means Let's Shorten That Url.
2020-05-30 15:28:10 +02:00
**Shipped version:** 0.22-0
2019-02-03 01:24:33 +01:00
## Screenshots
2019-02-03 01:27:54 +01:00
![](https://framalibre.org/sites/default/files/Screenshot_20161213_120016_1.png)
2019-02-03 01:24:33 +01:00
## Demo
* [Official demo](https://lstu.fr)
## Configuration
2020-05-30 15:45:34 +02:00
How to configure this app: a plain file at `/var/www/lstu/lstu.conf` with SSH.
2019-02-03 01:24:33 +01:00
## Documentation
* Official documentation: https://framagit.org/fiat-tux/hat-softwares/lstu/wikis/home
## YunoHost specific features
2020-05-30 15:45:34 +02:00
#### Multi-user support
2019-02-03 01:24:33 +01:00
2019-02-17 22:27:19 +01:00
Are LDAP and HTTP auth supported? **Yes**
2019-02-03 01:24:33 +01:00
Can the app be used by multiple users? **Yes**
#### Supported architectures
2020-05-30 15:45:34 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/lstu%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/lstu/)
2020-04-21 01:30:26 +02:00
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/lstu%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/lstu/)
2019-02-03 01:24:33 +01:00
2020-05-30 15:45:34 +02:00
**More info on the documentation page:**
2019-02-03 01:24:33 +01:00
https://yunohost.org/packaging_apps
## Links
* Report a bug: https://github.com/YunoHost-Apps/lstu_ynh/issues
2020-05-30 15:45:34 +02:00
* Upstream app repository: Link to the official repository of the upstream app.
2019-02-03 01:24:33 +01:00
* YunoHost website: https://yunohost.org/
---
2020-05-30 15:45:34 +02:00
Developer info
2019-02-03 01:24:33 +01:00
----------------
2020-05-30 15:45:34 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/lstu_ynh/tree/testing).
2019-02-03 01:24:33 +01:00
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
```
2020-05-30 15:45:34 +02:00
2017-04-21 12:54:39 +02:00
## Todo
- [ ] Allow to choose the database (sqlite or PostgreSQL)
- [ ] Allow to choose to use Minion
2019-02-03 01:34:52 +01:00
- [ ] Add CI stuff