mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
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 <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
e1fd4b1a42
commit
15f9b0384a
11 changed files with 11 additions and 19 deletions
|
@ -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:** <https://demo.bookstackapp.com>
|
||||
|
||||
|
|
|
@ -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:** <https://demo.bookstackapp.com>
|
||||
|
||||
|
|
|
@ -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:** <https://demo.bookstackapp.com>
|
||||
|
||||
|
|
|
@ -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 :** <https://demo.bookstackapp.com>
|
||||
|
||||
|
|
|
@ -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:** <https://demo.bookstackapp.com>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
**演示:** <https://demo.bookstackapp.com>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue