1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
* 22.06

* Auto-update README

* Update manifest.json

* Fix

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
Éric Gaspar 2022-06-24 19:09:44 +02:00 committed by GitHub
parent bc79ab1252
commit 9f1a71b08c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 9 deletions

View file

@ -26,7 +26,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out
- Multi-Lingual
**Shipped version:** 22.04.2~ynh2
**Shipped version:** 22.06~ynh1
**Demo:** https://demo.bookstackapp.com

View file

@ -26,7 +26,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out
- Multi-Lingual
**Version incluse :** 22.04.2~ynh2
**Version incluse :** 22.06~ynh1
**Démo :** https://demo.bookstackapp.com

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v22.04.2.tar.gz
SOURCE_SUM=649a422f95ecad47d430eea88ffa656bcd15debd864ea30d5cc9c8f9cc88ac9f
SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v22.06.tar.gz
SOURCE_SUM=1c8a8afee7df3e628ff83224bc62a7b5de69689fd67996cf0742e6220bd5e589
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Platform to create documentation/wiki content",
"fr": "Plateforme pour créer du contenu de documentation/wiki"
},
"version": "22.04.2~ynh2",
"version": "22.06~ynh1",
"url": "https://www.bookstackapp.com/",
"upstream": {
"license": "MIT",
@ -18,8 +18,8 @@
},
"license": "MIT",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"

View file

@ -125,7 +125,6 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
app_url_domain="https://$domain${path_url%/}"
ynh_add_config --template=../conf/.env.example --destination=$final_path/.env
chmod 600 $final_path/.env
#=================================================
# FINAL BOOKSTACK INSTALL
@ -142,6 +141,8 @@ popd
chmod 755 $final_path
chmod -R o-rwx $final_path
chown -R $app:www-data $final_path
chmod 600 $final_path/.env
chown $app:$app $final_path/.env
#=================================================

View file

@ -143,7 +143,6 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
app_url_domain="https://$domain${path_url%/}"
ynh_add_config --template=../conf/.env.example --destination=$final_path/.env
chmod 600 $final_path/.env
#=================================================
# FINAL BOOKSTACK INSTALL
@ -161,6 +160,8 @@ popd
chmod 755 $final_path
chmod -R o-rwx $final_path
chown -R $app:www-data $final_path
chmod 600 $final_path/.env
chown $app:$app $final_path/.env
#=================================================