diff --git a/README.md b/README.md
index 94cf43d..f030178 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
* Chromecast support on the web app
* Fetch metadata and cover art from several sources
-**Shipped version:** 2.4.4~ynh1
+**Shipped version:** 2.4.4~ynh2
## Screenshots
@@ -42,6 +42,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
* Official app website:
* Official user documentation:
* Upstream app code repository:
+* YunoHost Store:
* Report a bug:
## Developer info
diff --git a/README_fr.md b/README_fr.md
index d807bf4..b68ca98 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -31,7 +31,7 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi
* Support de Chromecast dans la webapp
* Récupération des métadonnées et des pochettes depuis plusieurs sources
-**Version incluse :** 2.4.4~ynh1
+**Version incluse :** 2.4.4~ynh2
## Captures d’écran
@@ -42,6 +42,7 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi
* Site officiel de l’app :
* Documentation officielle utilisateur :
* Dépôt de code officiel de l’app :
+* YunoHost Store:
* Signaler un bug :
## Informations pour les développeurs
diff --git a/conf/nginx.conf b/conf/nginx.conf
index e0aeae3..e22f895 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -17,7 +17,7 @@ location __PATH__/ {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
- client_max_body_size 100M;
+ client_max_body_size 10G;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
diff --git a/manifest.toml b/manifest.toml
index 964ca97..7fffd0d 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Audiobookshelf"
description.en = "Audiobook server for managing and playing your audiobooks"
description.fr = "Serveur de livres audio pour gérer et lire vos livres audio"
-version = "2.4.4~ynh1"
+version = "2.4.4~ynh2"
maintainers = ["Navan Chauhan"]