From 498573f3a8a31aa815199a5a1d6c4eacb7203e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 3 May 2023 16:08:54 +0200 Subject: [PATCH] Testing (#116) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 22.06 * Auto-update README * Update manifest.json * Fix * 22.06.1 * Auto-update README * Update upgrade * 22.06.2 * Auto-update README * Update app.src * Update DESCRIPTION.md * Auto-update README * Update nginx.conf * Update .env.example.complete * Update .env.example.complete * Update install * Revert "Update install" This reverts commit e43db7a0deb773ce8e4514887383b7528cc63808. * 22.07.1 (#80) * 22.07.1 * Auto-update README Co-authored-by: yunohost-bot * Auto-update README * Auto-update README * 22.07.2 (#82) * 22.07.2 * Auto-update README Co-authored-by: yunohost-bot * 22.07.3 (#84) * 22.07.3 * Auto-update README * Update manifest.json Co-authored-by: yunohost-bot * Update upgrade * 22.09 (#88) * 22.09 * Auto-update README * Update app.src Co-authored-by: yunohost-bot * 22.09.1 * Auto-update README * upgrade composer * upgrade config (#91) * Update manifest.json * Auto-update README * Update upgrade * 22.10 * Auto-update README * 22.10.1 * 22.11 * Auto-update README * 22.11.1 * Auto-update README * Upgrade to version 22.11.1 (#100) * Upgrade to v22.11.1 * Auto-update README Co-authored-by: yunohost-bot Co-authored-by: yunohost-bot Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * Fis php (#102) * Update upgrade * reorder script * Update manifest.json * Auto-update README * Update restore * Fix size * Auto-update README * Update DESCRIPTION_fr.md * Auto-update README * Fix * 23.01 * Auto-update README * PHP8.1 * 23.01.1 * Auto-update README * Upgrade auto-updater (#108) * [autopatch] Upgrade auto-updater * Auto-update README --------- Co-authored-by: tituspijean * V2 (#107) * Auto-update README * v2 * Fix * Update manifest.toml * Update manifest.toml * Fix * Create post_install.md * Fix * Auto-update README * Update install * Update config_panel.toml * Update manifest.toml * Update _common.sh * Update tests.toml * Add post * Update manifest.toml * Update remove * Update install * Update _common.sh * Fix * Update change_url * Update upgrade * Auto-update README * cleaning * remove PHP version * Update _common.sh * Update manifest.toml * Fix * fix * Update manifest.toml * Update manifest.toml * Update upgrade * Update manifest.toml * 23.02 * Auto-update README * Update change_url * Update change_url * Update upgrade --------- Co-authored-by: yunohost-bot * Fix * Auto-update README * Update manifest.toml * fix * Update manifest.toml * Update manifest.toml * Auto-update README * new autoupdate * cleaning * Update manifest.toml * Update manifest.toml * Auto-update README * cleaning * Upgrade to v23.2.3 (#113) * Upgrade to v23.2.3 * Auto-update README * Update config_panel.toml * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot Co-authored-by: tituspijean --- README.md | 2 +- README_fr.md | 2 +- config_panel.toml | 2 +- manifest.toml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f501cbe..8c45dab 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:** 23.2.3~ynh2 +**Shipped version:** 23.05~ynh1 **Demo:** https://demo.bookstackapp.com diff --git a/README_fr.md b/README_fr.md index d2f3013..409978a 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 :** 23.2.3~ynh2 +**Version incluse :** 23.05~ynh1 **Démo :** https://demo.bookstackapp.com diff --git a/config_panel.toml b/config_panel.toml index b027467..77de992 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -11,7 +11,7 @@ name = "BookStack configuration" choices = ["standard", "ldap"] default = "ldap" help = "Select an authentication method to connect to BookStack." - bind = "AUTH_METHOD:__INSTALL_DIR__/.env" + bind = "AUTH_METHOD:/var/www/__APP__/.env" [main.php_fpm_config] name = "PHP-FPM configuration" diff --git a/manifest.toml b/manifest.toml index 7ef034f..44889c5 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 = "23.2.3~ynh2" +version = "23.05~ynh1" maintainers = ["eric_G"] @@ -18,7 +18,7 @@ userdoc = "https://www.bookstackapp.com/docs/user/" code = "https://github.com/BookStackApp/BookStack" [integration] -yunohost = ">= 11.1.17" +yunohost = ">= 11.1.18" architectures = "all" multi_instance = true ldap = true @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v23.02.3.tar.gz" - sha256 = "cee038fa07be867019a342de4a36ed6c8cc84bfa8683b19680b64e89a0c689bc" + url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v23.05.tar.gz" + sha256 = "dd48fc6827247e24d373841328fdf1f6d1b495f431208794060c217133c6120c" rename = "bookstack.tar.gz" autoupdate.strategy = "latest_github_tag"