1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lstu_ynh.git synced 2024-09-03 19:36:12 +02:00
URL Shortener package for YunoHost
Find a file
Éric Gaspar 47721e8411
Merge pull request #57 from yunohost-bot/issue-and-pr-template
[autopatch] Update issue and PR templates
2021-06-20 20:45:14 +02:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:48:50 +02:00
conf Update lstu-minion@.service 2020-12-08 18:16:41 +01:00
scripts Update restore 2020-12-08 17:39:43 +01:00
.gitignore Lstu ynh package correction 2017-04-21 14:47:33 +02:00
.travis.yml Create .travis.yml 2019-02-23 23:21:30 +01:00
actions.json Small fixes 2020-11-16 16:41:23 +01:00
check_process Fix linter warnings 2020-12-08 17:24:16 +01:00
LICENSE Create LICENSE 2017-02-04 11:22:25 +01:00
LSTU_screenshot.png Small fixes 2020-11-16 16:41:23 +01:00
manifest.json Correction d'orthographe 2021-05-09 12:12:15 +02:00
README.md Update README.md 2020-12-18 12:49:16 +01:00

Lstu for YunoHost

Integration level
Install Lstu with YunoHost

This package allows you to install Lstu quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Lstu means Let's Shorten That URL.

Shipped version: 0.22-0

Screenshots

Demo

Configuration

How to configure this app: a plain file at /var/www/lstu/lstu.conf with SSH.

Documentation

YunoHost specific features

Multi-user support

  • Are LDAP and HTTP auth supported? Yes
  • Can the app be used by multiple users? Yes

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

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/lstu_ynh/tree/testing --debug
or
sudo yunohost app upgrade lstu -u https://github.com/YunoHost-Apps/lstu_ynh/tree/testing --debug

Todo

  • Allow to choose the database (sqlite or PostgreSQL)
  • Allow to choose to use Minion
  • Add CI stuff