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

Merge pull request #80 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-06-05 08:52:31 +02:00 committed by GitHub
commit 94760d0e92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 70 additions and 27 deletions

View file

@ -1,6 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
- [Lea el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Lstu means Let's Shorten That URL.
**Shipped version:** 0.26.0~ynh3
**Shipped version:** 0.28-0~ynh1
**Demo:** <https://lstu.fr>

50
README_es.md Normal file
View file

@ -0,0 +1,50 @@
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# Lstu para Yunohost
[![Nivel de integración](https://dash.yunohost.org/integration/lstu.svg)](https://dash.yunohost.org/appci/app/lstu) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/lstu.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/lstu.maintain.svg)
[![Instalar Lstu con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lstu)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarLstu rapidamente y simplement en un servidor YunoHost.*
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
## Descripción general
Lstu means Let's Shorten That URL.
**Versión actual:** 0.28-0~ynh1
**Demo:** <https://lstu.fr>
## Capturas
![Captura de Lstu](./doc/screenshots/LSTU_screenshot.png)
## Documentaciones y recursos
- Sitio web oficial: <https://lstu.fr>
- Documentación administrador oficial: <https://framagit.org/fiat-tux/hat-softwares/lstu/wikis/home>
- Repositorio del código fuente oficial de la aplicación : <https://framagit.org/fiat-tux/hat-softwares/lstu>
- Catálogo YunoHost: <https://apps.yunohost.org/app/lstu>
- Reportar un error: <https://github.com/YunoHost-Apps/lstu_ynh/issues>
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/lstu_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/lstu_ynh/tree/testing --debug
o
sudo yunohost app upgrade lstu -u https://github.com/YunoHost-Apps/lstu_ynh/tree/testing --debug
```
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
Lstu means Let's Shorten That URL.
**Paketatutako bertsioa:** 0.26.0~ynh3
**Paketatutako bertsioa:** 0.28-0~ynh1
**Demoa:** <https://lstu.fr>

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Raccourcisseur d'URL
**Version incluse:** 0.26.0~ynh3
**Version incluse:** 0.28-0~ynh1
**Démo:** <https://lstu.fr>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
Lstu means Let's Shorten That URL.
**Versión proporcionada:** 0.26.0~ynh3
**Versión proporcionada:** 0.28-0~ynh1
**Demo:** <https://lstu.fr>

View file

@ -3,7 +3,7 @@
请勿手动编辑。
-->
# YunoHost 的 Lstu
# YunoHost 的 Lstu
[![集成程度](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)
@ -19,7 +19,7 @@
Lstu means Let's Shorten That URL.
**分发版本:** 0.26.0~ynh3
**分发版本:** 0.28-0~ynh1
**演示:** <https://lstu.fr>

View file

@ -6,6 +6,7 @@ location __PATH__/ {
proxy_pass http://127.0.0.1:__PORT__;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

View file

@ -5,7 +5,7 @@ name = "Lstu"
description.en = "URL Shortener"
description.fr = "Raccourcisseur d'URL"
version = "0.26.0~ynh3"
version = "0.28-0~ynh1"
maintainers = ["frju365"]
@ -49,8 +49,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://framagit.org/fiat-tux/hat-softwares/lstu/-/archive/0.26-0/lstu-0.26-0.tar.gz"
sha256 = "323c81b4cb04a97eda7cb37b2a63d16e808591fd46eb4326f6619200ce742960"
url = "https://framagit.org/fiat-tux/hat-softwares/lstu/-/archive/0.28-0/lstu-0.28-0.tar.gz"
sha256 = "bb6531dbbc67800b818147fa0758b3581f4a8bf0267537f4ba598334c0c7ab3b"
autoupdate.strategy = "latest_gitlab_release"
[resources.ports]

View file

@ -58,7 +58,7 @@ yunohost service add $app --log="/var/log/$app.log" --log="/var/www/$app/log/pro
#=================================================
ynh_script_progression --message="Adding a configuration file..."
ynh_add_config --template="../conf/lstu.conf.ldap" --destination="$install_dir/lstu.conf"
ynh_add_config --template="lstu.conf.ldap" --destination="$install_dir/lstu.conf"
#=================================================
# INSTALL LSTU
@ -66,7 +66,7 @@ ynh_add_config --template="../conf/lstu.conf.ldap" --destination="$install_dir/l
ynh_script_progression --message="Installing Lstu..."
pushd $install_dir
carton install --deployment --without=sqlite --without=mysql
carton install --without=sqlite --without=mysql
popd
#=================================================

View file

@ -9,12 +9,6 @@
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# CHECK VERSION
#=================================================
upgrade_type=$(ynh_check_app_version_changed)
#=================================================
# STANDARD UPGRADE STEPS
#=================================================
@ -27,14 +21,10 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_script_progression --message="Upgrading source files..."
if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading source files..."
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --keep="lstu.conf"
fi
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --keep="lstu.conf"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
@ -46,15 +36,16 @@ chown -R $app:www-data "$install_dir"
#=================================================
#ynh_script_progression --message="Updating a configuration file..."
#ynh_add_config --template="../conf/lstu.conf.ldap" --destination="$install_dir/lstu.conf"
#ynh_add_config --template="lstu.conf.ldap" --destination="$install_dir/lstu.conf"
#=================================================
# BUILD LSU
#=================================================
ynh_script_progression --message="Building lstu..."
ynh_script_progression --message="Building $app..."
pushd $install_dir
carton install --deployment --without=sqlite --without=mysql
ynh_secure_remove --file="$install_dir/local"
carton install --without=sqlite --without=mysql
popd
#=================================================