mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
URL Shortener package for YunoHost
23130ec33d
Co-authored-by: Kayou <pierre@kayou.io> |
||
---|---|---|
conf | ||
scripts | ||
.gitignore | ||
.travis.yml | ||
actions.json | ||
check_process | ||
issue_template.md | ||
LICENSE | ||
manifest.json | ||
pull_request_template.md | ||
README.md |
Lstu app for 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
- Official documentation: https://framagit.org/fiat-tux/hat-softwares/lstu/wikis/home
YunoHost specific features
Multi-user support
Are LDAP and HTTP auth supported? Yes
Can the app be used by multiple users? Yes
Supported architectures
More info on the documentation page:
https://yunohost.org/packaging_apps
Links
- Report a bug: https://github.com/YunoHost-Apps/lstu_ynh/issues
- Upstream app repository: Link to the official repository of the upstream app.
- YunoHost website: https://yunohost.org/
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