diff --git a/README.md b/README.md index 62cf27b..e6571d3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Open source powerful wiki app built on Node.js, Git and Markdown -**Shipped version:** 2.5.219~ynh2 +**Shipped version:** 2.5.268~ynh1 **Demo:** https://docs-beta.requarks.io/ diff --git a/README_fr.md b/README_fr.md index a882e98..0c7b85a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Wiki open source propulsé par Node.js, Git et Markdown -**Version incluse :** 2.5.219~ynh2 +**Version incluse :** 2.5.268~ynh1 **Démo :** https://docs-beta.requarks.io/ diff --git a/check_process b/check_process index 0762bb1..bbe5902 100644 --- a/check_process +++ b/check_process @@ -42,6 +42,8 @@ upgrade=1 from_commit=078ffc6ade0df8efd2e035c25e36218c163d158d # 2.5.219~ynh1 upgrade=1 from_commit=8d478fadb941f2d8d4407f90cb3ae7e939ff8924 + # 2.5.219~ynh2 + upgrade=1 from_commit=b59ca572505eb6b4b4f29596100c68808ec143cd backup_restore=1 multi_instance=1 port_already_use=0 @@ -82,3 +84,5 @@ Notification=yes name=2.5.214~ynh1 ; commit=8d478fadb941f2d8d4407f90cb3ae7e939ff8924 name=2.5.219~ynh1 + ; commit=b59ca572505eb6b4b4f29596100c68808ec143cd + name=2.5.219~ynh2 diff --git a/conf/app.src b/conf/app.src index 4576a4b..0a6b486 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.5.219/wiki-js.tar.gz -SOURCE_SUM=c73c4ebf5ec1fbdc1e82d3571abf520f82945a531baef3ed661bdf9a866104d7 +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.5.268/wiki-js.tar.gz +SOURCE_SUM=11ce2daeb5444db80ab38d5a21ce0d7b4d9cf7af50738e10b6805ff2dca4e3e2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/conf/config.sample.yml b/conf/config.sample.yml index 7367e76..d4e9004 100644 --- a/conf/config.sample.yml +++ b/conf/config.sample.yml @@ -43,6 +43,9 @@ db: # pfx: path/to/cert.pfx # passphrase: xyz123 + # Optional - PostgreSQL only: + schema: public + # SQLite only: storage: path/to/database.sqlite diff --git a/manifest.json b/manifest.json index c24455d..406bac1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source powerful wiki app built on Node.js, Git and Markdown", "fr": "Wiki open source propulsé par Node.js, Git et Markdown" }, - "version": "2.5.219~ynh2", + "version": "2.5.268~ynh1", "url": "https://wiki.js.org/", "upstream": { "license": "AGPL-3.0-or-later",