diff --git a/README.md b/README.md index 04ada72..18e5ef8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # BookStack for YunoHost -[![Integration level](https://dash.yunohost.org/integration/bookstack.svg)](https://dash.yunohost.org/appci/app/bookstack) ![Working status](https://ci-apps.yunohost.org/ci/badges/bookstack.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/bookstack.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/bookstack.svg)](https://dash.yunohost.org/appci/app/bookstack) ![Working status](https://ci-apps.yunohost.org/ci/badges/bookstack.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/bookstack.maintain.svg) [![Install BookStack with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bookstack) *[Lire ce readme en français.](./README_fr.md)* @@ -28,13 +28,13 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Diagrams.net Integration -**Shipped version:** 22.11.1~ynh2 +**Shipped version:** 23.01~ynh1 **Demo:** https://demo.bookstackapp.com ## Screenshots -![Screenshot of BookStack](./doc/screenshots/bookstack-hero-screenshot.jpg) +![Screenshot of BookStack](./doc/screenshots/screenshot.png) ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index f9ac587..b3b840b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,34 +5,34 @@ It shall NOT be edited by hand. # BookStack pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/bookstack.svg)](https://dash.yunohost.org/appci/app/bookstack) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/bookstack.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/bookstack.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/bookstack.svg)](https://dash.yunohost.org/appci/app/bookstack) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/bookstack.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/bookstack.maintain.svg) [![Installer BookStack avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bookstack) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer BookStack rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer BookStack rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble -BookStack is an opinionated wiki system that provides a pleasant and simple out of the box experience. New users to an instance should find the experience intuitive and only basic word-processing skills should be required to get involved in creating content on BookStack. The platform should provide advanced power features to those that desire it but they should not interfere with the core simple user experience. +BookStack est un système wiki simple prête à l'emploi. Les nouveaux utilisateurs d'une instance devraient trouver l'expérience intuitive et seules des compétences de base en traitement de texte devraient être requises pour s'impliquer dans la création de contenu sur BookStack. La plate-forme doit fournir des fonctionnalités avancées à ceux qui le souhaitent, mais elles ne doivent pas interférer avec l'expérience utilisateur simple de base. -### Features +### Caractéristiques -- Multi-Factor Authentication -- Dark & Light Modes -- LDAP Authentication -- Optional Markdown Editor -- Multi-Lingual +- Authentification multifacteur +- Modes sombre et clair +- Authentification LDAP +- Éditeur Markdown facultatif +- Multilingue -**Version incluse :** 22.11.1~ynh2 +**Version incluse :** 23.01~ynh1 **Démo :** https://demo.bookstackapp.com -## Captures d'écran +## Captures d’écran -![Capture d'écran de BookStack](./doc/screenshots/bookstack-hero-screenshot.jpg) +![Capture d’écran de BookStack](./doc/screenshots/screenshot.png) ## Avertissements / informations importantes @@ -46,10 +46,10 @@ Pour la première connexion avec une authentification standard, utilisez les inf ## Documentations et ressources -* Site officiel de l'app : +* Site officiel de l’app : * Documentation officielle utilisateur : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -65,4 +65,4 @@ ou sudo yunohost app upgrade bookstack -u https://github.com/YunoHost-Apps/bookstack_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index 9cd3097..c264b92 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://api.github.com/repos/BookStackApp/BookStack/tarball/v22.11.1 -SOURCE_SUM=b9e699422e40df9800ea569b84d2e1c01076b6fc672bf63ca6192e0083124805 +SOURCE_URL=https://api.github.com/repos/BookStackApp/BookStack/tarball/v23.01 +SOURCE_SUM=bfd26c163b2a25b3aef43962e3bcc1708598f2ff665bf0cb0dc37c683a22f7b8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT= SOURCE_IN_SUBDIR=true diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf index 102393a..ce1fb1f 100644 --- a/conf/extra_php-fpm.conf +++ b/conf/extra_php-fpm.conf @@ -1,5 +1,5 @@ ; Additional php.ini defines, specific to this pool of workers. -php_admin_value[upload_max_filesize] = 100M +php_admin_value[upload_max_filesize] = 256M php_admin_value[memory_limit] = 256M -php_admin_value[post_max_size] = 100M +php_admin_value[post_max_size] = 256M diff --git a/conf/nginx.conf b/conf/nginx.conf index 3672207..ad2051b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,7 +4,7 @@ location __PATH__/ { # Path to source alias __FINALPATH__/public/; - client_max_body_size 100m; + client_max_body_size 256M; client_body_timeout 120s; # Default is 60, May need to be increased for very large uploads index index.php; diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index 61c0c14..d67e864 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -1,9 +1,9 @@ -BookStack is an opinionated wiki system that provides a pleasant and simple out of the box experience. New users to an instance should find the experience intuitive and only basic word-processing skills should be required to get involved in creating content on BookStack. The platform should provide advanced power features to those that desire it but they should not interfere with the core simple user experience. +BookStack est un système wiki simple prête à l'emploi. Les nouveaux utilisateurs d'une instance devraient trouver l'expérience intuitive et seules des compétences de base en traitement de texte devraient être requises pour s'impliquer dans la création de contenu sur BookStack. La plate-forme doit fournir des fonctionnalités avancées à ceux qui le souhaitent, mais elles ne doivent pas interférer avec l'expérience utilisateur simple de base. -### Features +### Caractéristiques -- Multi-Factor Authentication -- Dark & Light Modes -- LDAP Authentication -- Optional Markdown Editor -- Multi-Lingual +- Authentification multifacteur +- Modes sombre et clair +- Authentification LDAP +- Éditeur Markdown facultatif +- Multilingue diff --git a/doc/screenshots/bookstack-hero-screenshot.jpg b/doc/screenshots/bookstack-hero-screenshot.jpg deleted file mode 100644 index cce7081..0000000 Binary files a/doc/screenshots/bookstack-hero-screenshot.jpg and /dev/null differ diff --git a/doc/screenshots/screenshot.png b/doc/screenshots/screenshot.png new file mode 100644 index 0000000..88dcce4 Binary files /dev/null and b/doc/screenshots/screenshot.png differ diff --git a/manifest.json b/manifest.json index a1b911f..d00aafa 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Platform to create documentation/wiki content", "fr": "Plateforme pour créer du contenu de documentation/wiki" }, - "version": "22.11.1~ynh2", + "version": "23.01~ynh1", "url": "https://www.bookstackapp.com/", "upstream": { "license": "MIT", diff --git a/scripts/restore b/scripts/restore index f8c9063..4846b39 100644 --- a/scripts/restore +++ b/scripts/restore @@ -37,8 +37,9 @@ fpm_usage=$(ynh_app_setting_get --app=$app --key=fpm_usage) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=1 -test ! -d $final_path || ynh_die --message="There is already a directory: $final_path " - +test ! -d $final_path \ + || ynh_die --message="There is already a directory: $final_path " + #================================================= # STANDARD RESTORATION STEPS #=================================================