From 7486deca8e975b0f3395d907b03222da88a3c0b0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 10 Jan 2023 19:55:49 +0000 Subject: [PATCH 1/2] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c7e744..a415a47 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Shlink is a self-hosted URL shortener which provides both a REST and a CLI inter Additionally, there's also an official Shlink web client which, by making use of Shlink's REST API, provides a beautiful web UI to handle multiple Shlink instances. -**Shipped version:** 3.3.1~ynh1 +**Shipped version:** 3.4.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index bcbd260..71b1145 100755 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Shlink is a self-hosted URL shortener which provides both a REST and a CLI inter Additionally, there's also an official Shlink web client which, by making use of Shlink's REST API, provides a beautiful web UI to handle multiple Shlink instances. -**Version incluse :** 3.3.1~ynh1 +**Version incluse :** 3.4.0~ynh1 ## Captures d'écran From cf7db2347ed82f2834f30ecae5dcb03b13865d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 20 Jan 2023 20:21:27 +0100 Subject: [PATCH 2/2] Update backup --- scripts/backup | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/backup b/scripts/backup index 1fa1d48..51ed350 100755 --- a/scripts/backup +++ b/scripts/backup @@ -56,14 +56,6 @@ ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" -#================================================= -# SPECIFIC BACKUP -#================================================= -# BACKUP LOGROTATE -#================================================= - -ynh_backup --src_path="/etc/logrotate.d/$app" - #================================================= # BACKUP THE MYSQL DATABASE #=================================================