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

60 lines
1.9 KiB
Markdown
Raw Normal View History

2020-11-04 22:47:01 +01:00
# Lstu 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-12-18 12:49:16 +01:00
[![Install Lstu with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](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
2020-11-16 16:41:23 +01:00
Lstu means Let's Shorten That URL.
2019-02-03 01:24:33 +01:00
2021-06-21 14:29:14 +02:00
**Shipped version:** 0.23-0
2019-02-03 01:24:33 +01:00
## Screenshots
2020-11-16 16:41:23 +01:00
![](LSTU_screenshot.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
2020-11-04 22:47:01 +01:00
* Are LDAP and HTTP auth supported? **Yes**
* Can the app be used by multiple users? **Yes**
2019-02-03 01:24:33 +01:00
#### Supported architectures
2021-04-22 23:52:56 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/lstu.svg)](https://ci-apps.yunohost.org/ci/apps/lstu/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/lstu.svg)](https://ci-apps-arm.yunohost.org/ci/apps/lstu/)
2020-04-21 01:30:26 +02:00
2019-02-03 01:24:33 +01:00
## Links
* Report a bug: https://github.com/YunoHost-Apps/lstu_ynh/issues
2020-11-04 22:47:01 +01:00
* Upstream app repository: https://framagit.org/fiat-tux/hat-softwares/lstu
2019-02-03 01:24:33 +01:00
* YunoHost website: https://yunohost.org/
---
2020-11-04 22:47:01 +01: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
```