diff --git a/README.md b/README.md
index 630c885..22856d9 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
-**Shipped version:** 2.5.4~ynh1
+**Shipped version:** 2.6.3~ynh1
**Demo:**
diff --git a/README_fr.md b/README_fr.md
index faec899..2e7c88a 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
-**Version incluse :** 2.5.4~ynh1
+**Version incluse :** 2.6.3~ynh1
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index 291f684..e3fcd99 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
-**Versión proporcionada:** 2.5.4~ynh1
+**Versión proporcionada:** 2.6.3~ynh1
**Demo:**
diff --git a/README_it.md b/README_it.md
index ec309df..54357c5 100644
--- a/README_it.md
+++ b/README_it.md
@@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
-**Versione pubblicata:** 2.5.4~ynh1
+**Versione pubblicata:** 2.6.3~ynh1
**Prova:**
diff --git a/manifest.toml b/manifest.toml
index fb7a1cd..f5b7181 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Paperless-ngx"
description.en = "Scan, index and archive all your physical documents"
description.fr = "Scannez, triez et archivez tous vos documents papiers"
-version = "2.5.4~ynh1"
+version = "2.6.3~ynh1"
maintainers = ["Tagada"]
@@ -55,8 +55,8 @@ ram.runtime = "350M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.5.4/paperless-ngx-v2.5.4.tar.xz"
- sha256 = "a6e3aa97ca1a06f8c6b69ddd376d627ffc6e8ae253f8d7ccf963ca7963f480d7"
+ url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.6.3/paperless-ngx-v2.6.3.tar.xz"
+ sha256 = "0c74c7d6ba35b576c47481021322d7f5e8847f89c489eed47f5399588aad6d19"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "paperless-ngx-.*.tar.xz"
@@ -79,6 +79,12 @@ ram.runtime = "350M"
api.url = "/api/"
api.show_tile = false
api.auth_header = false
+
+ share.url = "/share/"
+ share.show_tile = false
+ share.auth_header = false
+ share.protected = true
+ share.allowed = "visitors"
[resources.ports]
main.default = 8095