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
2019-03-15 00:20:35 +01:00
conf Revert "User is used instead of www-data" 2019-03-15 00:20:35 +01:00
scripts Revert "User is used instead of www-data" 2019-03-15 00:20:35 +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 [WIP] add actions 2019-02-15 14:54:27 +01:00
check_process Update check_process 2019-02-18 16:57:52 +01:00
LICENSE Create LICENSE 2017-02-04 11:22:25 +01:00
manifest.json Update manifest.json 2019-03-12 16:16:17 +01:00
README.md Update README.md 2019-02-17 22:27:19 +01:00

Lstu app for YunoHost

Integration level
Install lstu with YunoHost

This package allow you to install lstu quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

Lstu means Let's Shorten That Url.

Shipped version: 0.21-4

Screenshots

Demo

Configuration

How to configure this app: a plain file with SSH.

Documentation

YunoHost specific features

Multi-users support

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

Supported architectures

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

More information on the documentation page:
https://yunohost.org/packaging_apps


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.

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