From 15f9b0384a52c702817626f70583d6d7cdc42875 Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:59:40 +0200 Subject: [PATCH] Testing (#166) * Upgrade to v24.05.1 (#164) * Upgrade to v24.05.1 https://github.com/BookStackApp/BookStack/releases/tag/v24.05.1 * Auto-update READMEs * Update manifest.toml * Auto-update READMEs * cleaning * Update backup --------- Co-authored-by: YunoHost Bot Co-authored-by: yunohost-bot --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- conf/{.env.example => .env} | 0 manifest.toml | 6 +++--- scripts/backup | 8 -------- scripts/install | 2 +- scripts/upgrade | 2 +- 11 files changed, 11 insertions(+), 19 deletions(-) rename conf/{.env.example => .env} (100%) diff --git a/README.md b/README.md index 2d39d66..d32fecc 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Diagrams.net Integration -**Shipped version:** 24.05.1~ynh1 +**Shipped version:** 24.05.2~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index b665727..a797f24 100644 --- a/README_es.md +++ b/README_es.md @@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Diagrams.net Integration -**Versión actual:** 24.05.1~ynh1 +**Versión actual:** 24.05.2~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 82dd83a..af6b8ef 100644 --- a/README_eu.md +++ b/README_eu.md @@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Diagrams.net Integration -**Paketatutako bertsioa:** 24.05.1~ynh1 +**Paketatutako bertsioa:** 24.05.2~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 2caeee2..46e7810 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ BookStack est un système wiki simple prête à l'emploi. Les nouveaux utilisate - Multilingue -**Version incluse :** 24.05.1~ynh1 +**Version incluse :** 24.05.2~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 277661e..4294c04 100644 --- a/README_gl.md +++ b/README_gl.md @@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Diagrams.net Integration -**Versión proporcionada:** 24.05.1~ynh1 +**Versión proporcionada:** 24.05.2~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index efbedbe..15d8791 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Diagrams.net Integration -**分发版本:** 24.05.1~ynh1 +**分发版本:** 24.05.2~ynh1 **演示:** diff --git a/conf/.env.example b/conf/.env similarity index 100% rename from conf/.env.example rename to conf/.env diff --git a/manifest.toml b/manifest.toml index ce32056..2a0d205 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "BookStack" description.en = "Platform to create documentation/wiki content" description.fr = "Plateforme pour créer du contenu de documentation/wiki" -version = "24.05.1~ynh1" +version = "24.05.2~ynh1" maintainers = [] @@ -59,8 +59,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v24.05.1.tar.gz" - sha256 = "64b484710a2683e75283497a566b4311d2df4d24ae11eccc87620940afe218c6" + url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v24.05.2.tar.gz" + sha256 = "1144e1b712240eab7d0d83c05bc77fb771e06b2a10bf8d4c9d9a87ca30708518" rename = "bookstack.tar.gz" autoupdate.strategy = "latest_github_release" diff --git a/scripts/backup b/scripts/backup index 19dc083..bc34329 100644 --- a/scripts/backup +++ b/scripts/backup @@ -26,16 +26,8 @@ ynh_backup --src_path="$install_dir" ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" -#================================================= -# BACKUP THE PHP-FPM CONFIGURATION -#================================================= - ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" -#================================================= -# BACKUP SYSTEMD -#================================================= - ynh_backup --src_path="/etc/systemd/system/$app.service" #================================================= diff --git a/scripts/install b/scripts/install index 2bdb5b4..5d56d3e 100644 --- a/scripts/install +++ b/scripts/install @@ -68,7 +68,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1 app_url_domain="https://$domain${path%/}" -ynh_add_config --template=../conf/.env.example --destination=$install_dir/.env +ynh_add_config --template=.env --destination=$install_dir/.env chmod 640 $install_dir/.env chown $app:$app $install_dir/.env diff --git a/scripts/upgrade b/scripts/upgrade index 5c64503..c2e49b7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -72,7 +72,7 @@ ynh_install_composer #timezone="$(cat /etc/timezone)" #app_url_domain="https://$domain${path%/}" -#ynh_add_config --template=../conf/.env.example --destination=$install_dir/.env +#ynh_add_config --template=.env --destination=$install_dir/.env #================================================= # FINAL BOOKSTACK INSTALL