mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
Testing (#126)
* restart config panel * Update manifest.toml * Standard (#119) * fix * Update manifest.toml * Update manifest.toml * Update POST_INSTALL.md * Update POST_INSTALL_fr.md * fix * Update manifest.toml * Auto-update README * Update tests.toml * Update tests.toml * remove standard * Update manifest.toml * Auto-update README * Update tests.toml * Update manifest.toml * Update manifest.toml * Update install * Update manifest.toml * Auto-update README * Update manifest.toml * Auto-update README * cleaning * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
04fb6d6ed4
commit
fa55e698c4
6 changed files with 8 additions and 5 deletions
|
@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out
|
|||
- Diagrams.net Integration
|
||||
|
||||
|
||||
**Shipped version:** 23.06.1~ynh1
|
||||
**Shipped version:** 23.06.1~ynh2
|
||||
|
||||
**Demo:** 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 :** 23.06.1~ynh1
|
||||
**Version incluse :** 23.06.1~ynh2
|
||||
|
||||
**Démo :** 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 = "23.06.1~ynh1"
|
||||
version = "23.06.1~ynh2"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
YNH_COMPOSER_VERSION=2.4.2
|
||||
YNH_COMPOSER_VERSION=2.5.8
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
|
@ -39,6 +39,8 @@ ynh_setup_source --dest_dir="$install_dir"
|
|||
|
||||
# Set permissions to app files
|
||||
chmod -R o-rwx $install_dir
|
||||
chmod -R 775 $install_dir/storage $install_dir/bootstrap/cache $install_dir/public/uploads
|
||||
|
||||
chown -R $app:www-data $install_dir
|
||||
|
||||
#=================================================
|
||||
|
@ -74,7 +76,7 @@ app_url_domain="https://$domain${path%/}"
|
|||
|
||||
ynh_add_config --template=../conf/.env.example --destination=$install_dir/.env
|
||||
|
||||
chmod 600 $install_dir/.env
|
||||
chmod 640 $install_dir/.env
|
||||
chown $app:$app $install_dir/.env
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -51,6 +51,7 @@ then
|
|||
fi
|
||||
|
||||
chmod -R o-rwx $install_dir
|
||||
chmod -R 775 $install_dir/storage $install_dir/bootstrap/cache $install_dir/public/uploads
|
||||
chown -R $app:www-data $install_dir
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue