1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
* 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 <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
eric_G 2024-06-10 18:59:40 +02:00 committed by GitHub
parent e1fd4b1a42
commit 15f9b0384a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 11 additions and 19 deletions

View file

@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out
- Diagrams.net Integration - Diagrams.net Integration
**Shipped version:** 24.05.1~ynh1 **Shipped version:** 24.05.2~ynh1
**Demo:** <https://demo.bookstackapp.com> **Demo:** <https://demo.bookstackapp.com>

View file

@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out
- Diagrams.net Integration - Diagrams.net Integration
**Versión actual:** 24.05.1~ynh1 **Versión actual:** 24.05.2~ynh1
**Demo:** <https://demo.bookstackapp.com> **Demo:** <https://demo.bookstackapp.com>

View file

@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out
- Diagrams.net Integration - Diagrams.net Integration
**Paketatutako bertsioa:** 24.05.1~ynh1 **Paketatutako bertsioa:** 24.05.2~ynh1
**Demoa:** <https://demo.bookstackapp.com> **Demoa:** <https://demo.bookstackapp.com>

View file

@ -27,7 +27,7 @@ BookStack est un système wiki simple prête à l'emploi. Les nouveaux utilisate
- Multilingue - Multilingue
**Version incluse:** 24.05.1~ynh1 **Version incluse:** 24.05.2~ynh1
**Démo:** <https://demo.bookstackapp.com> **Démo:** <https://demo.bookstackapp.com>

View file

@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out
- Diagrams.net Integration - Diagrams.net Integration
**Versión proporcionada:** 24.05.1~ynh1 **Versión proporcionada:** 24.05.2~ynh1
**Demo:** <https://demo.bookstackapp.com> **Demo:** <https://demo.bookstackapp.com>

View file

@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out
- Diagrams.net Integration - Diagrams.net Integration
**分发版本:** 24.05.1~ynh1 **分发版本:** 24.05.2~ynh1
**演示:** <https://demo.bookstackapp.com> **演示:** <https://demo.bookstackapp.com>

View file

@ -5,7 +5,7 @@ name = "BookStack"
description.en = "Platform to create documentation/wiki content" description.en = "Platform to create documentation/wiki content"
description.fr = "Plateforme pour créer du contenu de documentation/wiki" description.fr = "Plateforme pour créer du contenu de documentation/wiki"
version = "24.05.1~ynh1" version = "24.05.2~ynh1"
maintainers = [] maintainers = []
@ -59,8 +59,8 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v24.05.1.tar.gz" url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v24.05.2.tar.gz"
sha256 = "64b484710a2683e75283497a566b4311d2df4d24ae11eccc87620940afe218c6" sha256 = "1144e1b712240eab7d0d83c05bc77fb771e06b2a10bf8d4c9d9a87ca30708518"
rename = "bookstack.tar.gz" rename = "bookstack.tar.gz"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"

View file

@ -26,16 +26,8 @@ ynh_backup --src_path="$install_dir"
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" 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" ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
#=================================================
# BACKUP SYSTEMD
#=================================================
ynh_backup --src_path="/etc/systemd/system/$app.service" ynh_backup --src_path="/etc/systemd/system/$app.service"
#================================================= #=================================================

View file

@ -68,7 +68,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
app_url_domain="https://$domain${path%/}" 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 chmod 640 $install_dir/.env
chown $app:$app $install_dir/.env chown $app:$app $install_dir/.env

View file

@ -72,7 +72,7 @@ ynh_install_composer
#timezone="$(cat /etc/timezone)" #timezone="$(cat /etc/timezone)"
#app_url_domain="https://$domain${path%/}" #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 # FINAL BOOKSTACK INSTALL