diff --git a/README.md b/README.md index 9192944..9535bbd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ An open source, modern and powerful wiki app built on Node.js, Git and Markdown **Wiki.js** require a dedicated **root domain**, eg. wikijs.domain.tld -**Shipped version:** 2.0.0-beta.180 +**Shipped version:** 2.0.0-beta.203 ## Screenshots diff --git a/conf/app.src b/conf/app.src index 8c76491..cc2a2d5 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.0.0-beta.180/wiki-js.tar.gz -SOURCE_SUM=7ad9afb6b84ebbfbd270c6a5b25c46c2b4803c86f4d5f0468f918092749cf3f4 +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.0.0-beta.203/wiki-js.tar.gz +SOURCE_SUM=254218b872d45456b8b1795c7abe1a1542d36e08f30c9448a8c24fd7906a62a7 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 1f0b734..4e7db57 100644 --- a/conf/config.sample.yml +++ b/conf/config.sample.yml @@ -96,7 +96,7 @@ logLevel: info # --------------------------------------------------------------------- # Upload Limits # --------------------------------------------------------------------- -# If you're using a reverse-proxy in front of Wiki.ks, you must also +# If you're using a reverse-proxy in front of Wiki.js, you must also # change your proxy upload limits! uploads: @@ -104,3 +104,11 @@ uploads: maxFileSize: 5242880 # Maximum file uploads per request (default: 20) maxFiles: 10 + +# --------------------------------------------------------------------- +# Offline Mode +# --------------------------------------------------------------------- +# If your server cannot access the internet. Set to true and manually +# download the offline files for sideloading. + +offline: false diff --git a/manifest.json b/manifest.json index 9842053..0267ff9 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "An open source, modern and powerful wiki app built on Node.js, Git and Markdown.", "fr": "Un wiki moderne et open source propulsé Node.js, Git et Markdown." }, - "version": "2.0.0-beta.180~ynh1", + "version": "2.0.0-beta.203~ynh1", "url": "https://wiki.js.org/", "license": "AGPL-3.0-or-later", "maintainer": {