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

* 22.06.1

* Auto-update README

* Update upgrade

* 22.06.2

* Auto-update README

* Update app.src

* Update DESCRIPTION.md

* Auto-update README

* Update nginx.conf

* Update .env.example.complete

* Update .env.example.complete

* Update install

* Revert "Update install"

This reverts commit e43db7a0de.

* 22.07.1 (#80)

* 22.07.1

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Auto-update README

* Auto-update README

* 22.07.2 (#82)

* 22.07.2

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* 22.07.3 (#84)

* 22.07.3

* Auto-update README

* Update manifest.json

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Update upgrade

* 22.09 (#88)

* 22.09

* Auto-update README

* Update app.src

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* 22.09.1

* Auto-update README

* upgrade composer

* upgrade config (#91)

* Update manifest.json

* Auto-update README

* Update upgrade

* 22.10

* Auto-update README

* 22.10.1

* 22.11

* Auto-update README

* 22.11.1

* Auto-update README

* Upgrade to version 22.11.1 (#100)

* Upgrade to v22.11.1

* Auto-update README

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Fis php (#102)

* Update upgrade

* reorder script

* Update manifest.json

* Auto-update README

* Update restore

* Fix size

* Auto-update README

* Update DESCRIPTION_fr.md

* Auto-update README

* Fix

* 23.01

* Auto-update README

* PHP8.1

* 23.01.1

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
This commit is contained in:
Éric Gaspar 2023-02-09 11:34:59 +01:00 committed by GitHub
parent d653976fff
commit b360a40547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

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

View file

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

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://api.github.com/repos/BookStackApp/BookStack/tarball/v23.01
SOURCE_SUM=bfd26c163b2a25b3aef43962e3bcc1708598f2ff665bf0cb0dc37c683a22f7b8
SOURCE_URL=https://api.github.com/repos/BookStackApp/BookStack/tarball/v23.01.1
SOURCE_SUM=1a8ac2b5bbd983dcfd8a9218220dae8137de1790394d937d31d469e7e72dce1d
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=
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": "23.01~ynh1",
"version": "23.01.1~ynh1",
"url": "https://www.bookstackapp.com/",
"upstream": {
"license": "MIT",
@ -27,7 +27,7 @@
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm",
"php8.1-fpm",
"mysql"
],
"arguments": {

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="8.0"
YNH_PHP_VERSION="8.1"
pkg_dependencies="php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-tidy php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-gd"