1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
This commit is contained in:
ericgaspar 2021-12-16 09:31:48 +01:00
parent 2028fcd2c4
commit ceabca2d34
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v21.11.2.tar.gz
SOURCE_SUM=82f3632d2e6b0d29ce4e7806e19b678014e9c82f97356465226dbf89f2baba82
SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v21.11.3.tar.gz
SOURCE_SUM=f097a7760e0163e814d6168c38223383a3e25900e61cbec433065108ada21ed5
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": "21.11.2~ynh1",
"version": "21.11.3~ynh1",
"url": "https://www.bookstackapp.com/",
"upstream": {
"license": "MIT",
@ -26,7 +26,7 @@
"multi_instance": false,
"services": [
"nginx",
"php8.0-fpm",
"php7.3-fpm",
"mysql"
],
"arguments": {

View file

@ -83,7 +83,7 @@ then
ynh_secure_remove --file="$tmpdir"
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path"
#ynh_setup_source --dest_dir="$final_path"
ynh_add_config --template=../conf/.env.example --destination=$final_path/.env
chmod 600 $final_path/.env