Merge pull request #226 from YunoHost-Apps/testing

Upgrade to version 2.5.299
This commit is contained in:
yalh76 2023-07-31 20:17:38 +02:00 committed by GitHub
commit 562dde836f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
**Shipped version:** 2.5.298~ynh1
**Shipped version:** 2.5.299~ynh1
**Demo:** https://docs-beta.requarks.io/

View File

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
**Version incluse :** 2.5.298~ynh1
**Version incluse :** 2.5.299~ynh1
**Démo :** https://docs-beta.requarks.io/

View File

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Requarks/wiki/releases/download/v2.5.298/wiki-js.tar.gz
SOURCE_SUM=3bb290d77e3387dba5958c906629a6c5f751c17787903f1a021cbfa51cc88f1a
SOURCE_URL=https://github.com/Requarks/wiki/releases/download/v2.5.299/wiki-js.tar.gz
SOURCE_SUM=1987b4e5d6d1f11c02ccf79d782314413599e75ae833f5768d43cfbfba3b5045
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false

View File

@ -6,7 +6,7 @@ location / {
proxy_set_header Accept-Encoding "";
proxy_pass http://localhost:__PORT__;
proxy_set_header Host $http_host;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;

View File

@ -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.298~ynh1",
"version": "2.5.299~ynh1",
"url": "https://wiki.js.org/",
"upstream": {
"license": "AGPL-3.0-or-later",